main
proj 7 lines 321 Bytes
Raw
1 <Project Sdk="Microsoft.Build.Traversal">
2 <ItemGroup>
3 <ProjectReference Include="wixnative.vcxproj" Properties="Platform=x86" />
4 <ProjectReference Include="wixnative.vcxproj" Properties="Platform=x64" />
5 <ProjectReference Include="wixnative.vcxproj" Properties="Platform=ARM64" />
6 </ItemGroup>
7 </Project>