mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
11 lines
379 B
XML
11 lines
379 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup Label="Project">
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<OutputType>WinExe</OutputType>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="Project References">
|
|
<ProjectReference Include="..\osu.Framework\osu.Framework.csproj" />
|
|
<ProjectReference Include="..\SampleGame\SampleGame.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|