Skip to content

Commit

Permalink
Add to VS project
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn committed Aug 3, 2024
1 parent ede3b29 commit ab4d6cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MotoROS2_AllControllers.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@
<ClCompile Include="ServiceStopTrajMode.c" />
<ClCompile Include="ServiceStartTrajMode.c" />
<ClCompile Include="ServiceSelectMotionTool.c" />
<ClCompile Include="ServiceGetActiveAlarmInfo.c" />
<ClCompile Include="Tests_ActionServer_FJT.c" />
<ClCompile Include="Tests_ControllerStatusIO.c" />
<ClCompile Include="Tests_CtrlGroup.c" />
Expand Down Expand Up @@ -377,6 +378,7 @@
<ClInclude Include="ServiceStopTrajMode.h" />
<ClInclude Include="ServiceStartTrajMode.h" />
<ClInclude Include="ServiceSelectMotionTool.h" />
<ClInclude Include="ServiceGetActiveAlarmInfo.h" />
<ClInclude Include="Tests_ActionServer_FJT.h" />
<ClInclude Include="Tests_ControllerStatusIO.h" />
<ClInclude Include="Tests_CtrlGroup.h" />
Expand Down
6 changes: 6 additions & 0 deletions src/MotoROS2_AllControllers.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@
<ClCompile Include="ServiceStartPointQueueMode.c">
<Filter>Source Files\Services</Filter>
</ClCompile>
<ClCompile Include="ServiceGetActiveAlarmInfo.c">
<Filter>Source Files\Services</Filter>
</ClCompile>
<ClCompile Include="Ros_mpGetRobotCalibrationData.c">
<Filter>Source Files\Robot Controller</Filter>
</ClCompile>
Expand Down Expand Up @@ -440,6 +443,9 @@
<ClInclude Include="ServiceStartPointQueueMode.h">
<Filter>Header Files\Services</Filter>
</ClInclude>
<ClInclude Include="ServiceGetActiveAlarmInfo.h">
<Filter>Header Files\Services</Filter>
</ClInclude>
<ClInclude Include="Ros_mpGetRobotCalibrationData.h">
<Filter>Header Files\Robot Controller</Filter>
</ClInclude>
Expand Down

0 comments on commit ab4d6cb

Please sign in to comment.