2017-12-01 17:50:28 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<Import Project="..\osu.Game.props" />
|
|
|
|
|
<PropertyGroup Label="Project">
|
2018-03-27 17:55:27 +08:00
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2017-12-01 17:50:28 +08:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2018-03-25 02:01:48 +08:00
|
|
|
|
<WarningLevel>0</WarningLevel>
|
2017-12-01 17:50:28 +08:00
|
|
|
|
</PropertyGroup>
|
2018-03-27 14:06:02 +08:00
|
|
|
|
<ItemGroup Label="Service">
|
|
|
|
|
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
|
|
|
|
|
</ItemGroup>
|
2017-12-01 17:50:28 +08:00
|
|
|
|
<ItemGroup Label="Project References">
|
|
|
|
|
<ProjectReference Include="..\osu-resources\osu.Game.Resources\osu.Game.Resources.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup Label="Package References">
|
|
|
|
|
<PackageReference Include="Humanizer" Version="2.2.0" />
|
2018-06-07 22:46:31 +08:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="2.1.0" />
|
2018-06-08 20:51:43 +08:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
|
2018-06-11 19:08:17 +08:00
|
|
|
|
<PackageReference Include="ppy.osu.Framework" Version="2018.611.1" />
|
2017-12-01 17:50:28 +08:00
|
|
|
|
<PackageReference Include="SharpCompress" Version="0.18.1" />
|
2018-04-13 19:19:52 +08:00
|
|
|
|
<PackageReference Include="NUnit" Version="3.10.1" />
|
2018-06-07 22:46:31 +08:00
|
|
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" />
|
2017-12-01 17:50:28 +08:00
|
|
|
|
</ItemGroup>
|
2017-10-30 18:05:13 +08:00
|
|
|
|
</Project>
|