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>{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>
|
2016-11-14 17:54:24 +08:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
</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>
|
|
|
|
|
<Reference Include="OpenTK, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
|
2017-04-12 18:20:30 +08:00
|
|
|
|
<HintPath>$(SolutionDir)\packages\ppy.OpenTK.2.0.50727.1341\lib\net45\OpenTK.dll</HintPath>
|
2016-11-14 17:54:24 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
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" />
|
2017-05-17 11:52:07 +08:00
|
|
|
|
<Compile Include="MathUtils\FastRandom.cs" />
|
2017-05-03 11:53:45 +08:00
|
|
|
|
<Compile Include="Judgements\HitWindows.cs" />
|
2017-05-24 19:45:01 +08:00
|
|
|
|
<Compile Include="Judgements\HoldNoteTailJudgement.cs" />
|
|
|
|
|
<Compile Include="Judgements\HoldNoteTickJudgement.cs" />
|
2017-05-22 14:29:02 +08:00
|
|
|
|
<Compile Include="Judgements\ManiaHitResult.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" />
|
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-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-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-05-03 11:37:47 +08:00
|
|
|
|
<Compile Include="UI\Column.cs" />
|
2016-11-14 17:54:24 +08:00
|
|
|
|
<Compile Include="UI\ManiaHitRenderer.cs" />
|
|
|
|
|
<Compile Include="UI\ManiaPlayfield.cs" />
|
|
|
|
|
<Compile Include="ManiaRuleset.cs" />
|
2017-03-12 21:13:43 +08:00
|
|
|
|
<Compile Include="Mods\ManiaMod.cs" />
|
2017-06-02 16:33:58 +08:00
|
|
|
|
<Compile Include="Mods\ManiaModGravity.cs" />
|
2017-05-04 13:46:10 +08:00
|
|
|
|
<Compile Include="UI\SpecialColumnPosition.cs" />
|
2017-06-01 14:13:52 +08:00
|
|
|
|
<Compile Include="Timing\Drawables\DrawableGravityTimingChange.cs" />
|
2017-06-02 18:27:00 +08:00
|
|
|
|
<Compile Include="Timing\Drawables\DrawableManiaTimingChange.cs" />
|
2017-06-01 14:13:52 +08:00
|
|
|
|
<Compile Include="Timing\Drawables\DrawableScrollingTimingChange.cs" />
|
|
|
|
|
<Compile Include="Timing\Drawables\DrawableTimingChange.cs" />
|
2017-06-02 18:27:00 +08:00
|
|
|
|
<Compile Include="Timing\IHasTimeSpan.cs" />
|
2017-05-23 12:55:18 +08:00
|
|
|
|
<Compile Include="Timing\TimingChange.cs" />
|
2017-06-01 13:26:21 +08:00
|
|
|
|
<Compile Include="Timing\TimingChangeContainer.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>
|
2017-04-18 15:05:58 +08:00
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Osu\osu.Game.Rulesets.Osu.csproj">
|
2016-11-14 17:54:24 +08:00
|
|
|
|
<Project>{C92A607B-1FDD-4954-9F92-03FF547D9080}</Project>
|
2017-04-18 15:05:58 +08:00
|
|
|
|
<Name>osu.Game.Rulesets.Osu</Name>
|
2016-11-14 17:54:24 +08:00
|
|
|
|
</ProjectReference>
|
2017-04-18 15:05:58 +08:00
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Taiko\osu.Game.Rulesets.Taiko.csproj">
|
2016-11-14 17:54:24 +08:00
|
|
|
|
<Project>{F167E17A-7DE6-4AF5-B920-A5112296C695}</Project>
|
2017-04-18 15:05:58 +08:00
|
|
|
|
<Name>osu.Game.Rulesets.Taiko</Name>
|
2016-11-14 17:54:24 +08:00
|
|
|
|
</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>
|
2017-03-11 23:34:21 +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>
|