Files
osu-framework/SampleGame/SampleGame.csproj
2018-03-27 18:55:34 +09:00

11 lines
414 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\osu.Framework.props" />
<PropertyGroup Label="Project">
<TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
<OutputType>WinExe</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\osu.Framework\osu.Framework.csproj" />
</ItemGroup>
</Project>