diff options
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/netfx.wixproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wixlib/netfx.wixproj b/src/wixlib/netfx.wixproj index 426446e8..700293d3 100644 --- a/src/wixlib/netfx.wixproj +++ b/src/wixlib/netfx.wixproj | |||
@@ -9,12 +9,10 @@ | |||
9 | <ItemGroup> | 9 | <ItemGroup> |
10 | <BindInputPaths Include="$(OutputPath)x86" BindName='x86' /> | 10 | <BindInputPaths Include="$(OutputPath)x86" BindName='x86' /> |
11 | <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> | 11 | <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> |
12 | <BindInputPaths Include="$(OutputPath)arm" BindName='arm' /> | ||
13 | <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> | 12 | <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> |
14 | </ItemGroup> | 13 | </ItemGroup> |
15 | 14 | ||
16 | <ItemGroup> | 15 | <ItemGroup> |
17 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM" /> | ||
18 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM64" /> | 16 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM64" /> |
19 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x86" /> | 17 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x86" /> |
20 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x64" /> | 18 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x64" /> |