sequential - How can I run several projects under the same solution in Visual Studio via script -


i'm using vs2013. have 1 solution 15 projects under it. need run each project, in specific order, , can't run them parallel. (need wait until first 1 finish, , run second one, , on..) now, i'm doing manually, right clicking on project--> set start project, , click on start. can via script or else, run projects in order choose, 1 after other, sequentially? *update: upload pictures of trying do, build dependencies , set startup projects. 1: set dependencies

2: set startup order (choose multiple startup) (original, choose multiple startup) 3: running , error thanks.

i want "splitter" run first, when finish want "doccreator" , when finish, want "pdfcreator" run

you can right click solution , click 'project dependencies' set build order stating project depends on another.

after can right click solution again , click 'set startup projects' choose projects run.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -