-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathTerradue.GeoJson.sln
28 lines (28 loc) · 1.55 KB
/
Terradue.GeoJson.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Terradue.GeoJson", "Terradue.GeoJson\Terradue.GeoJson.csproj", "{26AD29FF-862F-46D9-9F25-473E2977A7C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Terradue.GeoJson.Tests", "Terradue.GeoJson.Tests\Terradue.GeoJson.Tests.csproj", "{CC1274C0-30B4-42B1-B5AF-52330AA82209}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
DebugV40|Any CPU = DebugV40|Any CPU
ReleaseV40|Any CPU = ReleaseV40|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26AD29FF-862F-46D9-9F25-473E2977A7C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26AD29FF-862F-46D9-9F25-473E2977A7C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26AD29FF-862F-46D9-9F25-473E2977A7C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26AD29FF-862F-46D9-9F25-473E2977A7C3}.Release|Any CPU.Build.0 = Release|Any CPU
{CC1274C0-30B4-42B1-B5AF-52330AA82209}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC1274C0-30B4-42B1-B5AF-52330AA82209}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC1274C0-30B4-42B1-B5AF-52330AA82209}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC1274C0-30B4-42B1-B5AF-52330AA82209}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Terradue.GeoJson.Tests\Terradue.GeoJson.Tests.csproj
EndGlobalSection
EndGlobal