| 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
| 2 | <Project Sdk="WixToolset.Sdk"> |
| 3 | <ItemGroup> |
| 4 | <ProjectReference Include="..\VcxprojDll\VcxprojDll.vcxproj" Properties="Platform=Win32" /> |
| 5 | <ProjectReference Include="..\VcxprojDll\VcxprojDll.vcxproj" Properties="Platform=x64" /> |
| 6 | <ProjectReference Include="..\VcxprojWindowsApp\VcxprojWindowsApp.vcxproj" Properties="Platform=Win32" /> |
| 7 | <ProjectReference Include="..\VcxprojWindowsApp\VcxprojWindowsApp.vcxproj" Properties="Platform=x64" /> |
| 8 | <!-- <ProjectReference Include="..\WixprojLibraryVcxprojDll\WixprojLibraryVcxprojDll.wixproj" /> --> |
| 9 | </ItemGroup> |
| 10 | </Project> |