<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> <Project Sdk="WixToolset.Sdk"> <PropertyGroup> <OutputType>Library</OutputType> <BindFiles>true</BindFiles> </PropertyGroup> <ItemGroup> <BindPath Include="$(PkgMicrosoft_NET_Tools_NETCoreCheck_x86)\win-x86" BindName='x86' /> <BindPath Include="$(PkgMicrosoft_NET_Tools_NETCoreCheck_x64)\win-x64" BindName='x64' /> <BindPath Include="$(PkgMicrosoft_NET_Tools_NETCoreCheck_arm64)\win-arm64" BindName='arm64' /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\be\netfxbe.vcxproj" Platforms="arm64,x86,x64" /> <ProjectReference Include="..\ca\netfxca.vcxproj" Platforms="arm64,x86,x64" /> <ProjectReference Include="..\netcoresearch\netcoresearch.vcxproj" Platforms="arm64,x86,x64" /> </ItemGroup> <ItemGroup> <PackageReference Include="WixToolset.Bal.wixext" /> <PackageReference Include="WixToolset.Util.wixext" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> <PackageReference Include="Microsoft.NET.Tools.NETCoreCheck.x86" GeneratePathProperty="true" /> <PackageReference Include="Microsoft.NET.Tools.NETCoreCheck.x64" GeneratePathProperty="true" /> <PackageReference Include="Microsoft.NET.Tools.NETCoreCheck.arm64" GeneratePathProperty="true" /> </ItemGroup> </Project>