1
0

base setup

This commit is contained in:
2026-02-26 00:16:48 +03:00
parent 4acac1ead9
commit c0c4c99fc5
5 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>