I am wondering if anyone understood a way to do this. Here is the script .... I have an assembly configuration called "UnitTest". When I run my unit tests, I need to change the startup project. I often forget to take this second step. My build is large and time consuming. Therefore, when I forget to change the launch project, it spends time. I wonder if there is a way to automatically change the startup project when changing the assembly configuration?
source
share