Files
osu-framework/SampleGame/SampleGame.csproj
2018-03-26 10:52:28 +09:00

15 lines
514 B
XML

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