-
Notifications
You must be signed in to change notification settings - Fork 11
/
osu.Server.Queues.ScoreStatisticsProcessor.sln
35 lines (35 loc) · 2.08 KB
/
osu.Server.Queues.ScoreStatisticsProcessor.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "osu.Server.Queues.ScoreStatisticsProcessor", "osu.Server.Queues.ScoreStatisticsProcessor\osu.Server.Queues.ScoreStatisticsProcessor.csproj", "{6504492D-D8E1-464C-AD66-9A90C06DCA4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "osu.Server.Queues.ScoreStatisticsProcessor.Tests", "osu.Server.Queues.ScoreStatisticsProcessor.Tests\osu.Server.Queues.ScoreStatisticsProcessor.Tests.csproj", "{386227E2-74CD-4C08-8BFF-F8F2E3D1D57F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6504492D-D8E1-464C-AD66-9A90C06DCA4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6504492D-D8E1-464C-AD66-9A90C06DCA4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6504492D-D8E1-464C-AD66-9A90C06DCA4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6504492D-D8E1-464C-AD66-9A90C06DCA4D}.Release|Any CPU.Build.0 = Release|Any CPU
{5AA03D2C-5BC4-4CBF-83F1-8D71EC49E838}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AA03D2C-5BC4-4CBF-83F1-8D71EC49E838}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AA03D2C-5BC4-4CBF-83F1-8D71EC49E838}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AA03D2C-5BC4-4CBF-83F1-8D71EC49E838}.Release|Any CPU.Build.0 = Release|Any CPU
{386227E2-74CD-4C08-8BFF-F8F2E3D1D57F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{386227E2-74CD-4C08-8BFF-F8F2E3D1D57F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{386227E2-74CD-4C08-8BFF-F8F2E3D1D57F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{386227E2-74CD-4C08-8BFF-F8F2E3D1D57F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B73DBAE2-11B0-4E46-B2F5-D28193FCF19B}
EndGlobalSection
EndGlobal