A game framework written with osu! in mind.
1<Project Sdk="Microsoft.NET.Sdk">
2 <PropertyGroup Label="Project">
3 <TargetFramework>net5.0</TargetFramework>
4 <OutputType>WinExe</OutputType>
5 </PropertyGroup>
6 <ItemGroup Label="Project References">
7 <ProjectReference Include="..\osu.Framework\osu.Framework.csproj" />
8 <ProjectReference Include="..\SampleGame\SampleGame.csproj" />
9 </ItemGroup>
10</Project>