diff options
Diffstat (limited to 'src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj')
-rw-r--r-- | src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj b/src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj new file mode 100644 index 00000000..c0c7c903 --- /dev/null +++ b/src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj | |||
@@ -0,0 +1,28 @@ | |||
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 | <IsPackable>false</IsPackable> | ||
8 | <DebugType>embedded</DebugType> | ||
9 | <DefaultItemExcludes>TestData\**;$(DefaultItemExcludes)</DefaultItemExcludes> | ||
10 | <SignOutput>false</SignOutput> | ||
11 | </PropertyGroup> | ||
12 | |||
13 | <ItemGroup> | ||
14 | <Content Include="TestData\**" CopyToOutputDirectory="PreserveNewest" /> | ||
15 | <Content Include="..\..\..\..\global.json" CopyToOutputDirectory="PreserveNewest" /> | ||
16 | </ItemGroup> | ||
17 | |||
18 | <ItemGroup> | ||
19 | <PackageReference Include="WixBuildTools.TestSupport" /> | ||
20 | <PackageReference Include="WixToolset.Core.TestPackage" /> | ||
21 | </ItemGroup> | ||
22 | |||
23 | <ItemGroup> | ||
24 | <PackageReference Include="Microsoft.NET.Test.Sdk" /> | ||
25 | <PackageReference Include="xunit" /> | ||
26 | <PackageReference Include="xunit.runner.visualstudio" PrivateAssets="All" /> | ||
27 | </ItemGroup> | ||
28 | </Project> | ||