Update `PcxFileTypePlugin.HawkQuantizer` project file to match others
This commit is contained in:
parent
64bc762439
commit
d58a4a07f5
|
@ -5,8 +5,12 @@
|
||||||
<Import Project="../../Common.props" />
|
<Import Project="../../Common.props" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
|
<Nullable>disable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
|
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||||
|
<Copy SourceFiles="$(OutputPath)PcxFileTypePlugin.HawkQuantizer.dll" DestinationFolder="$(ProjectDir)../../References/" />
|
||||||
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue