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