-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSite.sln
38 lines (38 loc) · 1.94 KB
/
Site.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Site.Server", "Site.Server\Site.Server.csproj", "{9DD5AD48-C3FB-48CA-B621-47BB97112E6C}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "site.client", "site.client\site.client.esproj", "{EC27494A-7F1E-4F27-91EE-7C97A1B3EA7D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{17BD4AD3-FE22-4B9B-BF75-F66065FCB2B6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9DD5AD48-C3FB-48CA-B621-47BB97112E6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DD5AD48-C3FB-48CA-B621-47BB97112E6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DD5AD48-C3FB-48CA-B621-47BB97112E6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DD5AD48-C3FB-48CA-B621-47BB97112E6C}.Release|Any CPU.Build.0 = Release|Any CPU
{EC27494A-7F1E-4F27-91EE-7C97A1B3EA7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC27494A-7F1E-4F27-91EE-7C97A1B3EA7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC27494A-7F1E-4F27-91EE-7C97A1B3EA7D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{EC27494A-7F1E-4F27-91EE-7C97A1B3EA7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC27494A-7F1E-4F27-91EE-7C97A1B3EA7D}.Release|Any CPU.Build.0 = Release|Any CPU
{EC27494A-7F1E-4F27-91EE-7C97A1B3EA7D}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AEF415DB-FDCE-40CD-8810-7BD0F7C7B908}
EndGlobalSection
EndGlobal