diff options
| author | Bob Arnson <bob@firegiant.com> | 2025-04-24 21:32:49 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2025-06-12 08:54:41 -0400 |
| commit | 3abf00a71151d1caef6e853a2f330d7691f4abf8 (patch) | |
| tree | 0e6145c8038905aec81ecccaea4c6968cf73d392 /src/tools/tools_t.proj | |
| parent | 796fed6b2623ec29b126238d97becfef71badfbc (diff) | |
| download | wix-bob/HeatCremation.tar.gz wix-bob/HeatCremation.tar.bz2 wix-bob/HeatCremation.zip | |
Remove deprecated Heat.bob/HeatCremation
Fixes https://github.com/wixtoolset/issues/issues/9039
Diffstat (limited to 'src/tools/tools_t.proj')
| -rw-r--r-- | src/tools/tools_t.proj | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/tools/tools_t.proj b/src/tools/tools_t.proj index 96a0cf2a..1e6f5c1d 100644 --- a/src/tools/tools_t.proj +++ b/src/tools/tools_t.proj | |||
| @@ -3,26 +3,11 @@ | |||
| 3 | 3 | ||
| 4 | <Project Sdk="Microsoft.Build.Traversal"> | 4 | <Project Sdk="Microsoft.Build.Traversal"> |
| 5 | <ItemGroup> | 5 | <ItemGroup> |
| 6 | <ProjectReference Include="publish_t.proj" BuildInParallel="false" /> | ||
| 7 | |||
| 8 | <ProjectReference Include="thmviewer\thmviewer.vcxproj" /> | 6 | <ProjectReference Include="thmviewer\thmviewer.vcxproj" /> |
| 9 | <ProjectReference Include="WixToolset.Templates\WixToolset.Templates.csproj" /> | 7 | <ProjectReference Include="WixToolset.Templates\WixToolset.Templates.csproj" /> |
| 10 | <ProjectReference Include="WixToolset.Heat\WixToolset.Heat.csproj" /> | ||
| 11 | |||
| 12 | <!-- <ProjectReference Include="heat\heat.csproj" /> | ||
| 13 | <ProjectReference Include="WixToolset.HeatTasks\WixToolset.HeatTasks.csproj" /> --> | ||
| 14 | |||
| 15 | <ProjectReference Include="test\WixToolsetTest.HeatTasks\WixToolsetTest.HeatTasks.csproj" Targets="Test" /> | ||
| 16 | <ProjectReference Include="test\WixToolsetTest.Heat\WixToolsetTest.Heat.csproj" Targets="Test" /> | ||
| 17 | |||
| 18 | <ProjectReference Include="WixToolset.Heat\WixToolset.Heat.csproj" Targets="Pack" /> | ||
| 19 | </ItemGroup> | 8 | </ItemGroup> |
| 20 | 9 | ||
| 21 | <Target Name="WixClean" BeforeTargets="Restore" Condition="'$(SuppressWixClean)' != 'true'"> | 10 | <Target Name="WixClean" BeforeTargets="Restore" Condition="'$(SuppressWixClean)' != 'true'"> |
| 22 | <RemoveDir Directories="$(RootBuildFolder)tools" /> | 11 | <RemoveDir Directories="$(RootBuildFolder)tools" /> |
| 23 | <RemoveDir Directories="$(USERPROFILE)\.nuget\packages\wixtoolset.heat" Condition="'$(NUGET_PACKAGES)' == ''" /> | ||
| 24 | <RemoveDir Directories="$(NUGET_PACKAGES)\wixtoolset.heat" Condition="'$(NUGET_PACKAGES)' != ''" /> | ||
| 25 | |||
| 26 | <Delete Files="$(ArtifactsFolder)WixToolset.Heat.*.nupkg" /> | ||
| 27 | </Target> | 12 | </Target> |
| 28 | </Project> | 13 | </Project> |
