@joebigelow / wix-1 / commits / 16e74997

Fix bind paths.

Bob Arnson committed Jun 30, 2020 at 14:40 UTC 16e749977b812daeae17615879d95333143a4c1f
1 file changed +7
src/wixlib/netfx.wixproj
+7
@@ -6,6 +6,13 @@
6 <BindFiles>true</BindFiles>
7 </PropertyGroup>
8
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>
17 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM" />
18 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM64" />