interesting question:Creating a .proj File Language: Visual BasicC#Managed C++JScript(Show All) 
...
OutputPath. Set this property to the folder that will contain your build's output files. The conventional values are ".\bin\debug" and ".\bin\release" for debug and release builds, respectively. 
...
StagingPath. Set this property to the folder that will contain your build's intermediate files. The conventional values are ".\obj\debug" and ".\obj\release" for debug and release builds, respectively. 
...