You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2020. It is now read-only.
When a VS Solution contains more than one project, the first one is always used for Register-SolidEdgeAddin.
I have a solution with more than one project, i would like to specify the project name for Register-SolidEdgeAddin (e.g. Register-SolidEdgeAddin AddinProject) I propose to add a parameter to the register function that can be used for the project name. if no name is provided, the first project should be used to keep backwards compatibility.