mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
10 lines
579 B
XML
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> |