-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSmoothieInterface.sln
159 lines (159 loc) · 12.1 KB
/
SmoothieInterface.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmoothieInterface", "SmoothieInterface\SmoothieInterface.csproj", "{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PInvoke", "..\..\Libraries\PInvoke\PInvoke.csproj", "{41AAF496-82E7-47C0-B250-462D8017D081}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B572B18A-B91D-46AF-AA55-499E26D527BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SerialComms", "..\..\Libraries\SerialComms\SerialComms\SerialComms.csproj", "{5A1993F6-9649-4160-B809-024171820112}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "..\..\Libraries\Utilities\Utilities.csproj", "{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Deploy|Any CPU = Deploy|Any CPU
Deploy|x86 = Deploy|x86
Mgmt Release|Any CPU = Mgmt Release|Any CPU
Mgmt Release|x86 = Mgmt Release|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
Test Local|Any CPU = Test Local|Any CPU
Test Local|x86 = Test Local|x86
Test Remote|Any CPU = Test Remote|Any CPU
Test Remote|x86 = Test Remote|x86
WebShowInfo Release|Any CPU = WebShowInfo Release|Any CPU
WebShowInfo Release|x86 = WebShowInfo Release|x86
Website Test Remote|Any CPU = Website Test Remote|Any CPU
Website Test Remote|x86 = Website Test Remote|x86
Website Test|Any CPU = Website Test|Any CPU
Website Test|x86 = Website Test|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Debug|x86.ActiveCfg = Debug|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Deploy|Any CPU.ActiveCfg = Debug|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Deploy|Any CPU.Build.0 = Debug|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Deploy|x86.ActiveCfg = Debug|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Mgmt Release|Any CPU.ActiveCfg = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Mgmt Release|Any CPU.Build.0 = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Mgmt Release|x86.ActiveCfg = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Release|Any CPU.Build.0 = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Release|x86.ActiveCfg = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Test Local|Any CPU.ActiveCfg = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Test Local|Any CPU.Build.0 = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Test Local|x86.ActiveCfg = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Test Remote|Any CPU.ActiveCfg = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Test Remote|Any CPU.Build.0 = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Test Remote|x86.ActiveCfg = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.WebShowInfo Release|Any CPU.ActiveCfg = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.WebShowInfo Release|Any CPU.Build.0 = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.WebShowInfo Release|x86.ActiveCfg = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Website Test Remote|Any CPU.ActiveCfg = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Website Test Remote|Any CPU.Build.0 = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Website Test Remote|x86.ActiveCfg = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Website Test|Any CPU.ActiveCfg = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Website Test|Any CPU.Build.0 = Release|Any CPU
{2DF05B88-EBA5-4A1C-A2F3-D5B7D335CD21}.Website Test|x86.ActiveCfg = Release|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Debug|x86.ActiveCfg = Debug|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.Debug|x86.Build.0 = Debug|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.Deploy|Any CPU.ActiveCfg = Deploy|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Deploy|Any CPU.Build.0 = Deploy|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Deploy|x86.ActiveCfg = Deploy|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.Deploy|x86.Build.0 = Deploy|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.Mgmt Release|Any CPU.ActiveCfg = Release|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Mgmt Release|Any CPU.Build.0 = Release|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Mgmt Release|x86.ActiveCfg = Release|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.Mgmt Release|x86.Build.0 = Release|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Release|Any CPU.Build.0 = Release|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Release|x86.ActiveCfg = Release|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.Release|x86.Build.0 = Release|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.Test Local|Any CPU.ActiveCfg = Test Local|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Test Local|Any CPU.Build.0 = Test Local|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Test Local|x86.ActiveCfg = Test Local|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.Test Local|x86.Build.0 = Test Local|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.Test Remote|Any CPU.ActiveCfg = Test Remote|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Test Remote|Any CPU.Build.0 = Test Remote|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Test Remote|x86.ActiveCfg = Test Remote|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.Test Remote|x86.Build.0 = Test Remote|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.WebShowInfo Release|Any CPU.ActiveCfg = Release|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.WebShowInfo Release|Any CPU.Build.0 = Release|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.WebShowInfo Release|x86.ActiveCfg = Release|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.WebShowInfo Release|x86.Build.0 = Release|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.Website Test Remote|Any CPU.ActiveCfg = Website Test Remote|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Website Test Remote|Any CPU.Build.0 = Website Test Remote|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Website Test Remote|x86.ActiveCfg = Website Test Remote|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.Website Test Remote|x86.Build.0 = Website Test Remote|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.Website Test|Any CPU.ActiveCfg = Website Test|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Website Test|Any CPU.Build.0 = Website Test|Any CPU
{41AAF496-82E7-47C0-B250-462D8017D081}.Website Test|x86.ActiveCfg = Website Test|x86
{41AAF496-82E7-47C0-B250-462D8017D081}.Website Test|x86.Build.0 = Website Test|x86
{5A1993F6-9649-4160-B809-024171820112}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Debug|x86.ActiveCfg = Debug|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Deploy|Any CPU.ActiveCfg = Debug|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Deploy|Any CPU.Build.0 = Debug|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Deploy|x86.ActiveCfg = Debug|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Mgmt Release|Any CPU.ActiveCfg = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Mgmt Release|Any CPU.Build.0 = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Mgmt Release|x86.ActiveCfg = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Release|Any CPU.Build.0 = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Release|x86.ActiveCfg = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Test Local|Any CPU.ActiveCfg = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Test Local|Any CPU.Build.0 = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Test Local|x86.ActiveCfg = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Test Remote|Any CPU.ActiveCfg = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Test Remote|Any CPU.Build.0 = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Test Remote|x86.ActiveCfg = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.WebShowInfo Release|Any CPU.ActiveCfg = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.WebShowInfo Release|Any CPU.Build.0 = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.WebShowInfo Release|x86.ActiveCfg = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Website Test Remote|Any CPU.ActiveCfg = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Website Test Remote|Any CPU.Build.0 = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Website Test Remote|x86.ActiveCfg = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Website Test|Any CPU.ActiveCfg = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Website Test|Any CPU.Build.0 = Release|Any CPU
{5A1993F6-9649-4160-B809-024171820112}.Website Test|x86.ActiveCfg = Release|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Debug|x86.ActiveCfg = Debug|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Deploy|Any CPU.ActiveCfg = Debug|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Deploy|Any CPU.Build.0 = Debug|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Deploy|x86.ActiveCfg = Debug|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Mgmt Release|Any CPU.ActiveCfg = Mgmt Release|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Mgmt Release|Any CPU.Build.0 = Mgmt Release|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Mgmt Release|x86.ActiveCfg = Mgmt Release|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Release|Any CPU.Build.0 = Release|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Release|x86.ActiveCfg = Release|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Test Local|Any CPU.ActiveCfg = Test Local|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Test Local|Any CPU.Build.0 = Test Local|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Test Local|x86.ActiveCfg = Test Local|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Test Remote|Any CPU.ActiveCfg = Test Remote|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Test Remote|Any CPU.Build.0 = Test Remote|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Test Remote|x86.ActiveCfg = Test Remote|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.WebShowInfo Release|Any CPU.ActiveCfg = WebShowInfo Release|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.WebShowInfo Release|Any CPU.Build.0 = WebShowInfo Release|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.WebShowInfo Release|x86.ActiveCfg = WebShowInfo Release|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Website Test Remote|Any CPU.ActiveCfg = Website Test Remote|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Website Test Remote|Any CPU.Build.0 = Website Test Remote|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Website Test Remote|x86.ActiveCfg = Website Test Remote|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Website Test|Any CPU.ActiveCfg = Website Test|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Website Test|Any CPU.Build.0 = Website Test|Any CPU
{0299B0DB-77E3-4FA4-99E3-D35EE6701B4C}.Website Test|x86.ActiveCfg = Website Test|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal