aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-07-19 18:27:06 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-07-19 18:27:06 +1000
commitab7e604a7d7b53f288b81a603c0dce1fc5c8e048 (patch)
tree5b925b893cbe7f74f4ba3ba777fc821e8222bca2 /src/wixlib
parent4f563d90569c9e87faa6d82925a02b834ddd32c5 (diff)
downloadwix-ab7e604a7d7b53f288b81a603c0dce1fc5c8e048.tar.gz
wix-ab7e604a7d7b53f288b81a603c0dce1fc5c8e048.tar.bz2
wix-ab7e604a7d7b53f288b81a603c0dce1fc5c8e048.zip
Update dependencies.
Diffstat (limited to 'src/wixlib')
-rw-r--r--src/wixlib/bal.wixproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wixlib/bal.wixproj b/src/wixlib/bal.wixproj
index 4d35d516..5c743cd9 100644
--- a/src/wixlib/bal.wixproj
+++ b/src/wixlib/bal.wixproj
@@ -11,6 +11,7 @@
11 <BindInputPaths Include="..\wixstdba\Resources\" /> 11 <BindInputPaths Include="..\wixstdba\Resources\" />
12 <BindInputPaths Include="$(OutputPath)netcoreapp3.0" /> 12 <BindInputPaths Include="$(OutputPath)netcoreapp3.0" />
13 <BindInputPaths Include="$(OutputPath)" /> 13 <BindInputPaths Include="$(OutputPath)" />
14 <BindInputPaths Include="$(OutputPath)Win32" BindName='x86' />
14 </ItemGroup> 15 </ItemGroup>
15 16
16 <ItemGroup> 17 <ItemGroup>