Files
osu-framework/SampleGame/SampleGame.csproj
2018-04-20 14:43:11 +09:00

11 lines
414 B
XML

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