Skip to content

Commit 8a6320e

Browse files
committed
Reduce Release Packaging
1 parent 6c39975 commit 8a6320e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

QuickLook.Plugin.PdfViewer-Native/QuickLook.Plugin.PdfViewer-Native.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
</ProjectReference>
6666
</ItemGroup>
6767

68+
<Target Name="ReduceReleasePackaging" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
69+
<Delete Files="$(OutputPath)\QuickLook.Common.dll" Condition="Exists('$(OutputPath)\QuickLook.Common.dll')" />
70+
<Delete Files="$(OutputPath)\QuickLook.Common.pdb" Condition="Exists('$(OutputPath)\QuickLook.Common.pdb')" />
71+
</Target>
72+
6873
<ItemGroup>
6974
<None Include="..\QuickLook.Plugin.Metadata.Base.config" />
7075
<None Include="..\QuickLook.Plugin.Metadata.config">

0 commit comments

Comments
 (0)