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 > {48F4582B-7687-4621-9CBE-5C24197CB536}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
2017-04-18 15:05:58 +08:00
<RootNamespace > osu.Game.Rulesets.Mania</RootNamespace>
<AssemblyName > osu.Game.Rulesets.Mania</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>
</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>
2017-12-05 23:37:37 +08:00
<Reference Include= "Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > $(SolutionDir)\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private > True</Private>
</Reference>
2016-11-14 17:54:24 +08:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
</ItemGroup>
<ItemGroup >
2018-01-03 18:13:42 +08:00
<Compile Include= "Beatmaps\StageDefinition.cs" />
2018-01-03 17:44:25 +08:00
<Compile Include= "Beatmaps\ManiaBeatmap.cs" />
2017-05-18 16:39:03 +08:00
<Compile Include= "Beatmaps\Patterns\Legacy\EndTimeObjectPatternGenerator.cs" />
2017-05-18 17:09:13 +08:00
<Compile Include= "Beatmaps\Patterns\Legacy\DistanceObjectPatternGenerator.cs" />
2017-05-18 14:05:45 +08:00
<Compile Include= "Beatmaps\Patterns\Legacy\PatternGenerator.cs" />
<Compile Include= "Beatmaps\Patterns\PatternGenerator.cs" />
2017-05-19 19:57:20 +08:00
<Compile Include= "Beatmaps\Patterns\Legacy\HitObjectPatternGenerator.cs" />
2017-05-18 14:05:45 +08:00
<Compile Include= "Beatmaps\Patterns\Legacy\PatternType.cs" />
2017-03-11 23:34:21 +08:00
<Compile Include= "Beatmaps\ManiaBeatmapConverter.cs" />
2017-05-18 14:05:45 +08:00
<Compile Include= "Beatmaps\Patterns\Pattern.cs" />
2018-01-17 19:10:35 +08:00
<Compile Include= "Configuration\ManiaConfigManager.cs" />
2017-05-17 11:52:07 +08:00
<Compile Include= "MathUtils\FastRandom.cs" />
2017-05-24 19:45:01 +08:00
<Compile Include= "Judgements\HoldNoteTailJudgement.cs" />
<Compile Include= "Judgements\HoldNoteTickJudgement.cs" />
2017-03-23 18:00:18 +08:00
<Compile Include= "Judgements\ManiaJudgement.cs" />
2017-02-20 00:41:51 +08:00
<Compile Include= "ManiaDifficultyCalculator.cs" />
2018-01-22 14:07:14 +08:00
<Compile Include= "Mods\IPlayfieldTypeMod.cs" />
2018-01-09 12:41:57 +08:00
<Compile Include= "Mods\ManiaKeyMod.cs" />
<Compile Include= "Mods\ManiaModAutoplay.cs" />
<Compile Include= "Mods\ManiaModDaycore.cs" />
<Compile Include= "Mods\ManiaModDoubleTime.cs" />
<Compile Include= "Mods\ManiaModEasy.cs" />
<Compile Include= "Mods\ManiaModFadeIn.cs" />
<Compile Include= "Mods\ManiaModFlashlight.cs" />
<Compile Include= "Mods\ManiaModHalfTime.cs" />
<Compile Include= "Mods\ManiaModHardRock.cs" />
<Compile Include= "Mods\ManiaModHidden.cs" />
<Compile Include= "Mods\ManiaModKey1.cs" />
<Compile Include= "Mods\ManiaModKey2.cs" />
<Compile Include= "Mods\ManiaModKey3.cs" />
<Compile Include= "Mods\ManiaModKey4.cs" />
<Compile Include= "Mods\ManiaModKey5.cs" />
<Compile Include= "Mods\ManiaModKey6.cs" />
<Compile Include= "Mods\ManiaModKey7.cs" />
<Compile Include= "Mods\ManiaModKey8.cs" />
<Compile Include= "Mods\ManiaModKey9.cs" />
2018-01-22 14:11:15 +08:00
<Compile Include= "Mods\ManiaModDualStages.cs" />
2018-01-09 12:41:57 +08:00
<Compile Include= "Mods\ManiaModNightcore.cs" />
<Compile Include= "Mods\ManiaModPerfect.cs" />
<Compile Include= "Mods\ManiaModRandom.cs" />
<Compile Include= "Mods\ManiaModSuddenDeath.cs" />
2017-05-29 14:01:13 +08:00
<Compile Include= "Objects\Drawables\DrawableBarLine.cs" />
2017-05-04 17:02:43 +08:00
<Compile Include= "Objects\Drawables\DrawableHoldNote.cs" />
2017-05-24 19:45:01 +08:00
<Compile Include= "Objects\Drawables\DrawableHoldNoteTick.cs" />
2017-05-03 14:50:42 +08:00
<Compile Include= "Objects\Drawables\DrawableManiaHitObject.cs" />
<Compile Include= "Objects\Drawables\DrawableNote.cs" />
2017-05-04 17:02:43 +08:00
<Compile Include= "Objects\Drawables\Pieces\BodyPiece.cs" />
2017-09-12 10:14:16 +08:00
<Compile Include= "Objects\Drawables\Pieces\GlowPiece.cs" />
2017-09-12 10:14:29 +08:00
<Compile Include= "Objects\Drawables\Pieces\LaneGlowPiece.cs" />
2017-05-03 14:50:42 +08:00
<Compile Include= "Objects\Drawables\Pieces\NotePiece.cs" />
2017-05-03 11:53:45 +08:00
<Compile Include= "Objects\Types\IHasColumn.cs" />
2017-09-12 14:52:18 +08:00
<Compile Include= "Replays\ManiaAutoGenerator.cs" />
<Compile Include= "Replays\ManiaFramedReplayInputHandler.cs" />
2017-11-29 13:20:15 +08:00
<Compile Include= "Replays\ManiaReplayFrame.cs" />
2017-03-24 08:51:52 +08:00
<Compile Include= "Scoring\ManiaScoreProcessor.cs" />
2017-05-29 14:01:13 +08:00
<Compile Include= "Objects\BarLine.cs" />
2016-11-14 17:54:24 +08:00
<Compile Include= "Objects\HoldNote.cs" />
2017-05-24 19:45:01 +08:00
<Compile Include= "Objects\HoldNoteTick.cs" />
2017-05-03 11:44:19 +08:00
<Compile Include= "Objects\ManiaHitObject.cs" />
2016-11-14 17:54:24 +08:00
<Compile Include= "Objects\Note.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
2017-08-21 11:31:21 +08:00
<Compile Include= "ManiaInputManager.cs" />
2017-11-28 17:57:28 +08:00
<Compile Include= "Tests\TestCaseAutoGeneration.cs" />
2017-10-10 15:39:23 +08:00
<Compile Include= "Tests\TestCaseManiaHitObjects.cs" />
<Compile Include= "Tests\TestCaseManiaPlayfield.cs" />
2017-11-16 16:35:10 +08:00
<Compile Include= "Tests\TestCasePerformancePoints.cs" />
2017-05-03 11:37:47 +08:00
<Compile Include= "UI\Column.cs" />
2017-09-11 16:53:27 +08:00
<Compile Include= "UI\DrawableManiaJudgement.cs" />
2018-01-14 10:41:52 +08:00
<Compile Include= "UI\ManiaStage.cs" />
2017-09-11 12:44:39 +08:00
<Compile Include= "UI\HitExplosion.cs" />
2017-08-09 12:28:29 +08:00
<Compile Include= "UI\ManiaRulesetContainer.cs" />
2016-11-14 17:54:24 +08:00
<Compile Include= "UI\ManiaPlayfield.cs" />
<Compile Include= "ManiaRuleset.cs" />
2018-01-10 17:05:19 +08:00
<Compile Include= "Mods\ManiaModNoFail.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>
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>