Skip to content

Commit

Permalink
Change to slnx
Browse files Browse the repository at this point in the history
  • Loading branch information
visose committed May 29, 2024
1 parent 9283e52 commit aa2be4b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 49 deletions.
1 change: 1 addition & 0 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Changed Kinematics component tracks previous pose.
- Changed program simulation ends earlier at error.
- Changed Franka remote to call python3 instead of python.
- Changed solution to use new .slnx format.
- Added ability to use alternative post-processors.
- Added support for ABB GoFa.

Expand Down
49 changes: 0 additions & 49 deletions Robots.sln

This file was deleted.

10 changes: 10 additions & 0 deletions Robots.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Solution>
<Project Path="build\Robots.Build\Robots.Build.csproj" />
<Project Path="src\Robots.Grasshopper\Robots.Grasshopper.csproj">
<BuildDependency Project="src\Robots\Robots.csproj" />
</Project>
<Project Path="src\Robots\Robots.csproj" />
<Project Path="tests\Robots.Tests\Robots.Tests.csproj">
<BuildDependency Project="src\Robots\Robots.csproj" />
</Project>
</Solution>

0 comments on commit aa2be4b

Please sign in to comment.