Add project files.

This commit is contained in:
2025-08-01 13:31:40 +03:00
parent be778068c1
commit 3301e17f22
6 changed files with 222 additions and 0 deletions

11
DugunSalonu.csproj Normal file
View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>