blob: fda67786f64185088ad458891c5c9d3fca2abc66 (
plain)
1
2
3
4
5
6
7
|
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="WixBuildTools.TestSupport\WixBuildTools.TestSupport.csproj" Targets="Pack" />
<ProjectReference Include="WixBuildTools.TestSupport.Native\WixBuildTools.TestSupport.Native.vcxproj" Properties="Platform=x86" />
<ProjectReference Include="WixBuildTools.TestSupport.Native\WixBuildTools.TestSupport.Native.vcxproj" Properties="Platform=x64" />
</ItemGroup>
</Project>
|