visual studio - What determines the default startup project? -
i have open source project include visual studio project files. there solution file 4 projects files. when source files distributed , unpacked, visual studio picks wrong project default project. new users don't know need right click project, , select set startup project.
i've tried re-ordering projects in solution file appropriate project first, , tried changing uuid on appropriate project lowest. neither have helped problem of visual studio selecting wrong startup project.
the visual studio versions test against visual studio 2005, 2008, 2010, 2012, 2013 , 2015.
what determines default startup project?
what can ensure visual studio selects correct startup project?
a related question why “set startup” option stored in suo file , not sln file?, asks "why..." , not ask "how to...".
- if there *.suo file, startup project saved there.
- otherwise, first project listed in *.sln file startup.
(tested vs 2013)
Comments
Post a Comment