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

15
Main/Main.csproj Normal file
View File

@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DrawFigureLibrary\DrawFigureLibrary.csproj" />
</ItemGroup>
</Project>