Page 1 of 1

Build order for projects under Ranorex solution

Posted: Tue May 05, 2015 12:43 pm
by kshekharkumar
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

Re: Build order for projects under Ranorex solution

Posted: Tue May 05, 2015 3:50 pm
by krstcs
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.

Re: Build order for projects under Ranorex solution

Posted: Thu May 07, 2015 9:07 am
by kshekharkumar
Ok thanks