diff options
author | Rob Mensching <rob@firegiant.com> | 2023-02-14 23:11:29 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-02-21 23:31:32 -0700 |
commit | 3cb9bbe90e329a3550bb55fda5c620f23fc4eb86 (patch) | |
tree | 78064d1008a6f8c6682e8adc9b4f85d18e4bfed2 /src/ext/NetFx/wixlib/netfx.wixproj | |
parent | 69f11ee0275692528ed034a3885fa9f0c1504704 (diff) | |
download | wix-3cb9bbe90e329a3550bb55fda5c620f23fc4eb86.tar.gz wix-3cb9bbe90e329a3550bb55fda5c620f23fc4eb86.tar.bz2 wix-3cb9bbe90e329a3550bb55fda5c620f23fc4eb86.zip |
Update some extensions to take advantage of multitargeting project references
Diffstat (limited to 'src/ext/NetFx/wixlib/netfx.wixproj')
-rw-r--r-- | src/ext/NetFx/wixlib/netfx.wixproj | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/src/ext/NetFx/wixlib/netfx.wixproj b/src/ext/NetFx/wixlib/netfx.wixproj index 1ab72e8e..2bd09d95 100644 --- a/src/ext/NetFx/wixlib/netfx.wixproj +++ b/src/ext/NetFx/wixlib/netfx.wixproj | |||
@@ -8,24 +8,15 @@ | |||
8 | </PropertyGroup> | 8 | </PropertyGroup> |
9 | 9 | ||
10 | <ItemGroup> | 10 | <ItemGroup> |
11 | <BindInputPaths Include="$(OutputPath)x86" BindName='x86' /> | 11 | <BindPath Include="$(PkgMicrosoft_NET_Tools_NETCoreCheck_x86)\win-x86" BindName='x86' /> |
12 | <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> | 12 | <BindPath Include="$(PkgMicrosoft_NET_Tools_NETCoreCheck_x64)\win-x64" BindName='x64' /> |
13 | <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> | 13 | <BindPath Include="$(PkgMicrosoft_NET_Tools_NETCoreCheck_arm64)\win-arm64" BindName='arm64' /> |
14 | <BindInputPaths Include="$(PkgMicrosoft_NET_Tools_NETCoreCheck_x86)\win-x86" BindName='x86' /> | ||
15 | <BindInputPaths Include="$(PkgMicrosoft_NET_Tools_NETCoreCheck_x64)\win-x64" BindName='x64' /> | ||
16 | <BindInputPaths Include="$(PkgMicrosoft_NET_Tools_NETCoreCheck_arm64)\win-arm64" BindName='arm64' /> | ||
17 | </ItemGroup> | 14 | </ItemGroup> |
18 | 15 | ||
19 | <ItemGroup> | 16 | <ItemGroup> |
20 | <ProjectReference Include="..\be\netfxbe.vcxproj" Properties="Platform=ARM64" /> | 17 | <ProjectReference Include="..\be\netfxbe.vcxproj" Platforms="arm64,x86,x64" /> |
21 | <ProjectReference Include="..\be\netfxbe.vcxproj" Properties="Platform=x64" /> | 18 | <ProjectReference Include="..\ca\netfxca.vcxproj" Platforms="arm64,x86,x64" /> |
22 | <ProjectReference Include="..\be\netfxbe.vcxproj" Properties="Platform=x86" /> | 19 | <ProjectReference Include="..\netcoresearch\netcoresearch.vcxproj" Platforms="arm64,x86,x64" /> |
23 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM64" /> | ||
24 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x86" /> | ||
25 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x64" /> | ||
26 | <ProjectReference Include="..\netcoresearch\netcoresearch.vcxproj" Properties="Platform=ARM64" /> | ||
27 | <ProjectReference Include="..\netcoresearch\netcoresearch.vcxproj" Properties="Platform=x86" /> | ||
28 | <ProjectReference Include="..\netcoresearch\netcoresearch.vcxproj" Properties="Platform=x64" /> | ||
29 | </ItemGroup> | 20 | </ItemGroup> |
30 | 21 | ||
31 | <ItemGroup> | 22 | <ItemGroup> |