-
Notifications
You must be signed in to change notification settings - Fork 0
/
MySpot.sln
36 lines (36 loc) · 1.94 KB
/
MySpot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7DF77932-8C57-4BD3-BC61-B8469808ED78}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySpot.Api", "src\MySpot.Api\MySpot.Api.csproj", "{E22CD324-1BB1-4ED0-BAD9-EA1FF56DCE86}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4D5E7A45-1CB7-42A6-BABB-AD4BF1A42FFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySpot.Tests", "tests\MySpot.Tests\MySpot.Tests.csproj", "{DAA7B934-4CB3-47F6-B468-4A57ED2E7060}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E22CD324-1BB1-4ED0-BAD9-EA1FF56DCE86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E22CD324-1BB1-4ED0-BAD9-EA1FF56DCE86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E22CD324-1BB1-4ED0-BAD9-EA1FF56DCE86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E22CD324-1BB1-4ED0-BAD9-EA1FF56DCE86}.Release|Any CPU.Build.0 = Release|Any CPU
{DAA7B934-4CB3-47F6-B468-4A57ED2E7060}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAA7B934-4CB3-47F6-B468-4A57ED2E7060}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAA7B934-4CB3-47F6-B468-4A57ED2E7060}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAA7B934-4CB3-47F6-B468-4A57ED2E7060}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E22CD324-1BB1-4ED0-BAD9-EA1FF56DCE86} = {7DF77932-8C57-4BD3-BC61-B8469808ED78}
{DAA7B934-4CB3-47F6-B468-4A57ED2E7060} = {4D5E7A45-1CB7-42A6-BABB-AD4BF1A42FFF}
EndGlobalSection
EndGlobal