rename solution and project to BasicProgramming

This commit is contained in:
2025-08-04 20:25:36 +02:00
parent b4dab73374
commit 0f71843f59
3 changed files with 3 additions and 4 deletions

10
BasicProgramming.csproj Normal file
View File

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