Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Two solutions sharing one project in Visual Studio

Is this doable? if yes? what are some of the things I should be concerned with?

like image 527
proGress Avatar asked Dec 17 '22 03:12

proGress


2 Answers

Yes.

No concerns. We do it all the time.

like image 143
Mitch Wheat Avatar answered Dec 31 '22 22:12

Mitch Wheat


Yes, it's doable.

Just be careful if you're using a version control system. If you are, they control locking at the file system level and that may cause some clashing.

like image 31
The Matt Avatar answered Dec 31 '22 22:12

The Matt