Files
osu-framework/build/Desktop.proj
2019-11-27 19:05:40 +09:00

10 lines
579 B
XML

<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="..\SampleGame.Desktop\SampleGame.Desktop.csproj" />
<ProjectReference Include="..\SampleGame\SampleGame.csproj" />
<ProjectReference Include="..\osu.Framework.NativeLibs\osu.Framework.NativeLibs.csproj" />
<ProjectReference Include="..\osu.Framework.Tests\osu.Framework.Tests.csproj" />
<ProjectReference Include="..\osu.Framework.Benchmarks\osu.Framework.Benchmarks.csproj" />
<ProjectReference Include="..\osu.Framework\osu.Framework.csproj" />
</ItemGroup>
</Project>