2016-09-23 23:39:20 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ProjectGuid>{69051C69-12AE-4E7D-A3E6-460D2E282312}</ProjectGuid>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2016-10-26 16:26:26 +08:00
|
|
|
|
<RootNamespace>osu.Desktop.VisualTests</RootNamespace>
|
2016-09-23 23:39:20 +08:00
|
|
|
|
<AssemblyName>osu!</AssemblyName>
|
|
|
|
|
<ManifestCertificateThumbprint>3CF060CD28877D0E3112948951A64B2A7CEEC909</ManifestCertificateThumbprint>
|
|
|
|
|
<ManifestKeyFile>codesigning.pfx</ManifestKeyFile>
|
|
|
|
|
<GenerateManifests>false</GenerateManifests>
|
|
|
|
|
<SignManifests>false</SignManifests>
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation>
|
|
|
|
|
</UpgradeBackupLocation>
|
2016-10-26 16:26:26 +08:00
|
|
|
|
<StartupObject>osu.Desktop.VisualTests.Program</StartupObject>
|
2016-09-23 23:39:20 +08:00
|
|
|
|
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
|
|
|
|
|
<SignAssembly>false</SignAssembly>
|
|
|
|
|
<TargetZone>LocalIntranet</TargetZone>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2017-03-17 21:01:06 +08:00
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
2016-09-23 23:39:20 +08:00
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>2</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
<ProductVersion>12.0.0</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
</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</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>0</WarningLevel>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
2016-10-07 14:44:26 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2017-02-12 14:42:20 +08:00
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
2017-04-16 05:44:08 +08:00
|
|
|
|
<LangVersion>6</LangVersion>
|
2016-09-23 23:39:20 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>CuttingEdge NoUpdate</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2017-02-12 14:42:20 +08:00
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
2016-09-23 23:39:20 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Win32Resource>
|
|
|
|
|
</Win32Resource>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="mscorlib" />
|
2017-04-12 18:20:30 +08:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>$(SolutionDir)\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
2017-02-27 19:38:30 +08:00
|
|
|
|
<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>
|
2017-02-27 19:38:30 +08:00
|
|
|
|
</Reference>
|
2017-04-12 18:20:30 +08:00
|
|
|
|
<Reference Include="SharpCompress, Version=0.15.2.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>$(SolutionDir)\packages\SharpCompress.0.15.2\lib\net45\SharpCompress.dll</HintPath>
|
2017-03-01 21:56:20 +08:00
|
|
|
|
</Reference>
|
2016-10-26 09:18:08 +08:00
|
|
|
|
<Reference Include="SQLite.Net, Version=3.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2016-11-04 07:04:39 +08:00
|
|
|
|
<HintPath>$(SolutionDir)\packages\SQLite.Net.Core-PCL.3.1.1\lib\portable-win8+net45+wp8+wpa81+MonoAndroid1+MonoTouch1\SQLite.Net.dll</HintPath>
|
2016-10-26 09:18:08 +08:00
|
|
|
|
</Reference>
|
2016-09-23 23:39:20 +08:00
|
|
|
|
<Reference Include="System" />
|
2016-10-26 07:39:09 +08:00
|
|
|
|
<Reference Include="SQLiteNetExtensions">
|
|
|
|
|
<HintPath>$(SolutionDir)\packages\SQLiteNetExtensions.1.3.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\SQLiteNetExtensions.dll</HintPath>
|
2016-10-25 22:44:43 +08:00
|
|
|
|
</Reference>
|
2016-10-26 07:39:09 +08:00
|
|
|
|
<Reference Include="SQLite.Net.Platform.Win32">
|
|
|
|
|
<HintPath>$(SolutionDir)\packages\SQLite.Net-PCL.3.1.1\lib\net4\SQLite.Net.Platform.Win32.dll</HintPath>
|
2016-10-25 03:01:04 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="SQLite.Net.Platform.Generic">
|
2016-10-26 07:39:09 +08:00
|
|
|
|
<HintPath>$(SolutionDir)\packages\SQLite.Net-PCL.3.1.1\lib\net40\SQLite.Net.Platform.Generic.dll</HintPath>
|
2016-10-25 03:01:04 +08:00
|
|
|
|
</Reference>
|
2017-02-27 19:38:30 +08:00
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2016-09-23 23:39:20 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="..\osu.licenseheader">
|
|
|
|
|
<Link>osu.licenseheader</Link>
|
|
|
|
|
</None>
|
2016-10-25 02:57:00 +08:00
|
|
|
|
<None Include="packages.config" />
|
2016-11-04 07:04:39 +08:00
|
|
|
|
<None Include="OpenTK.dll.config" />
|
2016-09-23 23:39:20 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\osu-framework\osu.Framework.Desktop\osu.Framework.Desktop.csproj">
|
|
|
|
|
<Project>{65dc628f-a640-4111-ab35-3a5652bc1e17}</Project>
|
|
|
|
|
<Name>osu.Framework.Desktop</Name>
|
|
|
|
|
</ProjectReference>
|
2017-03-28 20:03:34 +08:00
|
|
|
|
<ProjectReference Include="..\osu-framework\osu.Framework.Testing\osu.Framework.Testing.csproj">
|
|
|
|
|
<Project>{007b2356-ab6f-4bd9-96d5-116fc2dce69a}</Project>
|
|
|
|
|
<Name>osu.Framework.Testing</Name>
|
|
|
|
|
</ProjectReference>
|
2016-09-23 23:39:20 +08:00
|
|
|
|
<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>
|
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.Catch\osu.Game.Rulesets.Catch.csproj">
|
2016-11-14 17:54:24 +08:00
|
|
|
|
<Project>{58f6c80c-1253-4a0e-a465-b8c85ebeadf3}</Project>
|
2017-04-18 15:05:58 +08:00
|
|
|
|
<Name>osu.Game.Rulesets.Catch</Name>
|
2016-11-14 17:54:24 +08:00
|
|
|
|
</ProjectReference>
|
2017-04-18 15:05:58 +08:00
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Mania\osu.Game.Rulesets.Mania.csproj">
|
2016-11-14 17:54:24 +08:00
|
|
|
|
<Project>{48f4582b-7687-4621-9cbe-5c24197cb536}</Project>
|
2017-04-18 15:05:58 +08:00
|
|
|
|
<Name>osu.Game.Rulesets.Mania</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>
|
2016-09-23 23:39:20 +08:00
|
|
|
|
<ProjectReference Include="..\osu.Game\osu.Game.csproj">
|
|
|
|
|
<Project>{0d3fbf8a-7464-4cf7-8c90-3e7886df2d4d}</Project>
|
|
|
|
|
<Name>osu.Game</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-03-31 16:55:07 +08:00
|
|
|
|
<Compile Include="AutomatedVisualTestGame.cs" />
|
2016-09-23 23:39:20 +08:00
|
|
|
|
<Compile Include="Program.cs" />
|
2016-09-27 17:31:36 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseChatDisplay.cs" />
|
2017-03-30 23:32:18 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseBeatmapDetails.cs" />
|
2017-02-27 13:19:07 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseDrawings.cs" />
|
2016-11-14 17:54:24 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseGamefield.cs" />
|
2017-04-11 20:02:56 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseGraph.cs" />
|
2017-04-06 17:27:45 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseMenuOverlays.cs" />
|
2016-10-24 10:22:38 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseMusicController.cs" />
|
2017-02-10 15:26:43 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseNotificationManager.cs" />
|
2016-10-19 17:00:35 +08:00
|
|
|
|
<Compile Include="Tests\TestCasePlayer.cs" />
|
2016-10-19 15:13:53 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseHitObjects.cs" />
|
2016-09-24 08:57:13 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseKeyCounter.cs" />
|
2016-09-28 14:30:06 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseMenuButtonSystem.cs" />
|
2017-02-28 19:14:48 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseReplay.cs" />
|
2017-04-11 13:01:13 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseResults.cs" />
|
2016-10-14 06:33:26 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseScoreCounter.cs" />
|
2017-03-08 17:19:00 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseTabControl.cs" />
|
2017-03-17 21:01:06 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseTaikoHitObjects.cs" />
|
2017-03-21 13:58:34 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseTaikoPlayfield.cs" />
|
2016-09-23 23:39:20 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseTextAwesome.cs" />
|
2016-10-14 03:10:00 +08:00
|
|
|
|
<Compile Include="Tests\TestCasePlaySongSelect.cs" />
|
2017-04-03 00:19:59 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseTooltip.cs" />
|
2017-01-27 20:08:36 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseTwoLayerButton.cs" />
|
2016-09-23 23:39:20 +08:00
|
|
|
|
<Compile Include="VisualTestGame.cs" />
|
2016-10-25 22:44:43 +08:00
|
|
|
|
<Compile Include="Platform\TestStorage.cs" />
|
2016-11-03 07:07:07 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseOptions.cs" />
|
2017-02-09 04:22:31 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseSongProgress.cs" />
|
2017-02-18 19:28:22 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseModSelectOverlay.cs" />
|
2017-02-28 14:09:36 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseDialogOverlay.cs" />
|
2017-03-02 20:40:55 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseBeatmapOptionsOverlay.cs" />
|
2017-03-04 15:37:34 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseLeaderboard.cs" />
|
2017-03-22 17:54:07 +08:00
|
|
|
|
<Compile Include="Beatmaps\TestWorkingBeatmap.cs" />
|
2017-03-23 12:34:06 +08:00
|
|
|
|
<Compile Include="Tests\TestCaseBeatmapDetailArea.cs" />
|
2016-09-23 23:39:20 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup />
|
2016-11-14 17:54:24 +08:00
|
|
|
|
<ItemGroup />
|
2017-03-28 20:03:34 +08:00
|
|
|
|
<ItemGroup />
|
2016-09-23 23:39:20 +08:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\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>
|
|
|
|
|
-->
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2016-11-14 17:54:24 +08:00
|
|
|
|
</Project>
|