-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGPSReaderExample.sln
More file actions
23 lines (23 loc) · 1.03 KB
/
GPSReaderExample.sln
File metadata and controls
23 lines (23 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# Clarion 2.1.0.2447
Project("{12B76EC0-1D7B-4FA7-A7D0-C524288B48A1}") = "GPSReaderExample", "GPSReaderExample.cwproj", "{8088EC1F-74C7-4AA7-A62B-085C5E2A3769}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2150E333-8FDC-42A3-9474-1A3956D46DE8}"
ProjectSection(SolutionItems) = postProject
GPSReaderExample.app = GPSReaderExample.app
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8088EC1F-74C7-4AA7-A62B-085C5E2A3769}.Debug|Win32.Build.0 = Debug|Win32
{8088EC1F-74C7-4AA7-A62B-085C5E2A3769}.Debug|Win32.ActiveCfg = Debug|Win32
{8088EC1F-74C7-4AA7-A62B-085C5E2A3769}.Release|Win32.Build.0 = Release|Win32
{8088EC1F-74C7-4AA7-A62B-085C5E2A3769}.Release|Win32.ActiveCfg = Release|Win32
EndGlobalSection
EndGlobal