-
Notifications
You must be signed in to change notification settings - Fork 1
/
nmea.sln
53 lines (53 loc) · 2.86 KB
/
nmea.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
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28711.60
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8261043E-6E27-4F89-B946-E26F52A7E7F9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
DKW.NMEA.sln.licenseheader = DKW.NMEA.sln.licenseheader
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DKW.NMEA", "DKW.NMEA\DKW.NMEA.csproj", "{D1E596E1-6CE8-4F46-9210-3B49DB7E676B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DKW.NMEA.Tests", "DKW.NMEA.Tests\DKW.NMEA.Tests.csproj", "{E38AB09E-C3EA-4BB5-B12B-6084D0F0D7EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "Demo\Demo.csproj", "{AA9EB20C-1C8F-4FB5-9836-B9A251243C87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GpsDemo", "GpsDemo\GpsDemo.csproj", "{79717A8B-2AD8-47FF-9668-192F46B69C4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1E596E1-6CE8-4F46-9210-3B49DB7E676B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1E596E1-6CE8-4F46-9210-3B49DB7E676B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1E596E1-6CE8-4F46-9210-3B49DB7E676B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1E596E1-6CE8-4F46-9210-3B49DB7E676B}.Release|Any CPU.Build.0 = Release|Any CPU
{E38AB09E-C3EA-4BB5-B12B-6084D0F0D7EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E38AB09E-C3EA-4BB5-B12B-6084D0F0D7EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E38AB09E-C3EA-4BB5-B12B-6084D0F0D7EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E38AB09E-C3EA-4BB5-B12B-6084D0F0D7EE}.Release|Any CPU.Build.0 = Release|Any CPU
{AA9EB20C-1C8F-4FB5-9836-B9A251243C87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA9EB20C-1C8F-4FB5-9836-B9A251243C87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA9EB20C-1C8F-4FB5-9836-B9A251243C87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA9EB20C-1C8F-4FB5-9836-B9A251243C87}.Release|Any CPU.Build.0 = Release|Any CPU
{79717A8B-2AD8-47FF-9668-192F46B69C4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79717A8B-2AD8-47FF-9668-192F46B69C4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79717A8B-2AD8-47FF-9668-192F46B69C4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79717A8B-2AD8-47FF-9668-192F46B69C4F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {103ADCD2-6B79-4DAB-A991-00869B05986F}
EndGlobalSection
EndGlobal