Update `PcxFileTypePlugin.HawkQuantizer` project file to match others

This commit is contained in:
YoshiRulz 2022-08-19 16:44:25 +10:00
parent 64bc762439
commit d58a4a07f5
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 5 additions and 1 deletions

View File

@ -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>