-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLearning.sln
37 lines (37 loc) · 2.04 KB
/
Learning.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Learning.Server", "Server\Learning.Server.csproj", "{6C803836-4668-40EC-85EB-48F821BAC7FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Learning.Client", "Client\Learning.Client.csproj", "{CF3CA7D2-4EBD-4F9E-9A32-9C77C652347E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Learning.Shared", "Shared\Learning.Shared.csproj", "{A3C94BC3-A3ED-4BDD-BB2D-7B5B591DA8F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C803836-4668-40EC-85EB-48F821BAC7FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C803836-4668-40EC-85EB-48F821BAC7FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C803836-4668-40EC-85EB-48F821BAC7FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C803836-4668-40EC-85EB-48F821BAC7FE}.Release|Any CPU.Build.0 = Release|Any CPU
{CF3CA7D2-4EBD-4F9E-9A32-9C77C652347E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF3CA7D2-4EBD-4F9E-9A32-9C77C652347E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF3CA7D2-4EBD-4F9E-9A32-9C77C652347E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF3CA7D2-4EBD-4F9E-9A32-9C77C652347E}.Release|Any CPU.Build.0 = Release|Any CPU
{A3C94BC3-A3ED-4BDD-BB2D-7B5B591DA8F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3C94BC3-A3ED-4BDD-BB2D-7B5B591DA8F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3C94BC3-A3ED-4BDD-BB2D-7B5B591DA8F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3C94BC3-A3ED-4BDD-BB2D-7B5B591DA8F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49F37997-2A62-4784-AD4F-5F4241E47C38}
EndGlobalSection
EndGlobal