Projektdateien hinzufügen.

This commit is contained in:
2026-04-15 15:25:29 +02:00
parent c8e17d74de
commit edbed97de6
6 changed files with 675 additions and 0 deletions

14
HillLike.csproj Normal file
View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Framework" Version="2026.318.0" />
</ItemGroup>
</Project>