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">
|
|
|
|
|
<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>{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>
|
2016-11-14 17:54:24 +08:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
</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>
|
2017-02-12 14:42:20 +08:00
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
2017-04-16 05:44:08 +08:00
|
|
|
|
<LangVersion>6</LangVersion>
|
2016-11-14 17:54:24 +08: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>
|
2017-02-12 14:42:20 +08:00
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
2016-11-14 17:54:24 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2017-06-13 10:50:46 +08:00
|
|
|
|
<Reference Include="OpenTK, Version=3.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>$(SolutionDir)\packages\ppy.OpenTK.3.0\lib\net45\OpenTK.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
2016-11-14 17:54:24 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</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" />
|
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" />
|
2016-11-18 16:36:53 +08:00
|
|
|
|
<Compile Include="Objects\Drawables\Pieces\ApproachCircle.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" />
|
2016-12-06 23:02:27 +08:00
|
|
|
|
<Compile Include="Objects\Drawables\Pieces\SliderBouncer.cs" />
|
2017-02-14 17:55:54 +08:00
|
|
|
|
<Compile Include="Objects\Drawables\Pieces\SpinnerDisc.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-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-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-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" />
|
2017-03-12 21:13:43 +08:00
|
|
|
|
<Compile Include="Mods\OsuMod.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>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\osu-framework\osu.Framework\osu.Framework.csproj">
|
|
|
|
|
<Project>{C76BF5B3-985E-4D39-95FE-97C9C879B83A}</Project>
|
|
|
|
|
<Name>osu.Framework</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\osu.Game\osu.Game.csproj">
|
|
|
|
|
<Project>{0d3fbf8a-7464-4cf7-8c90-3e7886df2d4d}</Project>
|
|
|
|
|
<Name>osu.Game</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-12-06 17:56:20 +08:00
|
|
|
|
<None Include="..\osu.licenseheader">
|
|
|
|
|
<Link>osu.licenseheader</Link>
|
|
|
|
|
</None>
|
2016-11-14 17:54:24 +08:00
|
|
|
|
<None Include="OpenTK.dll.config" />
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2016-11-17 16:20:51 +08:00
|
|
|
|
<ItemGroup />
|
2017-05-18 18:40:20 +08:00
|
|
|
|
<ItemGroup />
|
2016-11-14 17:54:24 +08:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2017-04-12 18:20:30 +08:00
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
2016-11-14 17:54:24 +08:00
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|