Add project files.

This commit is contained in:
2026-05-08 20:25:51 +01:00
parent 9c2a8acd45
commit 7511e17c3e
9 changed files with 2753 additions and 0 deletions

19
Desktop/Desktop.csproj Normal file
View File

@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="ROMS\" />
</ItemGroup>
</Project>