From aa2be4ba40947b950b79d68fae3e22f32a0184c2 Mon Sep 17 00:00:00 2001 From: visose Date: Wed, 29 May 2024 21:13:48 +0100 Subject: [PATCH] Change to slnx --- RELEASE | 1 + Robots.sln | 49 ------------------------------------------------- Robots.slnx | 10 ++++++++++ 3 files changed, 11 insertions(+), 49 deletions(-) delete mode 100644 Robots.sln create mode 100644 Robots.slnx diff --git a/RELEASE b/RELEASE index 130b65c..336a17a 100644 --- a/RELEASE +++ b/RELEASE @@ -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. diff --git a/Robots.sln b/Robots.sln deleted file mode 100644 index 93d75c5..0000000 --- a/Robots.sln +++ /dev/null @@ -1,49 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31912.275 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Robots", "src\Robots\Robots.csproj", "{3896FB4D-9007-48FB-B302-6B289B15E9BF}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Robots.Grasshopper", "src\Robots.Grasshopper\Robots.Grasshopper.csproj", "{3E69607D-A2A9-4061-86E8-2EA7CCB79601}" - ProjectSection(ProjectDependencies) = postProject - {3896FB4D-9007-48FB-B302-6B289B15E9BF} = {3896FB4D-9007-48FB-B302-6B289B15E9BF} - EndProjectSection -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Robots.Tests", "tests\Robots.Tests\Robots.Tests.csproj", "{16C2E987-7825-42F8-A2C7-8695F7964335}" - ProjectSection(ProjectDependencies) = postProject - {3896FB4D-9007-48FB-B302-6B289B15E9BF} = {3896FB4D-9007-48FB-B302-6B289B15E9BF} - EndProjectSection -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Robots.Build", "build\Robots.Build\Robots.Build.csproj", "{12BB4BF3-E673-4D12-B5FC-145141099C56}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {3896FB4D-9007-48FB-B302-6B289B15E9BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3896FB4D-9007-48FB-B302-6B289B15E9BF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3896FB4D-9007-48FB-B302-6B289B15E9BF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3896FB4D-9007-48FB-B302-6B289B15E9BF}.Release|Any CPU.Build.0 = Release|Any CPU - {3E69607D-A2A9-4061-86E8-2EA7CCB79601}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3E69607D-A2A9-4061-86E8-2EA7CCB79601}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3E69607D-A2A9-4061-86E8-2EA7CCB79601}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3E69607D-A2A9-4061-86E8-2EA7CCB79601}.Release|Any CPU.Build.0 = Release|Any CPU - {16C2E987-7825-42F8-A2C7-8695F7964335}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {16C2E987-7825-42F8-A2C7-8695F7964335}.Debug|Any CPU.Build.0 = Debug|Any CPU - {16C2E987-7825-42F8-A2C7-8695F7964335}.Release|Any CPU.ActiveCfg = Release|Any CPU - {16C2E987-7825-42F8-A2C7-8695F7964335}.Release|Any CPU.Build.0 = Release|Any CPU - {12BB4BF3-E673-4D12-B5FC-145141099C56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {12BB4BF3-E673-4D12-B5FC-145141099C56}.Debug|Any CPU.Build.0 = Debug|Any CPU - {12BB4BF3-E673-4D12-B5FC-145141099C56}.Release|Any CPU.ActiveCfg = Release|Any CPU - {12BB4BF3-E673-4D12-B5FC-145141099C56}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {3F543D57-184A-4A12-BA49-D25B411A1D05} - EndGlobalSection -EndGlobal diff --git a/Robots.slnx b/Robots.slnx new file mode 100644 index 0000000..addcf8a --- /dev/null +++ b/Robots.slnx @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file