HighTechTalks DotNet Forums  

How to change the path of "obj" directory?

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss How to change the path of "obj" directory? in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Hamed
 
Posts: n/a

Default How to change the path of "obj" directory? - 05-03-2004 , 08:47 AM






Hello

I develop a solution in VS.NET 2003 containing multiple projects. I want to
put all my sources in a separate directory to make backup of sources easier.
I can simply change the Output directory but how can I change the Obj
directory?

Thanks in advance
Hamed



Reply With Quote
  #2  
Old   
Damir Dobric
 
Posts: n/a

Default RE: How to change the path of "obj" directory? - 05-09-2004 , 12:26 PM






Hi

Try to use the post build step in Visual Studio
Go to project properties. In the “Common Properties” select “Build Events” and enter the “Post build step”

There you can exactly specify what has to be copied and where.
Do not forget, that the file yourassemblyname.projdata located in project’s object directory is exclusively opened by VS and cannot be copied

PS. For some projects the object directory is even not relevant

DD :


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.