Best way to integrate C# wrapper with modern Visual Studio 2022 C# projects

Hi I am hoping to integrate the C# wrapper provided in the XArm C++ SDK with a current project I have. However, the windows visual studio solution for this version of the SDK only supports Visual Studio 2015, I am struggling to find a good way to integrate this without manually trying to migrate the code in the sdk to a new Visual Studio 2022 solution. If you have any good advice on integrating the C# wrapper with other C# projects I would love to hear it. It would also be great to have the wrapper as a NuGet package, I don’t know if that’s something your team would be willing to consider but I would love to hear your thoughts. Thanks!

Hi Foggy,

You can try ‘project-retarget projects’ on Studio to integrate our C++ SDK in Visual Studio 2022 version directly.

Ah okay thanks so much, I was overcomplicating it.