I don't think so. Why would you want to? This folder is used by VS and is
not a folder that you should be interacting with.
-Scott
> Hello
>
[quoted text clipped - 3 lines]
> Thanks in advance
> Hamed
Andy - 21 Apr 2008 16:18 GMT
In Solution Explorer, select the C# project you want to configure
build parameters on.
Next, from the Visual Studio menu bar select Project-->Properties.
The Property Pages Dialog will appear for your project.
Choose the Configuration (Release/Debug) you want to change and expand
the Configuration Properties node in the left hand pane. Select the
"Build" node. You can then specify where output generated by Visual
Studio is placed in the "Output Path" attribute of the Outputs
property sheet.
Be aware that the Output Path is specified seperately for each kind of
build configuration, and that setting it on one configuration doesn't
set it on all the remaining ones.
Scott M. - 21 Apr 2008 17:55 GMT
I believe that what you are describing affects where the debug/release code
bindaries are places, not where the obj folder is placed.
> In Solution Explorer, select the C# project you want to configure
> build parameters on.
[quoted text clipped - 11 lines]
> build configuration, and that setting it on one configuration doesn't
> set it on all the remaining ones.
Hamed - 28 Apr 2008 15:43 GMT
I need to make my binary and temporary files created by compiler to be
separated from the source code. bin folder could be changed using the Output
Directory section in project properties but obj folder is not moved.
>I don't think so. Why would you want to? This folder is used by VS and is
>not a folder that you should be interacting with.
[quoted text clipped - 8 lines]
>> Thanks in advance
>> Hamed
Mehrdad - 20 May 2008 10:42 GMT
I'm exactly looking for the same feature but it seems that VC# (2008
Professional) does not allow it!

Signature
--mehrdad
> I need to make my binary and temporary files created by compiler to be
> separated from the source code. bin folder could be changed using the Output
[quoted text clipped - 12 lines]
> >> Thanks in advance
> >> Hamed