-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGettingStarted.sln
More file actions
37 lines (37 loc) · 2.07 KB
/
Copy pathGettingStarted.sln
File metadata and controls
37 lines (37 loc) · 2.07 KB
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 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GettingStarted.Server", "Server\GettingStarted.Server.csproj", "{360B27C5-9DC5-4047-98DE-2D336CE1338B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GettingStarted.Client", "Client\GettingStarted.Client.csproj", "{5BEB2298-AB15-453F-A018-FB911C5EDC7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GettingStarted.Shared", "Shared\GettingStarted.Shared.csproj", "{E7F5AC70-8687-4250-BDEC-1094C59F486F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{360B27C5-9DC5-4047-98DE-2D336CE1338B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{360B27C5-9DC5-4047-98DE-2D336CE1338B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{360B27C5-9DC5-4047-98DE-2D336CE1338B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{360B27C5-9DC5-4047-98DE-2D336CE1338B}.Release|Any CPU.Build.0 = Release|Any CPU
{5BEB2298-AB15-453F-A018-FB911C5EDC7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BEB2298-AB15-453F-A018-FB911C5EDC7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BEB2298-AB15-453F-A018-FB911C5EDC7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BEB2298-AB15-453F-A018-FB911C5EDC7E}.Release|Any CPU.Build.0 = Release|Any CPU
{E7F5AC70-8687-4250-BDEC-1094C59F486F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7F5AC70-8687-4250-BDEC-1094C59F486F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7F5AC70-8687-4250-BDEC-1094C59F486F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7F5AC70-8687-4250-BDEC-1094C59F486F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC92EFA1-230E-4139-A000-D6C3CA446630}
EndGlobalSection
EndGlobal