Skip to content

Commit

Permalink
Update PcxFileTypePlugin.HawkQuantizer project file to match others
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRulz committed Aug 19, 2022
1 parent 64bc762 commit d58a4a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
<Import Project="../../Common.props" />
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Copy SourceFiles="$(OutputPath)PcxFileTypePlugin.HawkQuantizer.dll" DestinationFolder="$(ProjectDir)../../References/" />
</Target>
</Project>
Binary file modified References/PcxFileTypePlugin.HawkQuantizer.dll
Binary file not shown.

0 comments on commit d58a4a0

Please sign in to comment.