-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTravelMapGuide.sln
38 lines (38 loc) · 2.01 KB
/
TravelMapGuide.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.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6415A5BB-337D-478A-B2AC-9C87D1FB2009}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TravelMapGuide.Server", "TravelMapGuide.Server\TravelMapGuide.Server.csproj", "{478C1D18-FD93-40D6-ACA2-A584CE83F353}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "TravelMapGuide.Web.Client", "TravelMapGuide.Web.Client\TravelMapGuide.Web.Client.esproj", "{EB2E87DE-9E49-48A4-B778-F5F1DD8872CF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{478C1D18-FD93-40D6-ACA2-A584CE83F353}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{478C1D18-FD93-40D6-ACA2-A584CE83F353}.Debug|Any CPU.Build.0 = Debug|Any CPU
{478C1D18-FD93-40D6-ACA2-A584CE83F353}.Release|Any CPU.ActiveCfg = Release|Any CPU
{478C1D18-FD93-40D6-ACA2-A584CE83F353}.Release|Any CPU.Build.0 = Release|Any CPU
{EB2E87DE-9E49-48A4-B778-F5F1DD8872CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB2E87DE-9E49-48A4-B778-F5F1DD8872CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB2E87DE-9E49-48A4-B778-F5F1DD8872CF}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{EB2E87DE-9E49-48A4-B778-F5F1DD8872CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB2E87DE-9E49-48A4-B778-F5F1DD8872CF}.Release|Any CPU.Build.0 = Release|Any CPU
{EB2E87DE-9E49-48A4-B778-F5F1DD8872CF}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {64DE9AFE-226A-464F-A131-29FFE5E50553}
EndGlobalSection
EndGlobal