osu/osu.Game/osu.Game.csproj

591 lines
36 KiB
XML
Raw Normal View History

2016-08-26 03:28:23 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0D3FBF8A-7464-4CF7-8C90-3E7886DF2D4D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>osu.Game</RootNamespace>
<AssemblyName>osu.Game</AssemblyName>
2017-09-11 03:35:40 +00:00
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
2016-08-26 03:28:23 +00:00
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
2016-08-31 10:49:34 +00:00
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
2016-08-26 03:28:23 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
2017-04-24 05:10:44 +00:00
<LangVersion>6</LangVersion>
2016-08-26 03:28:23 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
2016-08-26 03:28:23 +00:00
</PropertyGroup>
<ItemGroup>
2017-04-24 05:10:44 +00: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>
2016-08-31 10:49:34 +00:00
</Reference>
<Reference Include="OpenTK, Version=3.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\OpenTK.3.0.0-git00009\lib\net20\OpenTK.dll</HintPath>
<Private>True</Private>
2016-10-24 11:03:45 +00:00
</Reference>
<Reference Include="SharpCompress, Version=0.18.1.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\SharpCompress.0.18.1\lib\net45\SharpCompress.dll</HintPath>
<Private>True</Private>
2017-03-04 10:02:36 +00:00
</Reference>
2016-10-24 11:03:45 +00:00
<Reference Include="SQLite.Net, Version=3.1.0.0, Culture=neutral, processorArchitecture=MSIL">
2017-02-27 11:38:30 +00:00
<HintPath>$(SolutionDir)\packages\SQLite.Net.Core-PCL.3.1.1\lib\portable-win8+net45+wp8+wpa81+MonoAndroid1+MonoTouch1\SQLite.Net.dll</HintPath>
2016-10-24 11:03:45 +00:00
<Private>True</Private>
</Reference>
<Reference Include="SQLite.Net.Platform.Generic, Version=3.1.0.0, Culture=neutral, processorArchitecture=MSIL">
2017-02-27 11:38:30 +00:00
<HintPath>$(SolutionDir)\packages\SQLite.Net-PCL.3.1.1\lib\net40\SQLite.Net.Platform.Generic.dll</HintPath>
2016-10-24 11:03:45 +00:00
<Private>True</Private>
</Reference>
<Reference Include="SQLite.Net.Platform.Win32, Version=3.1.0.0, Culture=neutral, processorArchitecture=MSIL">
2017-02-27 11:38:30 +00:00
<HintPath>$(SolutionDir)\packages\SQLite.Net-PCL.3.1.1\lib\net4\SQLite.Net.Platform.Win32.dll</HintPath>
2016-08-26 03:28:23 +00:00
<Private>True</Private>
</Reference>
2017-04-24 05:10:44 +00:00
<Reference Include="Microsoft.CSharp" />
2016-08-26 03:28:23 +00:00
<Reference Include="System" />
<Reference Include="System.Core" />
2016-10-18 17:35:01 +00:00
<Reference Include="DotNetZip">
<HintPath>$(SolutionDir)\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll</HintPath>
2016-10-04 15:31:10 +00:00
</Reference>
2016-10-18 17:35:01 +00:00
<Reference Include="SQLiteNetExtensions">
2016-10-18 17:58:24 +00:00
<HintPath>$(SolutionDir)\packages\SQLiteNetExtensions.1.3.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\SQLiteNetExtensions.dll</HintPath>
2016-10-04 21:08:43 +00:00
</Reference>
2017-02-27 11:38:30 +00:00
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
2016-08-26 03:28:23 +00:00
</ItemGroup>
<ItemGroup>
<Compile Include="Audio\SampleInfo.cs" />
<Compile Include="Audio\SampleInfoList.cs" />
<Compile Include="Beatmaps\BeatmapStore.cs" />
<Compile Include="Beatmaps\BeatmapSetFileInfo.cs" />
2016-11-24 04:48:48 +00:00
<Compile Include="Beatmaps\Drawables\BeatmapBackgroundSprite.cs" />
<Compile Include="Beatmaps\DifficultyCalculator.cs" />
<Compile Include="Beatmaps\DummyWorkingBeatmap.cs" />
<Compile Include="Beatmaps\IO\LegacyFilesystemReader.cs" />
2017-09-14 11:05:43 +00:00
<Compile Include="Online\API\Requests\GetUserScoresRequest.cs" />
2017-09-07 21:55:05 +00:00
<Compile Include="Storyboards\Drawables\IFlippable.cs" />
2017-09-13 09:22:24 +00:00
<Compile Include="Storyboards\Drawables\DrawableStoryboardLayer.cs" />
<Compile Include="Storyboards\Drawables\DrawableStoryboard.cs" />
<Compile Include="Storyboards\Drawables\DrawableStoryboardAnimation.cs" />
<Compile Include="Storyboards\Drawables\DrawableStoryboardSprite.cs" />
<Compile Include="Storyboards\StoryboardAnimation.cs" />
2017-09-09 13:34:26 +00:00
<Compile Include="Storyboards\Drawables\DrawablesExtensions.cs" />
2017-09-13 09:22:24 +00:00
<Compile Include="Storyboards\IStoryboardElement.cs" />
2017-09-07 21:55:05 +00:00
<Compile Include="Storyboards\CommandTimeline.cs" />
<Compile Include="Storyboards\CommandTimelineGroup.cs" />
<Compile Include="Storyboards\CommandTrigger.cs" />
<Compile Include="Storyboards\CommandLoop.cs" />
2017-09-13 09:22:24 +00:00
<Compile Include="Storyboards\StoryboardSample.cs" />
<Compile Include="Storyboards\StoryboardSprite.cs" />
<Compile Include="Storyboards\StoryboardLayer.cs" />
<Compile Include="Storyboards\Storyboard.cs" />
<Compile Include="Database\StoreVersion.cs" />
<Compile Include="Graphics\Containers\OsuClickableContainer.cs" />
<Compile Include="Graphics\Containers\OsuFocusedOverlayContainer.cs" />
<Compile Include="Graphics\Containers\OsuHoverContainer.cs" />
<Compile Include="Graphics\Containers\OsuScrollContainer.cs" />
<Compile Include="Graphics\Containers\SectionsContainer.cs" />
2017-06-12 09:56:07 +00:00
<Compile Include="Graphics\Cursor\OsuContextMenuContainer.cs" />
2017-06-12 16:51:06 +00:00
<Compile Include="Graphics\Containers\OsuTextFlowContainer.cs" />
2017-05-30 09:23:53 +00:00
<Compile Include="Graphics\UserInterface\IconButton.cs" />
<Compile Include="Graphics\UserInterface\ProgressBar.cs" />
<Compile Include="Configuration\SelectionRandomType.cs" />
2017-06-14 12:37:07 +00:00
<Compile Include="Graphics\UserInterface\LineGraph.cs" />
2017-06-13 06:20:21 +00:00
<Compile Include="Graphics\UserInterface\MenuItemType.cs" />
2017-06-12 09:56:07 +00:00
<Compile Include="Graphics\UserInterface\OsuContextMenu.cs" />
2017-08-28 05:42:52 +00:00
<Compile Include="Graphics\UserInterface\OsuMenuItem.cs" />
2017-08-11 07:11:46 +00:00
<Compile Include="Input\Bindings\DatabasedKeyBinding.cs" />
<Compile Include="Input\Bindings\DatabasedKeyBindingInputManager.cs" />
<Compile Include="Input\KeyBindingStore.cs" />
2017-08-16 08:34:49 +00:00
<Compile Include="Input\Bindings\GlobalKeyBindingInputManager.cs" />
<Compile Include="IO\FileStore.cs" />
<Compile Include="IO\FileInfo.cs" />
<Compile Include="Online\API\Requests\DownloadBeatmapSetRequest.cs" />
<Compile Include="Online\API\Requests\GetUsersRequest.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Online\API\Requests\PostMessageRequest.cs" />
<Compile Include="Online\Chat\ErrorMessage.cs" />
2017-08-21 08:43:26 +00:00
<Compile Include="Online\Chat\LocalEchoMessage.cs" />
2017-05-12 06:32:52 +00:00
<Compile Include="Overlays\Chat\ChatTabControl.cs" />
2017-08-16 08:34:49 +00:00
<Compile Include="Overlays\KeyBinding\GlobalKeyBindingsSection.cs" />
2017-08-16 08:19:27 +00:00
<Compile Include="Overlays\KeyBinding\KeyBindingRow.cs" />
<Compile Include="Overlays\KeyBinding\KeyBindingsSubsection.cs" />
2017-08-16 08:19:27 +00:00
<Compile Include="Overlays\KeyBindingOverlay.cs" />
<Compile Include="Overlays\KeyBinding\RulesetBindingsSection.cs" />
<Compile Include="Overlays\KeyBinding\VariantBindingsSubsection.cs" />
2017-08-10 13:21:22 +00:00
<Compile Include="Overlays\MainSettings.cs" />
2017-05-17 12:39:26 +00:00
<Compile Include="Overlays\Music\CollectionsDropdown.cs" />
2017-05-01 06:03:11 +00:00
<Compile Include="Overlays\Music\FilterControl.cs" />
<Compile Include="Overlays\Music\PlaylistItem.cs" />
<Compile Include="Overlays\Music\PlaylistList.cs" />
2017-05-16 03:53:50 +00:00
<Compile Include="Overlays\OnScreenDisplay.cs" />
2017-07-28 22:34:16 +00:00
<Compile Include="Overlays\Profile\Sections\Ranks\DrawableScore.cs" />
<Compile Include="Overlays\Settings\Sections\Maintenance\GeneralSettings.cs" />
<Compile Include="Overlays\Settings\SettingsHeader.cs" />
<Compile Include="Overlays\Settings\Sections\Audio\MainMenuSettings.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Overlays\Toolbar\ToolbarChatButton.cs" />
2017-07-13 04:53:45 +00:00
<Compile Include="Overlays\Profile\Sections\AboutSection.cs" />
<Compile Include="Overlays\Profile\Sections\BeatmapsSection.cs" />
<Compile Include="Overlays\Profile\Sections\HistoricalSection.cs" />
<Compile Include="Overlays\Profile\Sections\KudosuSection.cs" />
<Compile Include="Overlays\Profile\Sections\MedalsSection.cs" />
2017-06-16 08:36:23 +00:00
<Compile Include="Overlays\Profile\RankChart.cs" />
2017-07-13 04:53:45 +00:00
<Compile Include="Overlays\Profile\Sections\RanksSection.cs" />
<Compile Include="Overlays\Profile\Sections\RecentSection.cs" />
<Compile Include="Graphics\Containers\ConstrainedIconContainer.cs" />
2017-08-24 11:18:47 +00:00
<Compile Include="Overlays\Toolbar\ToolbarDirectButton.cs" />
<Compile Include="Rulesets\Mods\IApplicableToDifficulty.cs" />
<Compile Include="Rulesets\UI\RulesetInputManager.cs" />
<Compile Include="Screens\Edit\Menus\EditorMenuBar.cs" />
<Compile Include="Screens\Edit\Menus\EditorMenuBarItem.cs" />
<Compile Include="Screens\Edit\Menus\EditorMenuItem.cs" />
<Compile Include="Screens\Edit\Menus\EditorMenuItemSpacer.cs" />
<Compile Include="Screens\Play\KeyCounterAction.cs" />
<Compile Include="Users\UserCoverBackground.cs" />
2017-06-15 09:03:33 +00:00
<Compile Include="Overlays\UserProfileOverlay.cs" />
2017-06-16 08:36:23 +00:00
<Compile Include="Overlays\Profile\ProfileHeader.cs" />
<Compile Include="Overlays\Profile\ProfileSection.cs" />
<Compile Include="Overlays\Toolbar\ToolbarSocialButton.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Rulesets\Beatmaps\BeatmapConverter.cs" />
<Compile Include="Rulesets\Beatmaps\BeatmapProcessor.cs" />
<Compile Include="Beatmaps\ControlPoints\ControlPoint.cs" />
<Compile Include="Beatmaps\ControlPoints\ControlPointInfo.cs" />
<Compile Include="Beatmaps\ControlPoints\DifficultyControlPoint.cs" />
<Compile Include="Beatmaps\ControlPoints\EffectControlPoint.cs" />
<Compile Include="Beatmaps\ControlPoints\SoundControlPoint.cs" />
<Compile Include="Beatmaps\ControlPoints\TimingControlPoint.cs" />
2017-03-17 05:24:46 +00:00
<Compile Include="Beatmaps\Legacy\LegacyBeatmap.cs" />
<Compile Include="Beatmaps\Timing\BreakPeriod.cs" />
<Compile Include="Beatmaps\Timing\TimeSignatures.cs" />
<Compile Include="Beatmaps\BeatmapMetrics.cs" />
<Compile Include="Database\DatabaseBackedStore.cs" />
2017-07-26 04:22:46 +00:00
<Compile Include="Rulesets\RulesetInfo.cs" />
<Compile Include="Rulesets\Scoring\ScoreStore.cs" />
<Compile Include="Graphics\Backgrounds\Triangles.cs" />
2017-03-31 05:47:59 +00:00
<Compile Include="Graphics\IHasAccentColour.cs" />
<Compile Include="Graphics\Sprites\OsuSpriteText.cs" />
2016-11-27 01:21:12 +00:00
<Compile Include="Graphics\UserInterface\BackButton.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Graphics\UserInterface\Bar.cs" />
2017-02-19 08:59:22 +00:00
<Compile Include="Graphics\UserInterface\FocusedTextBox.cs" />
2017-02-04 11:06:53 +00:00
<Compile Include="Graphics\UserInterface\Nub.cs" />
2017-03-21 22:51:26 +00:00
<Compile Include="Graphics\UserInterface\OsuMenu.cs" />
<Compile Include="Graphics\UserInterface\OsuPasswordTextBox.cs" />
<Compile Include="Graphics\UserInterface\OsuSliderBar.cs" />
2017-01-30 11:29:04 +00:00
<Compile Include="Graphics\UserInterface\OsuTextBox.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Graphics\UserInterface\SimpleComboCounter.cs" />
2017-01-27 12:57:22 +00:00
<Compile Include="Graphics\UserInterface\TwoLayerButton.cs" />
<Compile Include="Graphics\Cursor\OsuTooltipContainer.cs" />
<Compile Include="Input\Handlers\ReplayInputHandler.cs" />
2017-02-28 11:14:48 +00:00
<Compile Include="IO\Legacy\ILegacySerializable.cs" />
<Compile Include="IO\Legacy\SerializationReader.cs" />
<Compile Include="IO\Legacy\SerializationWriter.cs" />
<Compile Include="IO\Serialization\IJsonSerializable.cs" />
2017-03-04 10:02:36 +00:00
<Compile Include="IPC\ScoreIPCChannel.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Rulesets\BeatmapStatistic.cs" />
2017-05-30 16:49:06 +00:00
<Compile Include="Rulesets\Mods\ModDaycore.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Rulesets\Objects\Legacy\Catch\ConvertHit.cs" />
<Compile Include="Rulesets\Objects\Legacy\Catch\ConvertHitObjectParser.cs" />
<Compile Include="Rulesets\Objects\Legacy\Catch\ConvertSlider.cs" />
<Compile Include="Rulesets\Objects\Legacy\Catch\ConvertSpinner.cs" />
<Compile Include="Rulesets\Objects\Legacy\ConvertSlider.cs" />
<Compile Include="Rulesets\Objects\Legacy\Mania\ConvertHit.cs" />
<Compile Include="Rulesets\Objects\Legacy\Mania\ConvertHitObjectParser.cs" />
2017-05-12 07:35:57 +00:00
<Compile Include="Rulesets\Objects\Legacy\Mania\ConvertHold.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Rulesets\Objects\Legacy\Mania\ConvertSlider.cs" />
<Compile Include="Rulesets\Objects\Legacy\Mania\ConvertSpinner.cs" />
<Compile Include="Rulesets\Objects\Legacy\Osu\ConvertHitObjectParser.cs" />
<Compile Include="Rulesets\Objects\Legacy\Taiko\ConvertHit.cs" />
<Compile Include="Rulesets\Objects\Legacy\Taiko\ConvertHitObjectParser.cs" />
<Compile Include="Rulesets\Objects\Legacy\Taiko\ConvertSlider.cs" />
<Compile Include="Rulesets\Objects\Legacy\Taiko\ConvertSpinner.cs" />
<Compile Include="Rulesets\Mods\IApplicableToClock.cs" />
<Compile Include="Rulesets\Mods\ModAutoplay.cs" />
<Compile Include="Rulesets\Mods\ModCinema.cs" />
<Compile Include="Rulesets\Mods\ModDoubleTime.cs" />
<Compile Include="Rulesets\Mods\ModEasy.cs" />
<Compile Include="Rulesets\Mods\ModFlashlight.cs" />
<Compile Include="Rulesets\Mods\ModHalfTime.cs" />
<Compile Include="Rulesets\Mods\ModHardRock.cs" />
<Compile Include="Rulesets\Mods\ModHidden.cs" />
<Compile Include="Rulesets\Mods\ModNightcore.cs" />
<Compile Include="Rulesets\Mods\ModNoFail.cs" />
<Compile Include="Rulesets\Mods\ModPerfect.cs" />
<Compile Include="Rulesets\Mods\ModRelax.cs" />
<Compile Include="Rulesets\Mods\ModSuddenDeath.cs" />
<Compile Include="Rulesets\Mods\MultiMod.cs" />
<Compile Include="Rulesets\Objects\Types\IHasXPosition.cs" />
<Compile Include="Rulesets\Objects\Types\IHasYPosition.cs" />
<Compile Include="Rulesets\Replays\Replay.cs" />
<Compile Include="Rulesets\Judgements\DrawableJudgement.cs" />
<Compile Include="Rulesets\Replays\FramedReplayInputHandler.cs" />
<Compile Include="Rulesets\Mods\IApplicableMod.cs" />
<Compile Include="Rulesets\Mods\ModType.cs" />
<Compile Include="Rulesets\Objects\Drawables\ArmedState.cs" />
<Compile Include="Rulesets\Objects\Drawables\HitResult.cs" />
<Compile Include="Rulesets\Objects\BezierApproximator.cs" />
<Compile Include="Rulesets\Objects\CircularArcApproximator.cs" />
<Compile Include="Rulesets\Objects\Legacy\Osu\ConvertHit.cs" />
<Compile Include="Rulesets\Objects\Legacy\ConvertHitObjectParser.cs" />
<Compile Include="Rulesets\Objects\Legacy\Osu\ConvertSlider.cs" />
<Compile Include="Rulesets\Objects\Legacy\Osu\ConvertSpinner.cs" />
<Compile Include="Rulesets\Objects\SliderCurve.cs" />
<Compile Include="Rulesets\Objects\Types\CurveType.cs" />
<Compile Include="Rulesets\Objects\Drawables\IDrawableHitObjectWithProxiedApproach.cs" />
<Compile Include="Rulesets\Objects\Drawables\IScrollingHitObject.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Rulesets\Judgements\Judgement.cs" />
<Compile Include="Rulesets\Objects\HitObjectParser.cs" />
<Compile Include="Rulesets\Objects\Types\IHasCombo.cs" />
<Compile Include="Rulesets\Objects\Types\IHasEndTime.cs" />
<Compile Include="Rulesets\Objects\Types\IHasDistance.cs" />
<Compile Include="Rulesets\Objects\Types\IHasCurve.cs" />
<Compile Include="Rulesets\Objects\Types\IHasRepeats.cs" />
<Compile Include="Rulesets\Objects\Types\IHasPosition.cs" />
<Compile Include="Rulesets\Objects\Types\IHasHold.cs" />
<Compile Include="Rulesets\Objects\Legacy\ConvertHitObjectType.cs" />
<Compile Include="Rulesets\Replays\ReplayButtonState.cs" />
<Compile Include="Rulesets\Replays\ReplayFrame.cs" />
<Compile Include="Rulesets\RulesetStore.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Rulesets\Scoring\Score.cs" />
<Compile Include="Rulesets\Scoring\ScoreProcessor.cs" />
2017-06-09 07:20:55 +00:00
<Compile Include="Rulesets\Timing\SpeedAdjustmentContainer.cs" />
<Compile Include="Rulesets\Timing\LinearScrollingContainer.cs" />
<Compile Include="Rulesets\Timing\ScrollingContainer.cs" />
<Compile Include="Rulesets\Timing\MultiplierControlPoint.cs" />
2017-05-22 09:38:21 +00:00
<Compile Include="Screens\Menu\MenuSideFlashes.cs" />
<Compile Include="Screens\Play\HUD\HealthDisplay.cs" />
<Compile Include="Screens\Play\HUDOverlay.cs" />
<Compile Include="Screens\Play\HUD\StandardHealthDisplay.cs" />
<Compile Include="Online\API\IOnlineComponent.cs" />
2017-03-15 05:06:05 +00:00
<Compile Include="Online\API\Requests\GetScoresRequest.cs" />
2017-04-24 10:17:11 +00:00
<Compile Include="Online\API\Requests\GetBeatmapDetailsRequest.cs" />
<Compile Include="Online\API\Requests\GetUserRequest.cs" />
<Compile Include="Overlays\LoginOverlay.cs" />
<Compile Include="Overlays\MusicController.cs" />
<Compile Include="Beatmaps\Beatmap.cs" />
<Compile Include="Beatmaps\WorkingBeatmap.cs" />
2016-11-23 02:59:50 +00:00
<Compile Include="Beatmaps\Drawables\BeatmapSetHeader.cs" />
<Compile Include="Beatmaps\Drawables\DifficultyIcon.cs" />
<Compile Include="Beatmaps\Drawables\DifficultyColouredContainer.cs" />
2016-11-23 02:59:50 +00:00
<Compile Include="Beatmaps\Drawables\Panel.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Rulesets\Objects\Drawables\DrawableHitObject.cs" />
<Compile Include="Rulesets\Objects\Drawables\DrawableScrollingHitObject.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Rulesets\Objects\HitObject.cs" />
2016-08-26 03:28:23 +00:00
<Compile Include="Configuration\OsuConfigManager.cs" />
2017-02-10 07:26:43 +00:00
<Compile Include="Overlays\Notifications\IHasCompletionTarget.cs" />
<Compile Include="Overlays\Notifications\Notification.cs" />
<Compile Include="Overlays\NotificationOverlay.cs" />
2017-02-10 07:26:43 +00:00
<Compile Include="Overlays\Notifications\NotificationSection.cs" />
<Compile Include="Overlays\Notifications\ProgressCompletionNotification.cs" />
<Compile Include="Overlays\Notifications\ProgressNotification.cs" />
<Compile Include="Overlays\Notifications\SimpleNotification.cs" />
<Compile Include="Overlays\Settings\SettingsDropdown.cs" />
<Compile Include="Overlays\Settings\SettingsLabel.cs" />
2017-03-22 14:32:32 +00:00
<Compile Include="Graphics\UserInterface\OsuDropdown.cs" />
<Compile Include="Overlays\Settings\SettingsFooter.cs" />
<Compile Include="Overlays\Settings\Sections\DebugSection.cs" />
<Compile Include="Overlays\Settings\Sections\Debug\GeneralSettings.cs" />
<Compile Include="Overlays\Settings\Sections\Debug\GCSettings.cs" />
<Compile Include="Overlays\Toolbar\ToolbarHomeButton.cs" />
<Compile Include="Overlays\Toolbar\ToolbarMusicButton.cs" />
2017-02-10 07:26:43 +00:00
<Compile Include="Overlays\Toolbar\ToolbarNotificationButton.cs" />
<Compile Include="Overlays\Toolbar\ToolbarSettingsButton.cs" />
2016-12-02 12:28:23 +00:00
<Compile Include="Overlays\Toolbar\ToolbarOverlayToggleButton.cs" />
2017-01-31 07:59:38 +00:00
<Compile Include="Overlays\Toolbar\ToolbarUserArea.cs" />
<Compile Include="Overlays\Toolbar\ToolbarUserButton.cs" />
2017-02-17 09:59:30 +00:00
<Compile Include="Screens\BackgroundScreen.cs" />
<Compile Include="Screens\Backgrounds\BackgroundScreenBeatmap.cs" />
<Compile Include="Screens\Backgrounds\BackgroundScreenCustom.cs" />
<Compile Include="Screens\Backgrounds\BackgroundScreenDefault.cs" />
<Compile Include="Screens\Backgrounds\BackgroundScreenEmpty.cs" />
2016-11-14 08:23:33 +00:00
<Compile Include="Screens\Charts\ChartInfo.cs" />
<Compile Include="Screens\Edit\Editor.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Screens\Play\HotkeyRetryOverlay.cs" />
2017-05-22 06:07:08 +00:00
<Compile Include="Screens\Play\ReplaySettings\CollectionSettings.cs" />
<Compile Include="Screens\Play\ReplaySettings\DiscussionSettings.cs" />
2017-06-05 07:47:42 +00:00
<Compile Include="Screens\Play\ReplaySettings\ReplayGroup.cs" />
<Compile Include="Screens\Play\ReplaySettingsOverlay.cs" />
<Compile Include="Screens\Play\ReplaySettings\ReplaySliderBar.cs" />
2017-05-22 06:07:08 +00:00
<Compile Include="Screens\Play\ReplaySettings\PlaybackSettings.cs" />
2017-06-05 07:47:42 +00:00
<Compile Include="Screens\Play\ReplaySettings\ReplayCheckbox.cs" />
<Compile Include="Screens\Play\PauseContainer.cs" />
2017-04-28 01:56:34 +00:00
<Compile Include="Screens\Play\SongProgressInfo.cs" />
<Compile Include="Screens\Play\HUD\ModDisplay.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Screens\Play\SquareGraph.cs" />
<Compile Include="Screens\Ranking\ResultsPage.cs" />
<Compile Include="Screens\Ranking\ResultsPageRanking.cs" />
<Compile Include="Screens\Ranking\ResultsPageScore.cs" />
2017-04-06 08:05:41 +00:00
<Compile Include="Screens\ScreenWhiteBox.cs" />
<Compile Include="Screens\Loader.cs" />
2016-11-14 08:23:33 +00:00
<Compile Include="Screens\Menu\Button.cs" />
<Compile Include="Screens\Menu\Disclaimer.cs" />
2016-11-14 08:23:33 +00:00
<Compile Include="Screens\Menu\FlowContainerWithOrigin.cs" />
<Compile Include="Screens\Menu\Intro.cs" />
<Compile Include="Screens\Menu\ButtonSystem.cs" />
<Compile Include="Screens\Menu\MainMenu.cs" />
2017-06-19 00:33:50 +00:00
<Compile Include="Screens\Menu\LogoVisualisation.cs" />
2016-11-14 08:23:33 +00:00
<Compile Include="Screens\Menu\OsuLogo.cs" />
<Compile Include="Screens\Multiplayer\Lobby.cs" />
<Compile Include="Screens\Multiplayer\Match.cs" />
<Compile Include="Screens\Multiplayer\MatchCreate.cs" />
2017-03-28 07:49:58 +00:00
<Compile Include="Screens\Play\FailOverlay.cs" />
2017-04-06 06:34:52 +00:00
<Compile Include="Screens\Play\MenuOverlay.cs" />
2017-02-22 12:43:29 +00:00
<Compile Include="Screens\Play\PlayerLoader.cs" />
<Compile Include="Screens\Play\ReplayPlayer.cs" />
2017-01-27 12:57:22 +00:00
<Compile Include="Screens\Play\SkipButton.cs" />
<Compile Include="Screens\Play\HUD\StandardComboCounter.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Screens\Ranking\AspectContainer.cs" />
<Compile Include="Screens\Ranking\ResultMode.cs" />
<Compile Include="Screens\Ranking\ResultModeButton.cs" />
<Compile Include="Screens\Ranking\ResultModeTabControl.cs" />
2017-03-17 10:12:54 +00:00
<Compile Include="Screens\Select\BeatmapCarousel.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Screens\Select\BeatmapDetails.cs" />
<Compile Include="Graphics\UserInterface\BarGraph.cs" />
<Compile Include="Screens\Select\FilterCriteria.cs" />
2017-03-05 04:07:47 +00:00
<Compile Include="Screens\Select\Filter\GroupMode.cs" />
<Compile Include="Screens\Select\Filter\SortMode.cs" />
<Compile Include="Screens\Select\MatchSongSelect.cs" />
2017-04-06 08:05:41 +00:00
<Compile Include="Screens\OsuScreen.cs" />
2016-11-23 02:59:50 +00:00
<Compile Include="Beatmaps\Drawables\BeatmapGroup.cs" />
<Compile Include="Beatmaps\Drawables\BeatmapPanel.cs" />
2016-11-14 08:23:33 +00:00
<Compile Include="Screens\Play\Player.cs" />
<Compile Include="Screens\Charts\ChartListing.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Rulesets\Ruleset.cs" />
2016-11-14 08:23:33 +00:00
<Compile Include="Screens\Ranking\Results.cs" />
<Compile Include="Screens\Direct\OnlineListing.cs" />
<Compile Include="Screens\Select\Options\BeatmapOptionsButton.cs" />
<Compile Include="Screens\Select\Options\BeatmapOptionsOverlay.cs" />
<Compile Include="Screens\Select\PlaySongSelect.cs" />
2017-03-14 08:44:35 +00:00
<Compile Include="Screens\Select\SongSelect.cs" />
2017-08-09 04:28:29 +00:00
<Compile Include="Rulesets\UI\RulesetContainer.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Rulesets\UI\Playfield.cs" />
2017-08-09 04:28:29 +00:00
<Compile Include="Rulesets\UI\ScrollingRulesetContainer.cs" />
<Compile Include="Rulesets\UI\ScrollingPlayfield.cs" />
<Compile Include="Screens\Select\EditSongSelect.cs" />
<Compile Include="Screens\Play\HUD\ComboCounter.cs" />
<Compile Include="Screens\Play\HUD\ComboResultCounter.cs" />
2016-10-13 22:13:20 +00:00
<Compile Include="Graphics\UserInterface\RollingCounter.cs" />
<Compile Include="Graphics\UserInterface\Volume\VolumeControlReceptor.cs" />
2016-11-23 02:59:50 +00:00
<Compile Include="Graphics\Backgrounds\Background.cs" />
2017-05-22 08:31:53 +00:00
<Compile Include="Graphics\Containers\BeatSyncedContainer.cs" />
2016-09-30 09:45:55 +00:00
<Compile Include="Graphics\Containers\ParallaxContainer.cs" />
2017-03-16 13:41:07 +00:00
<Compile Include="Graphics\Cursor\MenuCursor.cs" />
2016-08-26 03:28:23 +00:00
<Compile Include="Graphics\Processing\RatioAdjust.cs" />
<Compile Include="Graphics\SpriteIcon.cs" />
2017-01-27 12:57:22 +00:00
<Compile Include="Screens\Play\KeyCounter.cs" />
<Compile Include="Screens\Play\KeyCounterKeyboard.cs" />
<Compile Include="Screens\Play\KeyCounterCollection.cs" />
<Compile Include="Screens\Play\KeyCounterMouse.cs" />
2016-10-14 23:23:27 +00:00
<Compile Include="Graphics\UserInterface\PercentageCounter.cs" />
2016-10-07 07:05:02 +00:00
<Compile Include="Graphics\UserInterface\ScoreCounter.cs" />
<Compile Include="Graphics\UserInterface\StarCounter.cs" />
2017-03-04 09:51:16 +00:00
<Compile Include="IPC\BeatmapIPCChannel.cs" />
2016-08-31 10:49:34 +00:00
<Compile Include="Online\API\APIAccess.cs" />
<Compile Include="Online\API\APIRequest.cs" />
<Compile Include="Online\API\OAuth.cs" />
<Compile Include="Online\API\OAuthToken.cs" />
<Compile Include="Online\API\Requests\GetMessagesRequest.cs" />
2017-03-15 05:37:24 +00:00
<Compile Include="Online\API\Requests\ListChannelsRequest.cs" />
2016-08-31 11:16:05 +00:00
<Compile Include="Online\Chat\Channel.cs" />
<Compile Include="Overlays\Chat\DrawableChannel.cs" />
<Compile Include="Overlays\Chat\ChatLine.cs" />
2016-08-31 11:16:05 +00:00
<Compile Include="Online\Chat\Message.cs" />
2016-08-26 03:28:23 +00:00
<Compile Include="OsuGame.cs" />
<Compile Include="OsuGameBase.cs" />
<Compile Include="Overlays\ChatOverlay.cs" />
<Compile Include="Overlays\SettingsOverlay.cs" />
2016-12-01 05:22:29 +00:00
<Compile Include="Overlays\Toolbar\Toolbar.cs" />
<Compile Include="Overlays\Toolbar\ToolbarButton.cs" />
<Compile Include="Overlays\Toolbar\ToolbarModeButton.cs" />
<Compile Include="Overlays\Toolbar\ToolbarModeSelector.cs" />
2016-08-26 03:28:23 +00:00
<Compile Include="Properties\AssemblyInfo.cs" />
2016-11-24 04:48:48 +00:00
<Compile Include="Screens\Select\BeatmapInfoWedge.cs" />
2017-02-08 10:32:55 +00:00
<Compile Include="Screens\Select\WedgeBackground.cs" />
2017-02-27 14:09:26 +00:00
<Compile Include="Screens\Tournament\Components\DrawingsConfigManager.cs" />
<Compile Include="Screens\Tournament\Components\VisualiserContainer.cs" />
2017-02-27 05:19:07 +00:00
<Compile Include="Screens\Tournament\Drawings.cs" />
<Compile Include="Screens\Tournament\Group.cs" />
2017-03-03 11:46:07 +00:00
<Compile Include="Screens\Tournament\GroupContainer.cs" />
2017-03-03 11:42:22 +00:00
<Compile Include="Screens\Tournament\Teams\ITeamList.cs" />
2017-02-27 06:02:38 +00:00
<Compile Include="Screens\Tournament\ScrollingTeamContainer.cs" />
2017-03-03 11:42:22 +00:00
<Compile Include="Screens\Tournament\Teams\StorageBackedTeamList.cs" />
2017-05-02 09:00:37 +00:00
<Compile Include="Screens\Tournament\Teams\DrawingsTeam.cs" />
<Compile Include="Users\UpdateableAvatar.cs" />
<Compile Include="Users\User.cs" />
<Compile Include="Graphics\UserInterface\Volume\VolumeControl.cs" />
<Compile Include="Beatmaps\BeatmapManager.cs" />
<Compile Include="Beatmaps\IO\ArchiveReader.cs" />
<Compile Include="Beatmaps\Formats\BeatmapDecoder.cs" />
<Compile Include="Beatmaps\Formats\OsuLegacyDecoder.cs" />
<Compile Include="Beatmaps\IO\OszArchiveReader.cs" />
<Compile Include="Graphics\UserInterface\Volume\VolumeMeter.cs" />
<Compile Include="Beatmaps\BeatmapSetInfo.cs" />
<Compile Include="Beatmaps\BeatmapMetadata.cs" />
<Compile Include="Beatmaps\BeatmapInfo.cs" />
<Compile Include="Beatmaps\BeatmapDifficulty.cs" />
2016-11-03 02:27:39 +00:00
<Compile Include="Graphics\UserInterface\OsuButton.cs" />
<Compile Include="Overlays\Settings\Sections\MaintenanceSection.cs" />
<Compile Include="Overlays\Settings\SettingsSection.cs" />
<Compile Include="Overlays\Settings\SettingsSubsection.cs" />
2016-11-04 02:43:00 +00:00
<Compile Include="Graphics\UserInterface\LoadingAnimation.cs" />
<Compile Include="Overlays\Settings\Sidebar.cs" />
<Compile Include="Overlays\Settings\Sections\GeneralSection.cs" />
<Compile Include="Overlays\Settings\Sections\General\LoginSettings.cs" />
<Compile Include="Overlays\Settings\Sections\General\UpdateSettings.cs" />
<Compile Include="Overlays\Settings\Sections\General\LanguageSettings.cs" />
<Compile Include="Overlays\Settings\Sections\GraphicsSection.cs" />
<Compile Include="Overlays\Settings\Sections\Graphics\RendererSettings.cs" />
<Compile Include="Overlays\Settings\Sections\Graphics\LayoutSettings.cs" />
<Compile Include="Overlays\Settings\Sections\Graphics\DetailSettings.cs" />
<Compile Include="Overlays\Settings\Sections\Graphics\MainMenuSettings.cs" />
<Compile Include="Overlays\Settings\Sections\GameplaySection.cs" />
<Compile Include="Overlays\Settings\Sections\Gameplay\GeneralSettings.cs" />
<Compile Include="Overlays\Settings\Sections\Gameplay\SongSelectSettings.cs" />
<Compile Include="Overlays\Settings\Sections\AudioSection.cs" />
<Compile Include="Overlays\Settings\Sections\Audio\AudioDevicesSettings.cs" />
<Compile Include="Overlays\Settings\Sections\Audio\VolumeSettings.cs" />
<Compile Include="Overlays\Settings\Sections\Audio\OffsetSettings.cs" />
<Compile Include="Overlays\Settings\Sections\InputSection.cs" />
<Compile Include="Overlays\Settings\Sections\Input\MouseSettings.cs" />
<Compile Include="Overlays\Settings\Sections\Input\KeyboardSettings.cs" />
<Compile Include="Overlays\Settings\Sections\OnlineSection.cs" />
<Compile Include="Overlays\Settings\Sections\SkinSection.cs" />
<Compile Include="Graphics\UserInterface\OsuCheckbox.cs" />
<Compile Include="Overlays\Settings\SidebarButton.cs" />
<Compile Include="Overlays\Settings\SettingsCheckbox.cs" />
<Compile Include="Overlays\Settings\SettingsTextBox.cs" />
<Compile Include="Overlays\Settings\SettingsSlider.cs" />
<Compile Include="Overlays\Settings\SettingsItem.cs" />
<Compile Include="Overlays\Settings\SettingsEnumDropdown.cs" />
2016-12-01 22:28:20 +00:00
<Compile Include="Configuration\RankingType.cs" />
<Compile Include="Configuration\ScoreMeterType.cs" />
<Compile Include="Configuration\ReleaseStream.cs" />
<Compile Include="Configuration\ScreenshotFormat.cs" />
<Compile Include="Graphics\OsuColour.cs" />
2017-01-17 21:43:40 +00:00
<Compile Include="Screens\Select\FilterControl.cs" />
<Compile Include="Graphics\UserInterface\SearchTextBox.cs" />
<Compile Include="Screens\Select\FooterButton.cs" />
<Compile Include="Screens\Select\Footer.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Screens\Play\SongProgress.cs" />
<Compile Include="Screens\Play\SongProgressGraph.cs" />
<Compile Include="Screens\Play\SongProgressBar.cs" />
<Compile Include="Overlays\Mods\ModSelectOverlay.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Rulesets\Mods\Mod.cs" />
<Compile Include="Overlays\Mods\ModButtonEmpty.cs" />
2017-02-16 20:05:03 +00:00
<Compile Include="Overlays\Mods\ModButton.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Rulesets\UI\ModIcon.cs" />
2017-02-16 20:05:03 +00:00
<Compile Include="Overlays\Mods\ModSection.cs" />
<Compile Include="Overlays\Mods\DifficultyReductionSection.cs" />
<Compile Include="Overlays\Mods\DifficultyIncreaseSection.cs" />
2017-02-24 04:05:37 +00:00
<Compile Include="Overlays\Dialog\PopupDialog.cs" />
2017-02-27 03:35:13 +00:00
<Compile Include="Graphics\UserInterface\DialogButton.cs" />
2017-02-24 04:05:37 +00:00
<Compile Include="Overlays\Dialog\PopupDialogButton.cs" />
2017-04-06 08:05:41 +00:00
<Compile Include="Overlays\Dialog\PopupDialogOkButton.cs" />
2017-02-27 03:35:13 +00:00
<Compile Include="Overlays\Dialog\PopupDialogCancelButton.cs" />
2017-02-28 03:19:28 +00:00
<Compile Include="Screens\Select\BeatmapDeleteDialog.cs" />
<Compile Include="Overlays\DialogOverlay.cs" />
2017-02-16 20:05:03 +00:00
<Compile Include="Overlays\Mods\AssistedSection.cs" />
<Compile Include="Overlays\WaveOverlayContainer.cs" />
2017-03-14 13:09:58 +00:00
<Compile Include="Screens\Select\Leaderboards\Leaderboard.cs" />
<Compile Include="Screens\Select\Leaderboards\LeaderboardScore.cs" />
2017-03-17 21:16:59 +00:00
<Compile Include="Users\Country.cs" />
2017-03-15 11:09:44 +00:00
<Compile Include="Users\Team.cs" />
2017-04-24 05:10:44 +00:00
<Compile Include="Rulesets\Scoring\ScoreRank.cs" />
<Compile Include="Users\Avatar.cs" />
<Compile Include="Screens\Select\Leaderboards\DrawableRank.cs" />
2017-03-16 00:11:50 +00:00
<Compile Include="Graphics\UserInterface\OsuTabControl.cs" />
2017-03-23 03:22:31 +00:00
<Compile Include="Screens\Select\BeatmapDetailArea.cs" />
2017-04-06 08:05:41 +00:00
<Compile Include="Graphics\UserInterface\OsuTabControlCheckbox.cs" />
2017-03-23 03:22:31 +00:00
<Compile Include="Screens\Select\BeatmapDetailAreaTabControl.cs" />
2017-05-01 06:03:11 +00:00
<Compile Include="Overlays\Music\PlaylistOverlay.cs" />
<Compile Include="Rulesets\Replays\IAutoGenerator.cs" />
<Compile Include="Rulesets\Replays\AutoGenerator.cs" />
2017-05-20 21:06:25 +00:00
<Compile Include="Overlays\Chat\ChannelSelectionOverlay.cs" />
<Compile Include="Overlays\Chat\ChannelListItem.cs" />
<Compile Include="Overlays\Chat\ChannelSection.cs" />
2017-05-22 15:44:58 +00:00
<Compile Include="Screens\Multiplayer\DrawableRoom.cs" />
<Compile Include="Online\Multiplayer\Room.cs" />
<Compile Include="Online\Multiplayer\RoomStatus.cs" />
2017-05-22 06:11:42 +00:00
<Compile Include="Users\UserPanel.cs" />
2017-06-15 13:13:40 +00:00
<Compile Include="Users\UserStatistics.cs" />
2017-05-22 06:11:42 +00:00
<Compile Include="Users\UserStatus.cs" />
<Compile Include="Overlays\DirectOverlay.cs" />
<Compile Include="Overlays\Direct\FilterControl.cs" />
<Compile Include="Overlays\Direct\Header.cs" />
<Compile Include="Graphics\UserInterface\OsuEnumDropdown.cs" />
2017-05-17 19:37:34 +00:00
<Compile Include="Overlays\Direct\DirectPanel.cs" />
<Compile Include="Overlays\Direct\DirectGridPanel.cs" />
<Compile Include="Overlays\Direct\DirectListPanel.cs" />
<Compile Include="Beatmaps\BeatmapOnlineInfo.cs" />
2017-07-12 03:55:40 +00:00
<Compile Include="Graphics\Containers\ReverseChildIDFillFlowContainer.cs" />
<Compile Include="Beatmaps\RankStatus.cs" />
<Compile Include="Beatmaps\BeatmapSetOnlineInfo.cs" />
<Compile Include="Online\API\Requests\GetBeatmapSetsRequest.cs" />
2017-05-26 05:44:09 +00:00
<Compile Include="Overlays\SearchableList\SearchableListHeader.cs" />
<Compile Include="Overlays\SearchableList\HeaderTabControl.cs" />
<Compile Include="Overlays\Social\FilterControl.cs" />
<Compile Include="Overlays\Social\Header.cs" />
2017-05-26 05:44:09 +00:00
<Compile Include="Overlays\SearchableList\SearchableListFilterControl.cs" />
<Compile Include="Overlays\SearchableList\SearchableListOverlay.cs" />
<Compile Include="Graphics\UserInterface\PageTabControl.cs" />
<Compile Include="Overlays\SocialOverlay.cs" />
2017-05-26 05:44:09 +00:00
<Compile Include="Overlays\SearchableList\SlimEnumDropdown.cs" />
<Compile Include="Overlays\SearchableList\DisplayStyleControl.cs" />
2017-05-26 10:49:45 +00:00
<Compile Include="Graphics\UserInterface\BreadcrumbControl.cs" />
2017-06-01 07:45:46 +00:00
<Compile Include="Overlays\MedalOverlay.cs" />
<Compile Include="Users\Medal.cs" />
<Compile Include="Overlays\MedalSplash\DrawableMedal.cs" />
2017-05-30 08:12:11 +00:00
<Compile Include="Screens\Multiplayer\RoomInspector.cs" />
2017-05-31 00:41:20 +00:00
<Compile Include="Online\Multiplayer\GameType.cs" />
<Compile Include="Screens\Multiplayer\DrawableGameType.cs" />
<Compile Include="Screens\Multiplayer\ParticipantInfo.cs" />
<Compile Include="Screens\Multiplayer\ModeTypeInfo.cs" />
2017-07-13 04:17:47 +00:00
<Compile Include="Beatmaps\Drawables\BeatmapSetCover.cs" />
<Compile Include="Screens\Select\Details\AdvancedStats.cs" />
<Compile Include="Screens\Select\Details\FailRetryGraph.cs" />
<Compile Include="Screens\Select\Details\UserRatings.cs" />
2016-08-26 03:28:23 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\osu-framework\osu.Framework\osu.Framework.csproj">
2016-08-26 03:28:23 +00:00
<Project>{c76bf5b3-985e-4d39-95fe-97c9c879b83a}</Project>
<Name>osu.Framework</Name>
</ProjectReference>
<ProjectReference Include="..\osu-resources\osu.Game.Resources\osu.Game.Resources.csproj">
2016-08-26 03:28:23 +00:00
<Project>{d9a367c9-4c1a-489f-9b05-a0cea2b53b58}</Project>
<Name>osu.Game.Resources</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="..\osu.licenseheader">
<Link>osu.licenseheader</Link>
</None>
<None Include="app.config" />
<None Include="OpenTK.dll.config" />
2016-08-26 03:28:23 +00:00
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2017-04-24 05:10:44 +00:00
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
2016-08-26 03:28:23 +00:00
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>