mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
11 lines
414 B
XML
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> |