2016-11-14 17:54:24 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "14.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2017-11-29 23:45:37 +08:00
<Import Project= "..\osu.Game.props" />
2016-11-14 17:54:24 +08:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {C92A607B-1FDD-4954-9F92-03FF547D9080}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
2017-04-18 15:05:58 +08:00
<RootNamespace > osu.Game.Rulesets.Osu</RootNamespace>
<AssemblyName > osu.Game.Rulesets.Osu</AssemblyName>
2017-09-11 11:35:40 +08:00
<TargetFrameworkVersion > v4.6.1</TargetFrameworkVersion>
2016-11-14 17:54:24 +08:00
<FileAlignment > 512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
2017-10-14 01:10:21 +08:00
<OutputPath > bin\Debug\</OutputPath>
2016-11-14 17:54:24 +08:00
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2017-02-12 14:42:20 +08:00
<TreatWarningsAsErrors > false</TreatWarningsAsErrors>
2016-11-14 17:54:24 +08:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
2017-10-14 01:10:21 +08:00
<OutputPath > bin\Release\</OutputPath>
2016-11-14 17:54:24 +08:00
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2017-02-12 14:42:20 +08:00
<TreatWarningsAsErrors > false</TreatWarningsAsErrors>
2016-11-14 17:54:24 +08:00
</PropertyGroup>
<ItemGroup >
2018-01-26 19:46:28 +08:00
<Reference Include= "JetBrains.Annotations, Version=11.1.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL" >
<HintPath > $(SolutionDir)\packages\JetBrains.Annotations.11.1.0\lib\net20\JetBrains.Annotations.dll</HintPath>
<Private > True</Private>
</Reference>
2017-09-18 21:32:49 +08:00
<Reference Include= "nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
2017-09-18 23:07:06 +08:00
<HintPath > $(SolutionDir)\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath>
2017-10-23 19:58:50 +08:00
<Private > True</Private>
2017-09-18 21:32:49 +08:00
</Reference>
2017-12-27 12:18:34 +08:00
<Reference Include= "OpenTK, Version=3.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4" >
2018-02-06 12:47:54 +08:00
<HintPath > $(SolutionDir)\packages\ppy.OpenTK.3.0.13\lib\net45\OpenTK.dll</HintPath>
2017-10-23 19:58:50 +08:00
<Private > True</Private>
2016-11-14 17:54:24 +08:00
</Reference>
2018-02-07 13:11:54 +08:00
<Reference Include= "SQLitePCLRaw.batteries_green, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a84b7dcfb1391f7f, processorArchitecture=MSIL" >
<HintPath > $(SolutionDir)\packages\SQLitePCLRaw.bundle_green.1.1.8\lib\net45\SQLitePCLRaw.batteries_green.dll</HintPath>
</Reference>
<Reference Include= "SQLitePCLRaw.batteries_v2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL" >
<HintPath > $(SolutionDir)\packages\SQLitePCLRaw.bundle_green.1.1.8\lib\net45\SQLitePCLRaw.batteries_v2.dll</HintPath>
</Reference>
<Reference Include= "SQLitePCLRaw.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL" >
<HintPath > $(SolutionDir)\packages\SQLitePCLRaw.core.1.1.8\lib\net45\SQLitePCLRaw.core.dll</HintPath>
</Reference>
<Reference Include= "SQLitePCLRaw.provider.e_sqlite3, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9c301db686d0bd12, processorArchitecture=MSIL" >
<HintPath > $(SolutionDir)\packages\SQLitePCLRaw.provider.e_sqlite3.net45.1.1.8\lib\net45\SQLitePCLRaw.provider.e_sqlite3.dll</HintPath>
</Reference>
2016-11-14 17:54:24 +08:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Drawing" />
</ItemGroup>
<ItemGroup >
2017-03-11 23:34:21 +08:00
<Compile Include= "Beatmaps\OsuBeatmapConverter.cs" />
2017-03-14 16:01:21 +08:00
<Compile Include= "Beatmaps\OsuBeatmapProcessor.cs" />
2018-02-20 17:01:45 +08:00
<Compile Include= "Edit\Layers\Selection\OsuHitObjectOverlayLayer.cs" />
<Compile Include= "Edit\Layers\Selection\Overlays\HitCircleOverlay.cs" />
<Compile Include= "Edit\Layers\Selection\Overlays\SliderCircleOverlay.cs" />
<Compile Include= "Edit\Layers\Selection\Overlays\SliderOverlay.cs" />
2017-11-30 18:19:34 +08:00
<Compile Include= "Edit\OsuEditPlayfield.cs" />
<Compile Include= "Edit\OsuEditRulesetContainer.cs" />
2017-11-29 16:46:12 +08:00
<Compile Include= "Edit\OsuHitObjectComposer.cs" />
2018-01-30 15:24:23 +08:00
<Compile Include= "Judgements\OsuSliderTailJudgement.cs" />
2018-01-09 12:41:57 +08:00
<Compile Include= "Mods\OsuModAutopilot.cs" />
<Compile Include= "Mods\OsuModAutoplay.cs" />
<Compile Include= "Mods\OsuModDaycore.cs" />
<Compile Include= "Mods\OsuModDoubleTime.cs" />
<Compile Include= "Mods\OsuModEasy.cs" />
<Compile Include= "Mods\OsuModFlashlight.cs" />
<Compile Include= "Mods\OsuModHalfTime.cs" />
<Compile Include= "Mods\OsuModHardRock.cs" />
<Compile Include= "Mods\OsuModHidden.cs" />
<Compile Include= "Mods\OsuModNightcore.cs" />
<Compile Include= "Mods\OsuModPerfect.cs" />
<Compile Include= "Mods\OsuModRelax.cs" />
<Compile Include= "Mods\OsuModSpunOut.cs" />
<Compile Include= "Mods\OsuModSuddenDeath.cs" />
<Compile Include= "Mods\OsuModTarget.cs" />
2016-11-26 15:51:51 +08:00
<Compile Include= "Objects\Drawables\DrawableOsuHitObject.cs" />
2017-02-12 14:29:36 +08:00
<Compile Include= "Objects\Drawables\Connections\ConnectionRenderer.cs" />
<Compile Include= "Objects\Drawables\Connections\FollowPointRenderer.cs" />
2017-03-23 18:00:18 +08:00
<Compile Include= "Judgements\OsuJudgement.cs" />
2017-09-27 23:28:44 +08:00
<Compile Include= "Objects\Drawables\DrawableRepeatPoint.cs" />
2018-01-30 15:24:23 +08:00
<Compile Include= "Objects\Drawables\DrawableSliderTail.cs" />
<Compile Include= "Objects\Drawables\IRequireTracking.cs" />
2018-01-18 20:06:47 +08:00
<Compile Include= "Objects\Drawables\ITrackSnaking.cs" />
2016-11-18 16:36:53 +08:00
<Compile Include= "Objects\Drawables\Pieces\ApproachCircle.cs" />
2018-02-22 16:33:47 +08:00
<Compile Include= "Objects\Drawables\Pieces\DefaultCirclePiece.cs" />
2017-02-14 17:55:54 +08:00
<Compile Include= "Objects\Drawables\Pieces\SpinnerBackground.cs" />
2016-11-17 16:20:51 +08:00
<Compile Include= "Objects\Drawables\Pieces\CirclePiece.cs" />
<Compile Include= "Objects\Drawables\DrawableSlider.cs" />
2017-02-10 15:10:24 +08:00
<Compile Include= "Objects\Drawables\Connections\FollowPoint.cs" />
2017-02-14 17:55:54 +08:00
<Compile Include= "Objects\Drawables\DrawableSpinner.cs" />
2016-11-17 16:20:51 +08:00
<Compile Include= "Objects\Drawables\Pieces\ExplodePiece.cs" />
<Compile Include= "Objects\Drawables\Pieces\FlashPiece.cs" />
<Compile Include= "Objects\Drawables\Pieces\GlowPiece.cs" />
2017-03-23 18:00:18 +08:00
<Compile Include= "Objects\Drawables\DrawableOsuJudgement.cs" />
2016-11-17 16:20:51 +08:00
<Compile Include= "Objects\Drawables\Pieces\NumberPiece.cs" />
2017-02-13 03:38:05 +08:00
<Compile Include= "Objects\Drawables\DrawableSliderTick.cs" />
2016-11-17 16:20:51 +08:00
<Compile Include= "Objects\Drawables\Pieces\RingPiece.cs" />
2017-02-14 17:55:54 +08:00
<Compile Include= "Objects\Drawables\Pieces\SpinnerDisc.cs" />
2017-10-07 15:31:42 +08:00
<Compile Include= "Objects\Drawables\Pieces\SpinnerSpmCounter.cs" />
2017-05-18 18:40:20 +08:00
<Compile Include= "Objects\Drawables\Pieces\SpinnerTicks.cs" />
2017-02-15 19:39:10 +08:00
<Compile Include= "Objects\Drawables\Pieces\TrianglesPiece.cs" />
2016-12-06 17:54:32 +08:00
<Compile Include= "Objects\Drawables\Pieces\SliderBall.cs" />
<Compile Include= "Objects\Drawables\Pieces\SliderBody.cs" />
2017-12-27 16:34:07 +08:00
<Compile Include= "Objects\ISliderProgress.cs" />
2017-09-27 23:28:44 +08:00
<Compile Include= "Objects\RepeatPoint.cs" />
2017-02-13 03:38:05 +08:00
<Compile Include= "Objects\SliderTick.cs" />
2017-06-06 05:45:22 +08:00
<Compile Include= "OsuDifficulty\OsuDifficultyCalculator.cs" />
<Compile Include= "OsuDifficulty\Preprocessing\OsuDifficultyBeatmap.cs" />
<Compile Include= "OsuDifficulty\Preprocessing\OsuDifficultyHitObject.cs" />
<Compile Include= "OsuDifficulty\Skills\Aim.cs" />
<Compile Include= "OsuDifficulty\Skills\Skill.cs" />
<Compile Include= "OsuDifficulty\Skills\Speed.cs" />
<Compile Include= "OsuDifficulty\Utils\History.cs" />
2017-08-10 17:28:43 +08:00
<Compile Include= "OsuInputManager.cs" />
2017-08-24 14:36:42 +08:00
<Compile Include= "Replays\OsuReplayInputHandler.cs" />
2018-03-01 23:07:02 +08:00
<Compile Include= "Tests\OsuBeatmapConversionTest.cs" />
2017-12-27 16:34:07 +08:00
<Compile Include= "Tests\TestCaseHitCircle.cs" />
2018-01-01 18:55:24 +08:00
<Compile Include= "Tests\TestCaseHitCircleHidden.cs" />
2017-11-16 16:35:10 +08:00
<Compile Include= "Tests\TestCasePerformancePoints.cs" />
2017-12-27 16:34:07 +08:00
<Compile Include= "Tests\TestCaseSlider.cs" />
2018-01-01 18:55:24 +08:00
<Compile Include= "Tests\TestCaseSliderHidden.cs" />
2017-12-27 19:01:20 +08:00
<Compile Include= "Tests\TestCaseSpinner.cs" />
2018-01-01 18:55:24 +08:00
<Compile Include= "Tests\TestCaseSpinnerHidden.cs" />
2017-08-10 17:37:41 +08:00
<Compile Include= "UI\Cursor\CursorTrail.cs" />
<Compile Include= "UI\Cursor\GameplayCursor.cs" />
2017-07-13 14:44:42 +08:00
<Compile Include= "UI\OsuSettings.cs" />
2017-11-17 11:35:23 +08:00
<Compile Include= "Scoring\OsuPerformanceCalculator.cs" />
2017-03-24 08:51:52 +08:00
<Compile Include= "Scoring\OsuScoreProcessor.cs" />
2017-08-09 12:28:29 +08:00
<Compile Include= "UI\OsuRulesetContainer.cs" />
2016-11-14 17:54:24 +08:00
<Compile Include= "UI\OsuPlayfield.cs" />
<Compile Include= "OsuRuleset.cs" />
<Compile Include= "Objects\HitCircle.cs" />
<Compile Include= "Objects\Drawables\DrawableHitCircle.cs" />
2016-11-19 18:07:57 +08:00
<Compile Include= "Objects\OsuHitObject.cs" />
2016-11-14 17:54:24 +08:00
<Compile Include= "Objects\Slider.cs" />
<Compile Include= "Objects\Spinner.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
2018-01-09 12:41:57 +08:00
<Compile Include= "Mods\OsuModNoFail.cs" />
2017-04-29 02:08:48 +08:00
<Compile Include= "Replays\OsuAutoGenerator.cs" />
<Compile Include= "Replays\OsuAutoGeneratorBase.cs" />
2016-11-14 17:54:24 +08:00
</ItemGroup>
2017-09-18 21:32:49 +08:00
<ItemGroup >
<None Include= "app.config" />
<None Include= "OpenTK.dll.config" />
<None Include= "packages.config" />
</ItemGroup>
2016-11-14 17:54:24 +08:00
<ItemGroup >
<ProjectReference Include= "..\osu-framework\osu.Framework\osu.Framework.csproj" >
<Project > {C76BF5B3-985E-4D39-95FE-97C9C879B83A}</Project>
<Name > osu.Framework</Name>
2017-10-23 19:58:50 +08:00
<Private > True</Private>
2016-11-14 17:54:24 +08:00
</ProjectReference>
<ProjectReference Include= "..\osu.Game\osu.Game.csproj" >
2017-09-18 21:32:49 +08:00
<Project > {2a66dd92-adb1-4994-89e2-c94e04acda0d}</Project>
2016-11-14 17:54:24 +08:00
<Name > osu.Game</Name>
2017-10-23 19:58:50 +08:00
<Private > True</Private>
2016-11-14 17:54:24 +08:00
</ProjectReference>
</ItemGroup>
2017-12-08 18:05:00 +08:00
<ItemGroup >
<Service Include= "{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
2018-03-01 23:07:02 +08:00
<ItemGroup >
<EmbeddedResource Include= "Resources\Testing\Beatmaps\875945-expected-conversion.json" />
<EmbeddedResource Include= "Resources\Testing\Beatmaps\875945.osu" />
</ItemGroup>
2016-11-14 17:54:24 +08:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2018-02-07 13:11:54 +08:00
<Import Project= "$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets" Condition= "Exists('$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets'))" />
<Error Condition= "!Exists('$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.osx.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.osx.targets'))" />
<Error Condition= "!Exists('$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets'))" />
2016-11-14 17:54:24 +08:00
</Target>
2018-02-07 13:11:54 +08:00
<Import Project= "$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.osx.targets" Condition= "Exists('$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.osx.targets')" />
<Import Project= "$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets" Condition= "Exists('$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets')" />
2016-11-14 17:54:24 +08:00
</Project>