We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c39975 commit 8a6320eCopy full SHA for 8a6320e
QuickLook.Plugin.PdfViewer-Native/QuickLook.Plugin.PdfViewer-Native.csproj
@@ -65,6 +65,11 @@
65
</ProjectReference>
66
</ItemGroup>
67
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
+
73
<ItemGroup>
74
<None Include="..\QuickLook.Plugin.Metadata.Base.config" />
75
<None Include="..\QuickLook.Plugin.Metadata.config">
0 commit comments