Refactor project file to group PackageReference for System.Windows.Forms

This commit is contained in:
2025-07-02 10:44:33 +03:00
parent 2792dd2203
commit 9dbac218d6

View File

@@ -11,7 +11,9 @@
<EnableWindowsTargeting>true</EnableWindowsTargeting> <EnableWindowsTargeting>true</EnableWindowsTargeting>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Windows.Forms" Version="8.0.0" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="..\Data\goat.png"> <Content Include="..\Data\goat.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>