forked from XBOX-CSM/PlayFabMatchHistoryExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PlayFabLevelLeaderboards.sln
47 lines (47 loc) · 2.85 KB
/
PlayFabLevelLeaderboards.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
36
37
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Util", "src\Util\Util.csproj", "{93D898FE-DEE2-4C4E-AF8F-81F850E81283}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implementation", "src\Implementation\Implementation.csproj", "{245B4471-AF61-4DB8-B139-5DA31F5405E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImplementationTests", "test\ImplementationTests\ImplementationTests.csproj", "{E593B542-51F8-4068-BBAD-0C41131CC42D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LevelLeaderboards.Web", "src\LevelLeaderboards.Web\LevelLeaderboards.Web.csproj", "{33922F4E-7B9C-4EC8-88EC-4F48B4A6F6B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{571CDDAE-9BF4-4DDC-AA8C-CF18808ACF31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{571CDDAE-9BF4-4DDC-AA8C-CF18808ACF31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{571CDDAE-9BF4-4DDC-AA8C-CF18808ACF31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93D898FE-DEE2-4C4E-AF8F-81F850E81283}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93D898FE-DEE2-4C4E-AF8F-81F850E81283}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93D898FE-DEE2-4C4E-AF8F-81F850E81283}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93D898FE-DEE2-4C4E-AF8F-81F850E81283}.Release|Any CPU.Build.0 = Release|Any CPU
{245B4471-AF61-4DB8-B139-5DA31F5405E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{245B4471-AF61-4DB8-B139-5DA31F5405E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{245B4471-AF61-4DB8-B139-5DA31F5405E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{245B4471-AF61-4DB8-B139-5DA31F5405E1}.Release|Any CPU.Build.0 = Release|Any CPU
{E593B542-51F8-4068-BBAD-0C41131CC42D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E593B542-51F8-4068-BBAD-0C41131CC42D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E593B542-51F8-4068-BBAD-0C41131CC42D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E593B542-51F8-4068-BBAD-0C41131CC42D}.Release|Any CPU.Build.0 = Release|Any CPU
{33922F4E-7B9C-4EC8-88EC-4F48B4A6F6B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33922F4E-7B9C-4EC8-88EC-4F48B4A6F6B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33922F4E-7B9C-4EC8-88EC-4F48B4A6F6B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33922F4E-7B9C-4EC8-88EC-4F48B4A6F6B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79F25DC7-C7BB-4665-9F88-FBC75E7E2998}
EndGlobalSection
EndGlobal