-
Notifications
You must be signed in to change notification settings - Fork 7
/
GEHistoricalImagery.sln
49 lines (49 loc) · 2.94 KB
/
GEHistoricalImagery.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GEHistoricalImagery", "src\GEHistoricalImagery\GEHistoricalImagery.csproj", "{FAAE9C2B-4143-47B8-A53D-400772745352}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibGoogleEarthTest", "test\LibGoogleEarthTest\LibGoogleEarthTest.csproj", "{DD6EFB14-2BC5-4E33-BA2D-22924D2E416F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibGoogleEarth", "src\LibGoogleEarth\LibGoogleEarth.csproj", "{DF26F20C-D25E-4DA9-8875-E531BC9BF6F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GEHistoricalImageryTest", "test\GEHistoricalImageryTest\GEHistoricalImageryTest.csproj", "{F8CC5A48-9F74-413F-B0A9-F81DE65AC02E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C5CECB83-A720-4CBD-B1C5-548C65B0E5E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FAAE9C2B-4143-47B8-A53D-400772745352}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAAE9C2B-4143-47B8-A53D-400772745352}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAAE9C2B-4143-47B8-A53D-400772745352}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAAE9C2B-4143-47B8-A53D-400772745352}.Release|Any CPU.Build.0 = Release|Any CPU
{DD6EFB14-2BC5-4E33-BA2D-22924D2E416F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD6EFB14-2BC5-4E33-BA2D-22924D2E416F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD6EFB14-2BC5-4E33-BA2D-22924D2E416F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD6EFB14-2BC5-4E33-BA2D-22924D2E416F}.Release|Any CPU.Build.0 = Release|Any CPU
{DF26F20C-D25E-4DA9-8875-E531BC9BF6F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF26F20C-D25E-4DA9-8875-E531BC9BF6F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF26F20C-D25E-4DA9-8875-E531BC9BF6F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF26F20C-D25E-4DA9-8875-E531BC9BF6F6}.Release|Any CPU.Build.0 = Release|Any CPU
{F8CC5A48-9F74-413F-B0A9-F81DE65AC02E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8CC5A48-9F74-413F-B0A9-F81DE65AC02E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8CC5A48-9F74-413F-B0A9-F81DE65AC02E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8CC5A48-9F74-413F-B0A9-F81DE65AC02E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DD6EFB14-2BC5-4E33-BA2D-22924D2E416F} = {C5CECB83-A720-4CBD-B1C5-548C65B0E5E4}
{F8CC5A48-9F74-413F-B0A9-F81DE65AC02E} = {C5CECB83-A720-4CBD-B1C5-548C65B0E5E4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C3EC584-BB32-40B8-93F1-D431BD866A28}
EndGlobalSection
EndGlobal