Hi,
I have few VS.NET project that depends on each other, and when i build one
of them i need the DLL to be updated in the other's bin folder, before i
compile the others, and this don't happed by default.
I heard of an option to change the copy local to false and then to true
again but this is not a solution.
Is there a way to build solutions/projects using batch files and then adding
in the end copying of the DLL?
TIA.
Michael Nemtsev - 30 Aug 2005 08:44 GMT
Hello z,
Doesn't the post build event in project properties is your solution?
zf> I have few VS.NET project that depends on each other, and when i
zf> build one of them i need the DLL to be updated in the other's bin
zf> folder, before i compile the others, and this don't happed by
zf> default.
zf> I heard of an option to change the copy local to false and then to
zf> true again but this is not a solution.
zf> Is there a way to build solutions/projects using batch files and
zf> then adding in the end copying of the DLL?
---
WBR,
Michael Nemtse
z f - 30 Aug 2005 09:24 GMT
i remember this from VS6 - but in 2003 - where is it?
> Hello z,
>
[quoted text clipped - 12 lines]
> WBR,
> Michael Nemtsev
Michael Nemtsev - 30 Aug 2005 09:29 GMT
Hello z,
Right mouse button click on the PROJECT name in the Solution Explorer to
call context menu and then
Project->Properties->Common Properties->Build Events
zf> i remember this from VS6 - but in 2003 - where is it?
zf>
zf> "Michael Nemtsev" <nemtsev@msn.com> wrote in message
zf> news:43daf2321ebbe88c77b6fca95653e@msnews.microsoft.com...
zf>
>> Hello z,
>> Doesn't the post build event in project properties is your solution?
---
WBR,
Michael Nemtsev