diff options
author | Bob Arnson <bob@firegiant.com> | 2025-04-24 21:32:49 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2025-06-18 16:15:49 -0400 |
commit | 50fe3d149a101b2569647689673fa01d67ff5267 (patch) | |
tree | 418fc10800ee23318d3ce7820aee1465b49c1db0 /src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj | |
parent | 390ee54c29d050ba393ff431115308bdb2aaf4ca (diff) | |
download | wix-50fe3d149a101b2569647689673fa01d67ff5267.tar.gz wix-50fe3d149a101b2569647689673fa01d67ff5267.tar.bz2 wix-50fe3d149a101b2569647689673fa01d67ff5267.zip |
Remove deprecated Heat.
Fixes https://github.com/wixtoolset/issues/issues/9039
Diffstat (limited to 'src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj')
-rw-r--r-- | src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj b/src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj deleted file mode 100644 index 13ec5ac3..00000000 --- a/src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
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="MSTest.Sdk"> | ||
5 | <PropertyGroup> | ||
6 | <TargetFramework>net472</TargetFramework> | ||
7 | <DefaultItemExcludes>TestData\**;$(DefaultItemExcludes)</DefaultItemExcludes> | ||
8 | <IsWixMSTestProject>true</IsWixMSTestProject> | ||
9 | </PropertyGroup> | ||
10 | |||
11 | <ItemGroup> | ||
12 | <Content Include="TestData\**" CopyToOutputDirectory="PreserveNewest" /> | ||
13 | <Content Include="..\..\..\..\global.json" CopyToOutputDirectory="PreserveNewest" /> | ||
14 | </ItemGroup> | ||
15 | |||
16 | <ItemGroup> | ||
17 | <PackageReference Include="WixInternal.MSTestSupport" /> | ||
18 | <PackageReference Include="WixInternal.Core.MSTestPackage" /> | ||
19 | </ItemGroup> | ||
20 | </Project> | ||