aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Arnson <bob@joyofsetup.com>2020-06-30 14:40:02 -0400
committerBob Arnson <bob@firegiant.com>2020-06-30 14:43:52 -0400
commit16e749977b812daeae17615879d95333143a4c1f (patch)
tree457bcabb27911e25f7f34a0b7bbeddbd7d4f121d
parent9cb68482fea8700bc3bf39139d8840dcabadbb6a (diff)
downloadwix-16e749977b812daeae17615879d95333143a4c1f.tar.gz
wix-16e749977b812daeae17615879d95333143a4c1f.tar.bz2
wix-16e749977b812daeae17615879d95333143a4c1f.zip
Fix bind paths.
-rw-r--r--src/wixlib/netfx.wixproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wixlib/netfx.wixproj b/src/wixlib/netfx.wixproj
index 143a9fbf..faf539a7 100644
--- a/src/wixlib/netfx.wixproj
+++ b/src/wixlib/netfx.wixproj
@@ -7,6 +7,13 @@
7 </PropertyGroup> 7 </PropertyGroup>
8 8
9 <ItemGroup> 9 <ItemGroup>
10 <BindInputPaths Include="$(OutputPath)Win32" BindName='x86' />
11 <BindInputPaths Include="$(OutputPath)x64" BindName='x64' />
12 <BindInputPaths Include="$(OutputPath)arm" BindName='arm' />
13 <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' />
14 </ItemGroup>
15
16 <ItemGroup>
10 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM" /> 17 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM" />
11 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM64" /> 18 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM64" />
12 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x86" /> 19 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x86" />