Is there a way to exclude a project from the solution when building with msbuild? Usually, I call this:
start /WAIT /B msbuild servers.sln /p:configure=debug /m I know that there is a parameter /t , with which you can list the projects that should participate in the assembly. But how to remove the project - alas. Who will tell?