ProgLab1_winforms/ProgLab1.csproj

18 lines
447 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2024-12-14 11:21:47 +04:00
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2024-12-14 11:21:47 +04:00
<UseWindowsForms>True</UseWindowsForms>
</PropertyGroup>
2024-12-14 11:21:47 +04:00
<ItemGroup>
<None Update="GUI\background.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>