-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.sln
43 lines (43 loc) · 2.6 KB
/
app.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameServerList", "GameServerList.App\GameServerList.csproj", "{B26B7F8B-89CE-4277-9059-A3FCE63B3E55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameServerList.Common", "GameServerList.Common\GameServerList.Common.csproj", "{65AF5E3A-A856-474B-BED9-C82CD4D46900}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameServerList.Tests", "GameServerList.Tests\GameServerList.Tests.csproj", "{D0ECDD4B-6BF3-4915-BCC7-7818BC42E5CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameServerList.Analyzer", "GameServerList.Analyzer\GameServerList.Analyzer.csproj", "{6AF59A40-1DA9-471F-B4FC-83A9640F8FA0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B26B7F8B-89CE-4277-9059-A3FCE63B3E55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B26B7F8B-89CE-4277-9059-A3FCE63B3E55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B26B7F8B-89CE-4277-9059-A3FCE63B3E55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B26B7F8B-89CE-4277-9059-A3FCE63B3E55}.Release|Any CPU.Build.0 = Release|Any CPU
{65AF5E3A-A856-474B-BED9-C82CD4D46900}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65AF5E3A-A856-474B-BED9-C82CD4D46900}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65AF5E3A-A856-474B-BED9-C82CD4D46900}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65AF5E3A-A856-474B-BED9-C82CD4D46900}.Release|Any CPU.Build.0 = Release|Any CPU
{D0ECDD4B-6BF3-4915-BCC7-7818BC42E5CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0ECDD4B-6BF3-4915-BCC7-7818BC42E5CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0ECDD4B-6BF3-4915-BCC7-7818BC42E5CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0ECDD4B-6BF3-4915-BCC7-7818BC42E5CA}.Release|Any CPU.Build.0 = Release|Any CPU
{6AF59A40-1DA9-471F-B4FC-83A9640F8FA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AF59A40-1DA9-471F-B4FC-83A9640F8FA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AF59A40-1DA9-471F-B4FC-83A9640F8FA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AF59A40-1DA9-471F-B4FC-83A9640F8FA0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3154CF48-3DCB-41D3-A7B0-7D8FF1191F58}
EndGlobalSection
EndGlobal