mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
37 lines
2.1 KiB
XML
37 lines
2.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\osu.TestProject.props" />
|
|
<ItemGroup Label="Service">
|
|
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Project">
|
|
<TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
|
|
<OutputType>WinExe</OutputType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Company>ppy Pty Ltd</Company>
|
|
<Description>click the circles. to the beat.</Description>
|
|
<Copyright>ppy Pty Ltd 2007-2017</Copyright>
|
|
<!-- DeepEqual is not netstandard-compatible. This is fine since we run tests with .NET Framework anyway.
|
|
(Not sure why this is needed here, since we don't directly reference DeepEquals in this project...) -->
|
|
<NoWarn>NU1701</NoWarn>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="Project References">
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Osu\osu.Game.Rulesets.Osu.csproj" />
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Catch\osu.Game.Rulesets.Catch.csproj" />
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Mania\osu.Game.Rulesets.Mania.csproj" />
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Taiko\osu.Game.Rulesets.Taiko.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup Label="Resources">
|
|
<EmbeddedResource Include="Resources\Soleily - Renatus %28Gamu%29 [Insane].osu" />
|
|
<EmbeddedResource Include="Resources\Himeringo - Yotsuya-san ni Yoroshiku %28RLC%29 [Winber1%27s Extreme].osu" />
|
|
<EmbeddedResource Include="Resources\Within Temptation - The Unforgiving %28Armin%29 [Marathon].osu" />
|
|
<EmbeddedResource Include="Resources\Kozato snow - Rengetsu Ouka %28_Kiva%29 [Yuki YukI].osu" />
|
|
</ItemGroup>
|
|
<ItemGroup Label="Package References">
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.0.1" />
|
|
<PackageReference Include="DeepEqual" Version="1.6.0" />
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.1" />
|
|
<PackageReference Include="NUnit" Version="3.8.1" />
|
|
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
|
|
</ItemGroup>
|
|
</Project> |