-
Notifications
You must be signed in to change notification settings - Fork 0
/
MassivePoints.sln
54 lines (54 loc) · 3.05 KB
/
MassivePoints.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
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MassivePoints", "MassivePoints\MassivePoints.csproj", "{062BABD2-B0D2-4F8E-8959-4E63DB575A5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MassivePointsTests", "MassivePointsTests\MassivePointsTests.csproj", "{EA8CF319-48DF-4EF6-B3B2-6BCDCD40D8F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EEF81079-8929-4513-9CF6-9B1139607D54}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build-nupkg.sh = build-nupkg.sh
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{327507D4-C03C-4D98-8CEC-882703392C01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImportOsmNode", "samples\ImportOsmNode\ImportOsmNode.csproj", "{59AAE64E-BEED-4ED1-8AA0-96A4F3771E9A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MassivePoints.Core", "MassivePoints.Core\MassivePoints.Core.csproj", "{B962124C-BD87-4953-9EC2-6DD8CCBFF0D1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{062BABD2-B0D2-4F8E-8959-4E63DB575A5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{062BABD2-B0D2-4F8E-8959-4E63DB575A5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{062BABD2-B0D2-4F8E-8959-4E63DB575A5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{062BABD2-B0D2-4F8E-8959-4E63DB575A5D}.Release|Any CPU.Build.0 = Release|Any CPU
{EA8CF319-48DF-4EF6-B3B2-6BCDCD40D8F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA8CF319-48DF-4EF6-B3B2-6BCDCD40D8F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA8CF319-48DF-4EF6-B3B2-6BCDCD40D8F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA8CF319-48DF-4EF6-B3B2-6BCDCD40D8F5}.Release|Any CPU.Build.0 = Release|Any CPU
{59AAE64E-BEED-4ED1-8AA0-96A4F3771E9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59AAE64E-BEED-4ED1-8AA0-96A4F3771E9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59AAE64E-BEED-4ED1-8AA0-96A4F3771E9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59AAE64E-BEED-4ED1-8AA0-96A4F3771E9A}.Release|Any CPU.Build.0 = Release|Any CPU
{B962124C-BD87-4953-9EC2-6DD8CCBFF0D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B962124C-BD87-4953-9EC2-6DD8CCBFF0D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B962124C-BD87-4953-9EC2-6DD8CCBFF0D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B962124C-BD87-4953-9EC2-6DD8CCBFF0D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{59AAE64E-BEED-4ED1-8AA0-96A4F3771E9A} = {327507D4-C03C-4D98-8CEC-882703392C01}
EndGlobalSection
EndGlobal