mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 13:37:51 +08:00
134 lines
6.8 KiB
XML
134 lines
6.8 KiB
XML
<?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>
|
|
<RootNamespace>osu.Game.Rulesets.Osu</RootNamespace>
|
|
<AssemblyName>osu.Game.Rulesets.Osu</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</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>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<LangVersion>6</LangVersion>
|
|
</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>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
|
<HintPath>$(SolutionDir)\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath>
|
|
<Private>True</Private>
|
|
</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>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Beatmaps\OsuBeatmapConverter.cs" />
|
|
<Compile Include="Beatmaps\OsuBeatmapProcessor.cs" />
|
|
<Compile Include="Objects\Drawables\DrawableOsuHitObject.cs" />
|
|
<Compile Include="Objects\Drawables\Connections\ConnectionRenderer.cs" />
|
|
<Compile Include="Objects\Drawables\Connections\FollowPointRenderer.cs" />
|
|
<Compile Include="Judgements\OsuJudgement.cs" />
|
|
<Compile Include="Objects\Drawables\DrawableRepeatPoint.cs" />
|
|
<Compile Include="Objects\Drawables\Pieces\ApproachCircle.cs" />
|
|
<Compile Include="Objects\Drawables\Pieces\SpinnerBackground.cs" />
|
|
<Compile Include="Objects\Drawables\Pieces\CirclePiece.cs" />
|
|
<Compile Include="Objects\Drawables\DrawableSlider.cs" />
|
|
<Compile Include="Objects\Drawables\Connections\FollowPoint.cs" />
|
|
<Compile Include="Objects\Drawables\DrawableSpinner.cs" />
|
|
<Compile Include="Objects\Drawables\Pieces\ExplodePiece.cs" />
|
|
<Compile Include="Objects\Drawables\Pieces\FlashPiece.cs" />
|
|
<Compile Include="Objects\Drawables\Pieces\GlowPiece.cs" />
|
|
<Compile Include="Objects\Drawables\DrawableOsuJudgement.cs" />
|
|
<Compile Include="Objects\Drawables\Pieces\NumberPiece.cs" />
|
|
<Compile Include="Objects\Drawables\DrawableSliderTick.cs" />
|
|
<Compile Include="Objects\Drawables\Pieces\RingPiece.cs" />
|
|
<Compile Include="Objects\Drawables\Pieces\SpinnerDisc.cs" />
|
|
<Compile Include="Objects\Drawables\Pieces\SpinnerSpmCounter.cs" />
|
|
<Compile Include="Objects\Drawables\Pieces\SpinnerTicks.cs" />
|
|
<Compile Include="Objects\Drawables\Pieces\TrianglesPiece.cs" />
|
|
<Compile Include="Objects\Drawables\Pieces\SliderBall.cs" />
|
|
<Compile Include="Objects\Drawables\Pieces\SliderBody.cs" />
|
|
<Compile Include="Objects\RepeatPoint.cs" />
|
|
<Compile Include="Objects\SliderTick.cs" />
|
|
<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" />
|
|
<Compile Include="OsuInputManager.cs" />
|
|
<Compile Include="Replays\OsuReplayInputHandler.cs" />
|
|
<Compile Include="Tests\TestCaseHitObjects.cs" />
|
|
<Compile Include="UI\Cursor\CursorTrail.cs" />
|
|
<Compile Include="UI\Cursor\GameplayCursor.cs" />
|
|
<Compile Include="UI\OsuSettings.cs" />
|
|
<Compile Include="Scoring\OsuScoreProcessor.cs" />
|
|
<Compile Include="UI\OsuRulesetContainer.cs" />
|
|
<Compile Include="UI\OsuPlayfield.cs" />
|
|
<Compile Include="OsuRuleset.cs" />
|
|
<Compile Include="Objects\HitCircle.cs" />
|
|
<Compile Include="Objects\Drawables\DrawableHitCircle.cs" />
|
|
<Compile Include="Objects\OsuHitObject.cs" />
|
|
<Compile Include="Objects\Slider.cs" />
|
|
<Compile Include="Objects\Spinner.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Mods\OsuMod.cs" />
|
|
<Compile Include="Replays\OsuAutoGenerator.cs" />
|
|
<Compile Include="Replays\OsuAutoGeneratorBase.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\osu.licenseheader">
|
|
<Link>osu.licenseheader</Link>
|
|
</None>
|
|
<None Include="app.config" />
|
|
<None Include="OpenTK.dll.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\osu-framework\osu.Framework\osu.Framework.csproj">
|
|
<Project>{C76BF5B3-985E-4D39-95FE-97C9C879B83A}</Project>
|
|
<Name>osu.Framework</Name>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\osu.Game\osu.Game.csproj">
|
|
<Project>{2a66dd92-adb1-4994-89e2-c94e04acda0d}</Project>
|
|
<Name>osu.Game</Name>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |