diff options
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> |
