I\'m trying to organize my workspace and want my intermediate objects to be put in the ..\\build\\obj folder in relation to my .csproj file. So I put:
..\\build\\obj
I've used:
AnyCPU true full false $(OBJDIR)\$(SolutionName)\bin\$(Configuration)\ $(OBJDIR)\$(SolutionName)\obj\$(Configuration)\ $(BaseIntermediateOutputPath)\ DEBUG;TRACE prompt 4
(In Visual Studio 2012 Beta, FWIW), and it works fine.
The OBJDIR on my machine points to E:\BuildOutput.
E:\BuildOutput