-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJeffPatterson.dev.sln
37 lines (37 loc) · 2.14 KB
/
JeffPatterson.dev.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 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JeffPatterson.dev.Server", "JeffPatterson.dev\Server\JeffPatterson.dev.Server.csproj", "{B26B4545-35E2-43B0-94D1-6C55B8CD81FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JeffPatterson.dev.Client", "JeffPatterson.dev\Client\JeffPatterson.dev.Client.csproj", "{D9C49A3A-ECAE-49BE-8831-AAF8D4E65553}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JeffPatterson.dev.Shared", "JeffPatterson.dev\Shared\JeffPatterson.dev.Shared.csproj", "{D053C302-93D3-4A80-ADE6-9C56ACA88CAD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B26B4545-35E2-43B0-94D1-6C55B8CD81FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B26B4545-35E2-43B0-94D1-6C55B8CD81FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B26B4545-35E2-43B0-94D1-6C55B8CD81FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B26B4545-35E2-43B0-94D1-6C55B8CD81FF}.Release|Any CPU.Build.0 = Release|Any CPU
{D9C49A3A-ECAE-49BE-8831-AAF8D4E65553}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9C49A3A-ECAE-49BE-8831-AAF8D4E65553}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9C49A3A-ECAE-49BE-8831-AAF8D4E65553}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9C49A3A-ECAE-49BE-8831-AAF8D4E65553}.Release|Any CPU.Build.0 = Release|Any CPU
{D053C302-93D3-4A80-ADE6-9C56ACA88CAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D053C302-93D3-4A80-ADE6-9C56ACA88CAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D053C302-93D3-4A80-ADE6-9C56ACA88CAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D053C302-93D3-4A80-ADE6-9C56ACA88CAD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {68AF5D24-7545-4E2E-8B47-E8EA60EC328E}
EndGlobalSection
EndGlobal