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:
2: (original, choose multiple startup) 3: 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
Post a Comment