-
Notifications
You must be signed in to change notification settings - Fork 9
/
DemoServer.sln
54 lines (54 loc) · 3.22 KB
/
DemoServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2019
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoServer", "DemoServer\DemoServer.csproj", "{4B6AF9F7-9F0D-44F4-A5F2-7E784F0AB41E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoParser", "DemoParser\DemoParser.csproj", "{6C48B0F2-5C29-4AF1-AF0E-B719EECE6E0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoParser.Tests", "DemoParser.Tests\DemoParser.Tests.csproj", "{DF198785-C250-422F-8765-6971B68CEC8A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1F7FC3CC-39D2-419F-A58F-4B1DDC0AD6FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoCron", "DemoCron\DemoCron.csproj", "{29FBEF79-1BBA-4593-A483-1733325E1512}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoCommon", "DemoCommon\DemoCommon.csproj", "{13C7D269-F824-406E-B3CF-1F490C2C4A00}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B6AF9F7-9F0D-44F4-A5F2-7E784F0AB41E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B6AF9F7-9F0D-44F4-A5F2-7E784F0AB41E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B6AF9F7-9F0D-44F4-A5F2-7E784F0AB41E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B6AF9F7-9F0D-44F4-A5F2-7E784F0AB41E}.Release|Any CPU.Build.0 = Release|Any CPU
{6C48B0F2-5C29-4AF1-AF0E-B719EECE6E0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C48B0F2-5C29-4AF1-AF0E-B719EECE6E0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C48B0F2-5C29-4AF1-AF0E-B719EECE6E0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C48B0F2-5C29-4AF1-AF0E-B719EECE6E0F}.Release|Any CPU.Build.0 = Release|Any CPU
{DF198785-C250-422F-8765-6971B68CEC8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF198785-C250-422F-8765-6971B68CEC8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF198785-C250-422F-8765-6971B68CEC8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF198785-C250-422F-8765-6971B68CEC8A}.Release|Any CPU.Build.0 = Release|Any CPU
{29FBEF79-1BBA-4593-A483-1733325E1512}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29FBEF79-1BBA-4593-A483-1733325E1512}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29FBEF79-1BBA-4593-A483-1733325E1512}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29FBEF79-1BBA-4593-A483-1733325E1512}.Release|Any CPU.Build.0 = Release|Any CPU
{13C7D269-F824-406E-B3CF-1F490C2C4A00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13C7D269-F824-406E-B3CF-1F490C2C4A00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13C7D269-F824-406E-B3CF-1F490C2C4A00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13C7D269-F824-406E-B3CF-1F490C2C4A00}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DF198785-C250-422F-8765-6971B68CEC8A} = {1F7FC3CC-39D2-419F-A58F-4B1DDC0AD6FA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1F76844-AC28-4DA5-BB6B-DCAE87115A8E}
EndGlobalSection
EndGlobal