-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathLegoTrain.sln
More file actions
73 lines (73 loc) · 4.81 KB
/
LegoTrain.sln
File metadata and controls
73 lines (73 loc) · 4.81 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "SignalSwitch", "SignalSwitch\SignalSwitch.nfproj", "{CFEAA9A9-342B-480B-AEFB-19A889C81E47}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SharedServices", "SharedServices\SharedServices.shproj", "{B468D363-C9C1-4C40-990D-6858660E2256}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "LegoInfrared", "LegoInfrared\LegoInfrared.nfproj", "{0A9D6589-5F7B-489C-AF6C-0AECADB0DF71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LegoTrain", "LegoTrain\LegoTrain.csproj", "{A8FADDBD-BDA0-41DA-9F4F-3846D22A6874}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "nanoDiscovery", "nanoDiscovery\nanoDiscovery.shproj", "{4223AE41-B2A2-4781-8428-EDA32F51FF5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiscoveryMessageTests", "DiscoveryMessageTests\DiscoveryMessageTests.csproj", "{84C6A0BA-A8A3-4A0F-92E7-95A655082FFB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nano", "nano", "{39BB1206-DCA2-4E95-9981-C4D05081CC77}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "common", "common", "{FB6EA01C-104C-4B90-A5A4-41155A844D3A}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "LegoDiscoveryCommon", "LegoDiscoveryCommon\LegoDiscoveryCommon.shproj", "{7BE43B89-997A-46D2-9BD0-CE4E5FBE5381}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CFEAA9A9-342B-480B-AEFB-19A889C81E47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFEAA9A9-342B-480B-AEFB-19A889C81E47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFEAA9A9-342B-480B-AEFB-19A889C81E47}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{CFEAA9A9-342B-480B-AEFB-19A889C81E47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFEAA9A9-342B-480B-AEFB-19A889C81E47}.Release|Any CPU.Build.0 = Release|Any CPU
{CFEAA9A9-342B-480B-AEFB-19A889C81E47}.Release|Any CPU.Deploy.0 = Release|Any CPU
{0A9D6589-5F7B-489C-AF6C-0AECADB0DF71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A9D6589-5F7B-489C-AF6C-0AECADB0DF71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A9D6589-5F7B-489C-AF6C-0AECADB0DF71}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{0A9D6589-5F7B-489C-AF6C-0AECADB0DF71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A9D6589-5F7B-489C-AF6C-0AECADB0DF71}.Release|Any CPU.Build.0 = Release|Any CPU
{0A9D6589-5F7B-489C-AF6C-0AECADB0DF71}.Release|Any CPU.Deploy.0 = Release|Any CPU
{A8FADDBD-BDA0-41DA-9F4F-3846D22A6874}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8FADDBD-BDA0-41DA-9F4F-3846D22A6874}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8FADDBD-BDA0-41DA-9F4F-3846D22A6874}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8FADDBD-BDA0-41DA-9F4F-3846D22A6874}.Release|Any CPU.Build.0 = Release|Any CPU
{84C6A0BA-A8A3-4A0F-92E7-95A655082FFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84C6A0BA-A8A3-4A0F-92E7-95A655082FFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84C6A0BA-A8A3-4A0F-92E7-95A655082FFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84C6A0BA-A8A3-4A0F-92E7-95A655082FFB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CFEAA9A9-342B-480B-AEFB-19A889C81E47} = {39BB1206-DCA2-4E95-9981-C4D05081CC77}
{B468D363-C9C1-4C40-990D-6858660E2256} = {39BB1206-DCA2-4E95-9981-C4D05081CC77}
{0A9D6589-5F7B-489C-AF6C-0AECADB0DF71} = {39BB1206-DCA2-4E95-9981-C4D05081CC77}
{4223AE41-B2A2-4781-8428-EDA32F51FF5F} = {FB6EA01C-104C-4B90-A5A4-41155A844D3A}
{84C6A0BA-A8A3-4A0F-92E7-95A655082FFB} = {FB6EA01C-104C-4B90-A5A4-41155A844D3A}
{7BE43B89-997A-46D2-9BD0-CE4E5FBE5381} = {FB6EA01C-104C-4B90-A5A4-41155A844D3A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F4BC2C6-7315-489D-80E5-D4CEF1DE28A9}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
nanoDiscovery\nanoDiscovery.projitems*{4223ae41-b2a2-4781-8428-eda32f51ff5f}*SharedItemsImports = 13
LegoDiscoveryCommon\LegoDiscoveryCommon.projitems*{7be43b89-997a-46d2-9bd0-ce4e5fbe5381}*SharedItemsImports = 13
nanoDiscovery\nanoDiscovery.projitems*{84c6a0ba-a8a3-4a0f-92e7-95a655082ffb}*SharedItemsImports = 5
LegoDiscoveryCommon\LegoDiscoveryCommon.projitems*{a8faddbd-bda0-41da-9f4f-3846d22a6874}*SharedItemsImports = 5
nanoDiscovery\nanoDiscovery.projitems*{a8faddbd-bda0-41da-9f4f-3846d22a6874}*SharedItemsImports = 5
SharedServices\SharedServices.projitems*{b468d363-c9c1-4c40-990d-6858660e2256}*SharedItemsImports = 13
EndGlobalSection
EndGlobal