PIbd-32.-Gerimovich-I.M.-COP/WinFormsAppTest/WinFormsAppTest.csproj
platoff aeeee 6fa97bdc0a 1
2024-09-17 00:38:06 +04:00

15 lines
411 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Library15Gerimovich\Library15Gerimovich.csproj" />
</ItemGroup>
</Project>