bocchanskyy
cc2fa54e35
At least let me clean my room I don't want to leave like this 'Cause the last thing I want to do is Make my people make decisions Wondering what to do, oh Should they keep it on display Or redecorate? (just started working on lab4)
11 lines
261 B
XML
11 lines
261 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|