Skip to content

Commit

Permalink
Reduce Release Packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Dec 17, 2024
1 parent 6c39975 commit 8a6320e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
</ProjectReference>
</ItemGroup>

<Target Name="ReduceReleasePackaging" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
<Delete Files="$(OutputPath)\QuickLook.Common.dll" Condition="Exists('$(OutputPath)\QuickLook.Common.dll')" />
<Delete Files="$(OutputPath)\QuickLook.Common.pdb" Condition="Exists('$(OutputPath)\QuickLook.Common.pdb')" />
</Target>

<ItemGroup>
<None Include="..\QuickLook.Plugin.Metadata.Base.config" />
<None Include="..\QuickLook.Plugin.Metadata.config">
Expand Down

0 comments on commit 8a6320e

Please sign in to comment.