Build order for projects under Ranorex solution

Ranorex Studio, Spy, Recorder, and Driver.
kshekharkumar
Posts: 24
Joined: Thu Feb 06, 2014 10:57 am

Build order for projects under Ranorex solution

Post by kshekharkumar » Tue May 05, 2015 12:43 pm

HI,

Is there any option to define build order of projects in a Ranorex solution.

Or it can only be done under Visual Studio.

thanks,
Shekhar

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: Build order for projects under Ranorex solution

Post by krstcs » Tue May 05, 2015 3:50 pm

Ranorex uses MSBuild, which is the same thing Visual Studio uses.

If your projects are independent then the build order doesn't matter.

If your projects are inter-dependent then MSBuild will build them in the required order based on the dependencies.

So, there is no need to manually specify the build order.
Shortcuts usually aren't...

kshekharkumar
Posts: 24
Joined: Thu Feb 06, 2014 10:57 am

Re: Build order for projects under Ranorex solution

Post by kshekharkumar » Thu May 07, 2015 9:07 am

Ok thanks