A game framework written with osu! in mind.
at master 10 lines 585 B view raw
1<Project Sdk="Microsoft.Build.Traversal/3.0.2"> 2 <ItemGroup> 3 <ProjectReference Include="..\SampleGame.Desktop\SampleGame.Desktop.csproj" /> 4 <ProjectReference Include="..\SampleGame\SampleGame.csproj" /> 5 <ProjectReference Include="..\osu.Framework.NativeLibs\osu.Framework.NativeLibs.csproj" /> 6 <ProjectReference Include="..\osu.Framework.Tests\osu.Framework.Tests.csproj" /> 7 <ProjectReference Include="..\osu.Framework.Benchmarks\osu.Framework.Benchmarks.csproj" /> 8 <ProjectReference Include="..\osu.Framework\osu.Framework.csproj" /> 9 </ItemGroup> 10</Project>