diff options
| author | Rob Mensching <rob@firegiant.com> | 2022-08-09 09:35:31 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2022-08-15 06:49:36 -0700 |
| commit | a43eece6c86b1c9224cecc53d8a053781fa3bb0f (patch) | |
| tree | 5a20cefe5e9949d04013cae6834440a7b2e40896 /src | |
| parent | fcaaa4eb7ee6581693faefc553b63fdb02ca30bc (diff) | |
| download | wix-a43eece6c86b1c9224cecc53d8a053781fa3bb0f.tar.gz wix-a43eece6c86b1c9224cecc53d8a053781fa3bb0f.tar.bz2 wix-a43eece6c86b1c9224cecc53d8a053781fa3bb0f.zip | |
Remove unused WixToolset.Core.Burn reference to shrink ~10MB
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/heat/heat.csproj | 1 | ||||
| -rw-r--r-- | src/tools/test/WixToolsetTest.Heat/HeatRunner.cs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/heat/heat.csproj b/src/tools/heat/heat.csproj index b3d38098..bd6ccb78 100644 --- a/src/tools/heat/heat.csproj +++ b/src/tools/heat/heat.csproj | |||
| @@ -32,7 +32,6 @@ | |||
| 32 | 32 | ||
| 33 | <ItemGroup> | 33 | <ItemGroup> |
| 34 | <PackageReference Include="WixToolset.Core" /> | 34 | <PackageReference Include="WixToolset.Core" /> |
| 35 | <PackageReference Include="WixToolset.Core.Burn" /> | ||
| 36 | </ItemGroup> | 35 | </ItemGroup> |
| 37 | 36 | ||
| 38 | <ItemGroup> | 37 | <ItemGroup> |
diff --git a/src/tools/test/WixToolsetTest.Heat/HeatRunner.cs b/src/tools/test/WixToolsetTest.Heat/HeatRunner.cs index 287698a9..d8b6b39a 100644 --- a/src/tools/test/WixToolsetTest.Heat/HeatRunner.cs +++ b/src/tools/test/WixToolsetTest.Heat/HeatRunner.cs | |||
| @@ -7,7 +7,6 @@ namespace WixToolsetTest.Harvesters | |||
| 7 | using System.Threading; | 7 | using System.Threading; |
| 8 | using System.Threading.Tasks; | 8 | using System.Threading.Tasks; |
| 9 | using WixToolset.Core; | 9 | using WixToolset.Core; |
| 10 | using WixToolset.Core.Burn; | ||
| 11 | using WixToolset.Core.TestPackage; | 10 | using WixToolset.Core.TestPackage; |
| 12 | using WixToolset.Data; | 11 | using WixToolset.Data; |
| 13 | using WixToolset.Extensibility.Data; | 12 | using WixToolset.Extensibility.Data; |
