| 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>net472</TargetFramework> |
| 7 | <DefaultItemExcludes>TestData\**;$(DefaultItemExcludes)</DefaultItemExcludes> |
| 8 | <IsWixTestProject>true</IsWixTestProject> |
| 9 | </PropertyGroup> |
| 10 | |
| 11 | <ItemGroup> |
| 12 | <Content Include="TestData\**" CopyToOutputDirectory="PreserveNewest" /> |
| 13 | </ItemGroup> |
| 14 | |
| 15 | <ItemGroup> |
| 16 | <ProjectReference Include="..\..\heat\heat.csproj" /> |
| 17 | </ItemGroup> |
| 18 | |
| 19 | <ItemGroup> |
| 20 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
| 21 | </ItemGroup> |
| 22 | </Project> |