osu/osu.Game/osu.Game.csproj

32 lines
1.5 KiB
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\osu.Game.props" />
<PropertyGroup Label="Project">
2018-03-27 09:55:27 +00:00
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2018-03-24 18:01:48 +00:00
<WarningLevel>0</WarningLevel>
</PropertyGroup>
<ItemGroup Label="Service">
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\osu-resources\osu.Game.Resources\osu.Game.Resources.csproj" />
</ItemGroup>
<ItemGroup Label="Package References">
2018-10-12 08:08:59 +00:00
<PackageReference Include="Humanizer" Version="2.5.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.4" />
2018-10-12 08:08:59 +00:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="2.1.4" />
2018-06-08 12:51:43 +00:00
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
2018-11-20 08:30:03 +00:00
<PackageReference Include="ppy.osu.Framework" Version="2018.1120.0" />
<PackageReference Include="SharpCompress" Version="0.22.0" />
2018-10-12 08:08:59 +00:00
<PackageReference Include="NUnit" Version="3.11.0" />
2018-08-03 10:25:55 +00:00
<PackageReference Include="SharpRaven" Version="2.4.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="osu.Game, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\osu.Game.Rulesets.Osu.Tests\bin\Debug\netcoreapp2.1\osu.Game.dll</HintPath>
</Reference>
</ItemGroup>
</Project>