-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGPXparser.sln
More file actions
42 lines (42 loc) · 2.24 KB
/
GPXparser.sln
File metadata and controls
42 lines (42 loc) · 2.24 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GPXparser", "GPXparserLib\GPXparser.csproj", "{269FC34D-6981-43CE-B8E5-D6144A7C2E6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReaderTest", "ReaderTest\ReaderTest.csproj", "{39898B9D-25EE-4B38-9BFF-E3CFF420B536}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RenderTrack", "RenderTrack\RenderTrack.csproj", "{B63456D8-EE24-45AA-BF77-ECBF7A37BBCD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BFE989B5-9C75-4ECA-A160-9EEDF044C833}"
ProjectSection(SolutionItems) = preProject
email.txt = email.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{269FC34D-6981-43CE-B8E5-D6144A7C2E6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{269FC34D-6981-43CE-B8E5-D6144A7C2E6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{269FC34D-6981-43CE-B8E5-D6144A7C2E6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{269FC34D-6981-43CE-B8E5-D6144A7C2E6E}.Release|Any CPU.Build.0 = Release|Any CPU
{39898B9D-25EE-4B38-9BFF-E3CFF420B536}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39898B9D-25EE-4B38-9BFF-E3CFF420B536}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39898B9D-25EE-4B38-9BFF-E3CFF420B536}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39898B9D-25EE-4B38-9BFF-E3CFF420B536}.Release|Any CPU.Build.0 = Release|Any CPU
{B63456D8-EE24-45AA-BF77-ECBF7A37BBCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B63456D8-EE24-45AA-BF77-ECBF7A37BBCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B63456D8-EE24-45AA-BF77-ECBF7A37BBCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B63456D8-EE24-45AA-BF77-ECBF7A37BBCD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0361BBD7-A451-44A0-B9DA-F301B38DC496}
EndGlobalSection
EndGlobal