-
Notifications
You must be signed in to change notification settings - Fork 8
/
DevPortfolioCourse.sln
42 lines (42 loc) · 2.21 KB
/
DevPortfolioCourse.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31512.422
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Server\Server.csproj", "{E23C1ACB-7DFE-4963-B393-B0A59D1637AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{1CAB6415-7015-42B9-8B70-CF59296BAD9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "Shared\Shared.csproj", "{4DC0FA13-8C15-469A-9A39-B8DD56D579A6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{32D7C5F1-5A5F-4658-A213-7189FCA7BC6D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E23C1ACB-7DFE-4963-B393-B0A59D1637AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E23C1ACB-7DFE-4963-B393-B0A59D1637AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E23C1ACB-7DFE-4963-B393-B0A59D1637AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E23C1ACB-7DFE-4963-B393-B0A59D1637AC}.Release|Any CPU.Build.0 = Release|Any CPU
{1CAB6415-7015-42B9-8B70-CF59296BAD9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CAB6415-7015-42B9-8B70-CF59296BAD9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CAB6415-7015-42B9-8B70-CF59296BAD9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CAB6415-7015-42B9-8B70-CF59296BAD9C}.Release|Any CPU.Build.0 = Release|Any CPU
{4DC0FA13-8C15-469A-9A39-B8DD56D579A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DC0FA13-8C15-469A-9A39-B8DD56D579A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DC0FA13-8C15-469A-9A39-B8DD56D579A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DC0FA13-8C15-469A-9A39-B8DD56D579A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F1E16C2-62F8-408A-9D31-48558C1C46D8}
EndGlobalSection
EndGlobal