refactor: change C file to .NET project

This commit is contained in:
MichuMGW
2025-11-21 11:24:46 +01:00
parent 2acf771595
commit cfcda3aeaa
4 changed files with 14 additions and 7 deletions

10
pwo_lab7.csproj Normal file
View File

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