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