-
Notifications
You must be signed in to change notification settings - Fork 0
/
ConcertMap.sln
40 lines (40 loc) · 2.39 KB
/
ConcertMap.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConcertMap", "ConcertMap\ConcertMap.csproj", "{A631D29D-A398-4183-800A-E43F1468E20A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConcertService", "ConcertService\ConcertService.csproj", "{A72F9668-BA9F-4F4A-AA1C-5299EFDBA2CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClient", "TestClient\TestClient.csproj", "{7457E5BB-6A64-48B3-BF53-2081B73083FE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CountriesService", "RestCountriesService\CountriesService.csproj", "{53DC9061-83EF-4E23-897B-4BB1E0642700}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A631D29D-A398-4183-800A-E43F1468E20A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A631D29D-A398-4183-800A-E43F1468E20A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A631D29D-A398-4183-800A-E43F1468E20A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A631D29D-A398-4183-800A-E43F1468E20A}.Release|Any CPU.Build.0 = Release|Any CPU
{A72F9668-BA9F-4F4A-AA1C-5299EFDBA2CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A72F9668-BA9F-4F4A-AA1C-5299EFDBA2CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A72F9668-BA9F-4F4A-AA1C-5299EFDBA2CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A72F9668-BA9F-4F4A-AA1C-5299EFDBA2CB}.Release|Any CPU.Build.0 = Release|Any CPU
{7457E5BB-6A64-48B3-BF53-2081B73083FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7457E5BB-6A64-48B3-BF53-2081B73083FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7457E5BB-6A64-48B3-BF53-2081B73083FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7457E5BB-6A64-48B3-BF53-2081B73083FE}.Release|Any CPU.Build.0 = Release|Any CPU
{53DC9061-83EF-4E23-897B-4BB1E0642700}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53DC9061-83EF-4E23-897B-4BB1E0642700}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53DC9061-83EF-4E23-897B-4BB1E0642700}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53DC9061-83EF-4E23-897B-4BB1E0642700}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal