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
You could try to do this (don't forget that there are Debug and Release sections which will be used depending on what type of build you are targeting):
... ..\build\obj $(BaseIntermediateOutputPath)$(Configuration)\ ... ..\build\obj $(BaseIntermediateOutputPath)$(Configuration)\