mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 04:19:53 +08:00
102 lines
5.2 KiB
XML
102 lines
5.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" 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>{552B5940-C647-4060-AA4D-61BAAC415C72}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Symcol.Rulesets.Core</RootNamespace>
|
|
<AssemblyName>Symcol.Rulesets.Core</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</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>
|
|
</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>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="OpenTK, Version=3.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<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>
|
|
<Compile Include="Containers\LinkText.cs" />
|
|
<Compile Include="Containers\ProfileLink.cs" />
|
|
<Compile Include="HitObjects\DrawableSymcolHitObject.cs" />
|
|
<Compile Include="Multiplayer\Networking\ScorePacket.cs" />
|
|
<Compile Include="Multiplayer\Pieces\Chat.cs" />
|
|
<Compile Include="Multiplayer\Pieces\ChatMessage.cs" />
|
|
<Compile Include="Multiplayer\Networking\ChatPacket.cs" />
|
|
<Compile Include="Multiplayer\Pieces\MatchTools.cs" />
|
|
<Compile Include="Multiplayer\Networking\RulesetClientInfo.cs" />
|
|
<Compile Include="Multiplayer\Pieces\MatchPlayer.cs" />
|
|
<Compile Include="Multiplayer\Pieces\MatchPlayerList.cs" />
|
|
<Compile Include="Multiplayer\Options\MultiplayerDropdownEnumOption.cs" />
|
|
<Compile Include="Multiplayer\Options\MultiplayerOption.cs" />
|
|
<Compile Include="Multiplayer\Options\MultiplayerToggleOption.cs" />
|
|
<Compile Include="Multiplayer\Pieces\MultiplayerScoreboard.cs" />
|
|
<Compile Include="Multiplayer\Pieces\MultiplayerScoreboardItem.cs" />
|
|
<Compile Include="Multiplayer\Screens\MatchSongSelect.cs" />
|
|
<Compile Include="Multiplayer\Screens\MultiPlayer.cs" />
|
|
<Compile Include="Multiplayer\Screens\RulesetLobbyScreen.cs" />
|
|
<Compile Include="Multiplayer\Screens\RulesetMatchScreen.cs" />
|
|
<Compile Include="Multiplayer\Screens\RulesetMultiplayerSelection.cs" />
|
|
<Compile Include="Multiplayer\Networking\RulesetNetworkingClientHandler.cs" />
|
|
<Compile Include="Multiplayer\Networking\RulesetPacket.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Skinning\SkinElement.cs" />
|
|
<Compile Include="Skinning\SkinIniReader.cs" />
|
|
<Compile Include="SymcolConfigManager.cs" />
|
|
<Compile Include="SymcolPlayfield.cs" />
|
|
<Compile Include="SymcolSettingsSubsection.cs" />
|
|
<Compile Include="SymcolInputManager.cs" />
|
|
<Compile Include="VectorVideos\VectorVideo.cs" />
|
|
<Compile Include="Wiki\WikiOptionEnumExplanation.cs" />
|
|
<Compile Include="Wiki\WikiParagraph.cs" />
|
|
<Compile Include="Wiki\WikiSubSectionHeader.cs" />
|
|
<Compile Include="Wiki\WikiOverlay.cs" />
|
|
<Compile Include="Wiki\WikiHeader.cs" />
|
|
<Compile Include="Wiki\WikiSection.cs" />
|
|
<Compile Include="Wiki\WikiSubSectionLinkHeader.cs" />
|
|
</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-resources\osu.Game.Resources\osu.Game.Resources.csproj">
|
|
<Project>{d9a367c9-4c1a-489f-9b05-a0cea2b53b58}</Project>
|
|
<Name>osu.Game.Resources</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\osu.Game\osu.Game.csproj">
|
|
<Project>{2a66dd92-adb1-4994-89e2-c94e04acda0d}</Project>
|
|
<Name>osu.Game</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Symcol.Core\Symcol.Core.csproj">
|
|
<Project>{F34AC16C-E590-4D70-A069-A748326852BF}</Project>
|
|
<Name>Symcol.Core</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |