aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/dutil.proj
blob: 90d66440b6d53a7ec8a187aeddf2383d1b38fe9d (plain)
1
2
3
4
5
6
7
8
9
10
11
<Project Sdk="Microsoft.Build.Traversal">
  <ItemGroup>
    <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=x86" />
    <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=x64" />
    <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=ARM64" />

    <ProjectReference Include="test\DUtilUnitTest\DUtilUnitTest.vcxproj" Targets="Test" />

    <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Targets="PackNative" />
  </ItemGroup>
</Project>