forked from suryapratap/GeographicLib
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathGeographicLib.sln
37 lines (37 loc) · 2.08 KB
/
GeographicLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sandwych.GeographicLib", "GeographicLib\Sandwych.GeographicLib.csproj", "{4B7604F5-CFB1-4D46-B0FD-FB00F3BE7238}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples", "Examples\Examples.csproj", "{B6A561A7-C268-4384-B092-F91BF7F93B5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sandwych.GeographicLib.Tests", "GeographicLib.Tests\Sandwych.GeographicLib.Tests.csproj", "{0F59E24B-34AD-4065-9559-D1A1341F5445}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B7604F5-CFB1-4D46-B0FD-FB00F3BE7238}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B7604F5-CFB1-4D46-B0FD-FB00F3BE7238}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B7604F5-CFB1-4D46-B0FD-FB00F3BE7238}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B7604F5-CFB1-4D46-B0FD-FB00F3BE7238}.Release|Any CPU.Build.0 = Release|Any CPU
{B6A561A7-C268-4384-B092-F91BF7F93B5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6A561A7-C268-4384-B092-F91BF7F93B5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6A561A7-C268-4384-B092-F91BF7F93B5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6A561A7-C268-4384-B092-F91BF7F93B5A}.Release|Any CPU.Build.0 = Release|Any CPU
{0F59E24B-34AD-4065-9559-D1A1341F5445}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F59E24B-34AD-4065-9559-D1A1341F5445}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F59E24B-34AD-4065-9559-D1A1341F5445}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F59E24B-34AD-4065-9559-D1A1341F5445}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E86ACDE-2FE4-45F0-BA41-8DE0E2B34417}
EndGlobalSection
EndGlobal