blob: bd9ee7c870899397a508c45dcb9079c65cc2445c (
plain)
1
2
3
4
5
6
7
8
9
|
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="test\DUtilUnitTest\DUtilUnitTest.vcxproj" Properties="Platform=x64" />
<ProjectReference Include="test\DUtilUnitTest\DUtilUnitTest.vcxproj" Properties="Platform=x86" />
<ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=ARM64" />
<ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Targets="PackNative" />
</ItemGroup>
</Project>
|