Folks:
I have a solution in Visual Studio 2012 premium - Update 4. The solution contains 2 SSDT projects, 1 SSAS project and 2 SSIS projects - 5 projects total. I have set solution properties "startup project" and "project dependencies." All goes well - my solution builds and deploies.
My problem is - at the end of the day - I close visual studio and reopen it the next day. My startup project settings regress back. My project dependencies survive - but I have to reset startup projects every time I start Visual Studio. What am I doing wrong?
On Visual Studio startup - startup projects are "Single Startup Project" with one of the SSDT projects selected. I want (and have to set up every time) "Startup multiple projects" with all 4 of 5 projects set to "start without debugging", 1 to "start." What do I need to do to get these settings to persist?
Thanks for the help.
John