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 : |