-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPlayFabMatchHistoryExtension.sln
57 lines (57 loc) · 3.45 KB
/
PlayFabMatchHistoryExtension.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
48
49
50
51
52
53
54
55
56
57
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}") = "GameServerMock", "src\GameServerMock\GameServerMock.csproj", "{56CD8E6C-5B36-41D1-912D-AE1B5580EE07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventIngestor", "src\EventIngestor\EventIngestor.csproj", "{00D62DA9-FAAB-48E2-ACBE-11A39C2FEAFF}"
ProjectSection(ProjectDependencies) = postProject
{56CD8E6C-5B36-41D1-912D-AE1B5580EE07} = {56CD8E6C-5B36-41D1-912D-AE1B5580EE07}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Util", "src\Util\Util.csproj", "{93D898FE-DEE2-4C4E-AF8F-81F850E81283}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PublicApi", "src\PublicApi\PublicApi.csproj", "{255BA1D8-5361-48C6-AE31-ADF75745B94D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlayFabClientMock", "src\PlayFabClientMock\PlayFabClientMock.csproj", "{6F771A3C-0380-4BB7-A049-5381C4E45B7B}"
ProjectSection(ProjectDependencies) = postProject
{56CD8E6C-5B36-41D1-912D-AE1B5580EE07} = {56CD8E6C-5B36-41D1-912D-AE1B5580EE07}
{00D62DA9-FAAB-48E2-ACBE-11A39C2FEAFF} = {00D62DA9-FAAB-48E2-ACBE-11A39C2FEAFF}
{255BA1D8-5361-48C6-AE31-ADF75745B94D} = {255BA1D8-5361-48C6-AE31-ADF75745B94D}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56CD8E6C-5B36-41D1-912D-AE1B5580EE07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56CD8E6C-5B36-41D1-912D-AE1B5580EE07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56CD8E6C-5B36-41D1-912D-AE1B5580EE07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56CD8E6C-5B36-41D1-912D-AE1B5580EE07}.Release|Any CPU.Build.0 = Release|Any CPU
{00D62DA9-FAAB-48E2-ACBE-11A39C2FEAFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00D62DA9-FAAB-48E2-ACBE-11A39C2FEAFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00D62DA9-FAAB-48E2-ACBE-11A39C2FEAFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00D62DA9-FAAB-48E2-ACBE-11A39C2FEAFF}.Release|Any CPU.Build.0 = 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
{255BA1D8-5361-48C6-AE31-ADF75745B94D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{255BA1D8-5361-48C6-AE31-ADF75745B94D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{255BA1D8-5361-48C6-AE31-ADF75745B94D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{255BA1D8-5361-48C6-AE31-ADF75745B94D}.Release|Any CPU.Build.0 = Release|Any CPU
{6F771A3C-0380-4BB7-A049-5381C4E45B7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F771A3C-0380-4BB7-A049-5381C4E45B7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F771A3C-0380-4BB7-A049-5381C4E45B7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F771A3C-0380-4BB7-A049-5381C4E45B7B}.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