-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGPMVehicleControlSystem.sln
More file actions
43 lines (43 loc) · 2.67 KB
/
GPMVehicleControlSystem.sln
File metadata and controls
43 lines (43 loc) · 2.67 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AGVSystemCommonNet6", "..\AGVSystemCommonNet6\AGVSystemCommonNet6.csproj", "{9AC46B46-1398-4CAA-B6A9-A5064EB8665C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RosBridgeClient", "..\RosBridgeClient\RosBridgeClient.csproj", "{FF2136F4-0EDE-44F4-A321-78A4F61ABB7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GPMVehicleControlSystem", "GPMVehicleControlSystem\GPMVehicleControlSystem.csproj", "{3192004D-ABC7-4544-AA23-9D3933A9CE3E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GPMVehicleControlSystemTests", "GPMVehicleControlSystemTests\GPMVehicleControlSystemTests.csproj", "{09926B87-F168-4B34-B31C-EE2F6230AB6D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9AC46B46-1398-4CAA-B6A9-A5064EB8665C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AC46B46-1398-4CAA-B6A9-A5064EB8665C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AC46B46-1398-4CAA-B6A9-A5064EB8665C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AC46B46-1398-4CAA-B6A9-A5064EB8665C}.Release|Any CPU.Build.0 = Release|Any CPU
{FF2136F4-0EDE-44F4-A321-78A4F61ABB7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF2136F4-0EDE-44F4-A321-78A4F61ABB7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF2136F4-0EDE-44F4-A321-78A4F61ABB7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF2136F4-0EDE-44F4-A321-78A4F61ABB7A}.Release|Any CPU.Build.0 = Release|Any CPU
{3192004D-ABC7-4544-AA23-9D3933A9CE3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3192004D-ABC7-4544-AA23-9D3933A9CE3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3192004D-ABC7-4544-AA23-9D3933A9CE3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3192004D-ABC7-4544-AA23-9D3933A9CE3E}.Release|Any CPU.Build.0 = Release|Any CPU
{09926B87-F168-4B34-B31C-EE2F6230AB6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09926B87-F168-4B34-B31C-EE2F6230AB6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09926B87-F168-4B34-B31C-EE2F6230AB6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09926B87-F168-4B34-B31C-EE2F6230AB6D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {91EEF8DB-FB65-492A-801F-11465AF138E5}
EndGlobalSection
EndGlobal