mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:47:29 +08:00
97 lines
4.5 KiB
XML
97 lines
4.5 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>{0D3FBF8A-7464-4CF7-8C90-3E7886DF2D4D}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>osu.Game</RootNamespace>
|
|
<AssemblyName>osu.Game</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</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="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ppy.OpenTK.1.1.2225.2\lib\net20\OpenTK.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Configuration\OsuConfigManager.cs" />
|
|
<Compile Include="GameModes\FontTest.cs" />
|
|
<Compile Include="GameModes\Menu\ButtonSystem.cs" />
|
|
<Compile Include="GameModes\Menu\MainMenu.cs" />
|
|
<Compile Include="GameModes\FieldTest.cs" />
|
|
<Compile Include="Graphics\Containers\OsuComponent.cs" />
|
|
<Compile Include="Graphics\Containers\OsuGameMode.cs" />
|
|
<Compile Include="Graphics\Containers\OsuLargeComponent.cs" />
|
|
<Compile Include="Graphics\Cursor\CursorContainer.cs" />
|
|
<Compile Include="Graphics\Processing\RatioAdjust.cs" />
|
|
<Compile Include="Graphics\TextAwesome.cs" />
|
|
<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" />
|
|
<Compile Include="Online\API\SecurePassword.cs" />
|
|
<Compile Include="Online\API\Requests\ListChannels.cs" />
|
|
<Compile Include="Online\Social\Channel.cs" />
|
|
<Compile Include="Online\Social\Message.cs" />
|
|
<Compile Include="OsuGame.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.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>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\osu.licenseheader">
|
|
<Link>osu.licenseheader</Link>
|
|
</None>
|
|
<None Include="packages.config" />
|
|
</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> |