Hi,
Is there a way to bypass the MSBuild and use VBC compiler instead, for VS2005 projects?
And if not is there a way to make MSBuild run faster.
In previous solutions we have noticed that running the VBC compiler on each project was faster that compiling the whole solution.
Magne
Hi
Unfortunately not easily. You would have to create your own make file and run nmake, not a simple task. Another option would be to look into distributed builds using something like incredibuild (there is an incredibuild action in Finalbuilder).