-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHere.sln
50 lines (50 loc) · 2.78 KB
/
Here.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
41
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29319.158
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Here.Tests", "tests\Here.Tests\Here.Tests.csproj", "{9955111C-1D4E-4903-979F-7376543561E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Here.Core", "src\Here.Core\Here.Core.csproj", "{3023A928-B82B-4482-939F-EF668696CD7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AA45B1C1-AD61-4B41-9BFB-A9E28561D191}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Here.Api", "src\Here.Api\Here.Api.csproj", "{020AC9E4-E80F-4313-9196-9F2ECED2D68E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Here.Api.Docs", "docs\Here.Api.Docs\Here.Api.Docs.csproj", "{71108CEE-6EFD-4E10-A10D-D4B785980BBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9955111C-1D4E-4903-979F-7376543561E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9955111C-1D4E-4903-979F-7376543561E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9955111C-1D4E-4903-979F-7376543561E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9955111C-1D4E-4903-979F-7376543561E3}.Release|Any CPU.Build.0 = Release|Any CPU
{3023A928-B82B-4482-939F-EF668696CD7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3023A928-B82B-4482-939F-EF668696CD7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3023A928-B82B-4482-939F-EF668696CD7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3023A928-B82B-4482-939F-EF668696CD7C}.Release|Any CPU.Build.0 = Release|Any CPU
{020AC9E4-E80F-4313-9196-9F2ECED2D68E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{020AC9E4-E80F-4313-9196-9F2ECED2D68E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{020AC9E4-E80F-4313-9196-9F2ECED2D68E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{020AC9E4-E80F-4313-9196-9F2ECED2D68E}.Release|Any CPU.Build.0 = Release|Any CPU
{71108CEE-6EFD-4E10-A10D-D4B785980BBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71108CEE-6EFD-4E10-A10D-D4B785980BBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71108CEE-6EFD-4E10-A10D-D4B785980BBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71108CEE-6EFD-4E10-A10D-D4B785980BBB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8B27D68-1B53-4726-9D18-08AB081F9BC9}
EndGlobalSection
EndGlobal