mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
10 lines
386 B
XML
10 lines
386 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\osu.TestProject.props" />
|
|
<PropertyGroup Label="Project">
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="Project References">
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Catch\osu.Game.Rulesets.Catch.csproj" />
|
|
</ItemGroup>
|
|
</Project> |