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 Jul 15, 2024
1 parent a93c0dd commit 0d56905
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="ServiceJobGet.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="ServiceJobGet.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 @@ -300,6 +300,9 @@
<ClCompile Include="ServiceResetError.c">
<Filter>Source Files\Services</Filter>
</ClCompile>
<ClCompile Include="ServiceJobList.c">
<Filter>Source Files\Services</Filter>
</ClCompile>
<ClCompile Include="ConfigFile.c">
<Filter>Source Files\Parameters and Config</Filter>
</ClCompile>
Expand Down Expand Up @@ -389,6 +392,9 @@
<ClInclude Include="ServiceResetError.h">
<Filter>Header Files\Services</Filter>
</ClInclude>
<ClInclude Include="ServiceJobList.h">
<Filter>Header Files\Services</Filter>
</ClInclude>
<ClInclude Include="PositionMonitor.h">
<Filter>Header Files\Topics and Publishers</Filter>
</ClInclude>
Expand Down

0 comments on commit 0d56905

Please sign in to comment.