RhinoCommon and Grasshopper templates: Visual Studio 2022

Hello
Can you please update RhinoCommon and Grasshopper templates.

To work with Visual Studio Community 2022

Nobody really needs such templates though :wink:

All you really need is a project file that looks as simple as this:

2 Likes

:thinking: I think a new SDK-style version csproj file might be better (with fewer lines).

1 Like

https://mcneel.myjetbrains.com/youtrack/issue/RH-66581

2 Likes

Where do I select Rhino7.exe in the executable from VisualStudio2022?

It’s embedded in your .csproj file.

 <PropertyGroup Condition="$(Configuration) == 'Debug' AND $([MSBuild]::IsOSPlatform(Windows))">
    <StartProgram>C:\Program Files\Rhino 7\System\Rhino.exe</StartProgram>
    <StartArguments></StartArguments>
    <StartAction>Program</StartAction>
  </PropertyGroup>

– Dale

Thank you.
Can’t we make changes from the UI like we did in 2019?
I always made changes from this screen.
I recently changed mine from 2019 to 22.

@dale

I can not click on “Finish”.

What can it be the reason?
I am using the latest version for Rhino7

Try this:

– Dale

1 Like

I have found the issue :slight_smile:

If a folder where to save the project start with a “number”, it is not possible to click on “Finish”

I’ll do a pull request