-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathItinero.API.sln
38 lines (38 loc) · 1.68 KB
/
Itinero.API.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 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F4F29139-7D03-426D-880C-A539A48CB287}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D1BE945F-F009-4A0A-A1DE-973174355155}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.bat = build.bat
build.sh = build.sh
README.md = README.md
SharedAssemblyVersion.cs = SharedAssemblyVersion.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{D3BC40A3-B8EA-45EC-BA83-E734165AA219}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Itinero.API", "src\Itinero.API\Itinero.API.csproj", "{78A13E78-C400-4023-87EB-1A6F942CB24E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78A13E78-C400-4023-87EB-1A6F942CB24E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78A13E78-C400-4023-87EB-1A6F942CB24E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78A13E78-C400-4023-87EB-1A6F942CB24E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78A13E78-C400-4023-87EB-1A6F942CB24E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{78A13E78-C400-4023-87EB-1A6F942CB24E} = {F4F29139-7D03-426D-880C-A539A48CB287}
EndGlobalSection
EndGlobal