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
I tried the code and fix the solution/project folder structure. The is a problem though. When the following line is executed, all Project references in the project file will be removed by Visual Studio. So after the solution is created, we need manually add back the references to the projects in the same solution. Are you experiencing the same issue?
_solution.Remove(project);
Thanks!
Richard
The text was updated successfully, but these errors were encountered:
I tried the code and fix the solution/project folder structure. The is a problem though. When the following line is executed, all Project references in the project file will be removed by Visual Studio. So after the solution is created, we need manually add back the references to the projects in the same solution. Are you experiencing the same issue?
_solution.Remove(project);
Thanks!
Richard
The text was updated successfully, but these errors were encountered: