Add project files.

This commit is contained in:
2025-07-09 16:15:14 +04:00
parent e0e07ca012
commit dc68787b0b
8 changed files with 303 additions and 0 deletions

9
SumCalculator.csproj Normal file
View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>