Add project files.

This commit is contained in:
maxwes08
2026-01-19 11:00:58 +01:00
parent f11f90ac4c
commit a6cebe27e6
6 changed files with 379 additions and 0 deletions

11
Metoder/Metoder.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>