| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- 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. --> |
| 3 | |
| 4 | <Project Sdk="Microsoft.NET.Sdk"> |
| 5 | <PropertyGroup> |
| 6 | <TargetFramework>net6.0</TargetFramework> |
| 7 | <IsWixTestProject>true</IsWixTestProject> |
| 8 | </PropertyGroup> |
| 9 | |
| 10 | <ItemGroup> |
| 11 | <Content Include="TestData\**" CopyToOutputDirectory="PreserveNewest" /> |
| 12 | </ItemGroup> |
| 13 | |
| 14 | <ItemGroup> |
| 15 | <ProjectReference Include="..\..\WixToolset.Converters\WixToolset.Converters.csproj" /> |
| 16 | </ItemGroup> |
| 17 | |
| 18 | <ItemGroup> |
| 19 | <ProjectReference Include="..\..\WixToolset.Core\WixToolset.Core.csproj" /> |
| 20 | <ProjectReference Include="..\..\WixToolset.Core.Burn\WixToolset.Core.Burn.csproj" /> |
| 21 | <ProjectReference Include="..\..\WixToolset.Core.WindowsInstaller\WixToolset.Core.WindowsInstaller.csproj" /> |
| 22 | <ProjectReference Include="..\..\WixInternal.Core.TestPackage\WixInternal.Core.TestPackage.csproj" /> |
| 23 | </ItemGroup> |
| 24 | |
| 25 | <ItemGroup> |
| 26 | <PackageReference Include="WixInternal.TestSupport" /> |
| 27 | </ItemGroup> |
| 28 | </Project> |