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
After splitting the the project structure into multiple .csproj and using a shared project for common logic, Windows Forms can no longer take advantage of the Windows Forms Designer in Visual Studio.
One solution is to move the forms into a class library separate from the logic. We want to avoid duplicating the forms for every single project.
The text was updated successfully, but these errors were encountered:
After splitting the the project structure into multiple .csproj and using a shared project for common logic, Windows Forms can no longer take advantage of the Windows Forms Designer in Visual Studio.
One solution is to move the forms into a class library separate from the logic. We want to avoid duplicating the forms for every single project.
The text was updated successfully, but these errors were encountered: