-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGeoAlgorithm.Net.sln
More file actions
60 lines (60 loc) · 3.65 KB
/
GeoAlgorithm.Net.sln
File metadata and controls
60 lines (60 loc) · 3.65 KB
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
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoAlgorithm.Net", "GeoAlgorithm.Net\GeoAlgorithm.Net.csproj", "{CB480A4B-D1E5-445C-B047-8A17022EB8B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{7FE093D8-454A-4598-BA1E-FF9AA06D642D}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoObject.Net", "..\GeoObject.Net\src\GeoObject.Net\GeoObject.Net.csproj", "{7C0D45ED-681E-4DEC-9910-BAE1211E4889}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuadTreeDemoApp", "QuadTreeDemoApp\QuadTreeDemoApp.csproj", "{CEF643AF-85D3-4422-9E6E-D78B983A3098}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoHashDemoApp", "GeoHashDemoApp\GeoHashDemoApp.csproj", "{BE4757C1-2767-430E-B506-28EDE9BCCF00}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{4A8A77F8-AB4E-4E65-91D9-24D7DC4BC0DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConvexHullDemoApp", "ConvexHullDemoApp\ConvexHullDemoApp.csproj", "{9770F423-BA65-4F4F-8E02-82D521514289}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB480A4B-D1E5-445C-B047-8A17022EB8B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB480A4B-D1E5-445C-B047-8A17022EB8B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB480A4B-D1E5-445C-B047-8A17022EB8B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB480A4B-D1E5-445C-B047-8A17022EB8B9}.Release|Any CPU.Build.0 = Release|Any CPU
{7C0D45ED-681E-4DEC-9910-BAE1211E4889}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C0D45ED-681E-4DEC-9910-BAE1211E4889}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C0D45ED-681E-4DEC-9910-BAE1211E4889}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C0D45ED-681E-4DEC-9910-BAE1211E4889}.Release|Any CPU.Build.0 = Release|Any CPU
{CEF643AF-85D3-4422-9E6E-D78B983A3098}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEF643AF-85D3-4422-9E6E-D78B983A3098}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEF643AF-85D3-4422-9E6E-D78B983A3098}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEF643AF-85D3-4422-9E6E-D78B983A3098}.Release|Any CPU.Build.0 = Release|Any CPU
{BE4757C1-2767-430E-B506-28EDE9BCCF00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE4757C1-2767-430E-B506-28EDE9BCCF00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE4757C1-2767-430E-B506-28EDE9BCCF00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE4757C1-2767-430E-B506-28EDE9BCCF00}.Release|Any CPU.Build.0 = Release|Any CPU
{9770F423-BA65-4F4F-8E02-82D521514289}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9770F423-BA65-4F4F-8E02-82D521514289}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9770F423-BA65-4F4F-8E02-82D521514289}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9770F423-BA65-4F4F-8E02-82D521514289}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CEF643AF-85D3-4422-9E6E-D78B983A3098} = {4A8A77F8-AB4E-4E65-91D9-24D7DC4BC0DB}
{BE4757C1-2767-430E-B506-28EDE9BCCF00} = {4A8A77F8-AB4E-4E65-91D9-24D7DC4BC0DB}
{9770F423-BA65-4F4F-8E02-82D521514289} = {4A8A77F8-AB4E-4E65-91D9-24D7DC4BC0DB}
EndGlobalSection
EndGlobal