aboutsummaryrefslogtreecommitdiff
path: root/src/tools/heat/heat.csproj
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-08-09 09:35:31 -0700
committerRob Mensching <rob@firegiant.com>2022-08-15 06:49:36 -0700
commita43eece6c86b1c9224cecc53d8a053781fa3bb0f (patch)
tree5a20cefe5e9949d04013cae6834440a7b2e40896 /src/tools/heat/heat.csproj
parentfcaaa4eb7ee6581693faefc553b63fdb02ca30bc (diff)
downloadwix-a43eece6c86b1c9224cecc53d8a053781fa3bb0f.tar.gz
wix-a43eece6c86b1c9224cecc53d8a053781fa3bb0f.tar.bz2
wix-a43eece6c86b1c9224cecc53d8a053781fa3bb0f.zip
Remove unused WixToolset.Core.Burn reference to shrink ~10MB
Diffstat (limited to 'src/tools/heat/heat.csproj')
-rw-r--r--src/tools/heat/heat.csproj1
1 files changed, 0 insertions, 1 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>