2017-12-01 17:50:28 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<Import Project="..\osu.Game.props" />
|
|
|
|
|
<Import Project="..\OpenTK.props" />
|
|
|
|
|
<PropertyGroup Label="Project">
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<Company>ppy Pty Ltd</Company>
|
|
|
|
|
<Version>1.0.0.0</Version>
|
|
|
|
|
<Copyright>ppy Pty Ltd 2007-2017</Copyright>
|
|
|
|
|
<AssemblyTitle>osu.Game</AssemblyTitle>
|
|
|
|
|
<Description>click the circles. to the beat.</Description>
|
|
|
|
|
<Product>osu.Game</Product>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup Label="Project References">
|
|
|
|
|
<ProjectReference Include="..\osu-framework\osu.Framework\osu.Framework.csproj" />
|
|
|
|
|
<ProjectReference Include="..\osu-resources\osu.Game.Resources\osu.Game.Resources.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup Label="Package References">
|
|
|
|
|
<PackageReference Include="Humanizer" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="2.0.1" />
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
|
|
|
|
|
<PackageReference Include="SharpCompress" Version="0.18.1" />
|
|
|
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="4.4.0" />
|
|
|
|
|
</ItemGroup>
|
2017-10-30 18:05:13 +08:00
|
|
|
|
</Project>
|