Alexander Neundorf wrote:
On Tuesday 10 July 2007 15:17, Jon W wrote:
I am trying to get the following directory configuration for lib/exe
output within visual studio:
bin/Debug/aa.dll
bin/Release/aa.dll
bin/Release/models/bb.dll
bin/Release/models/bb.dll
The bin/Debug and bin/Relea
On Tuesday 10 July 2007 15:17, Jon W wrote:
> I am trying to get the following directory configuration for lib/exe
> output within visual studio:
>
> bin/Debug/aa.dll
> bin/Release/aa.dll
> bin/Release/models/bb.dll
> bin/Release/models/bb.dll
>
> The bin/Debug and bin/Release directories a
I am trying to get the following directory configuration for lib/exe
output within visual studio:
bin/Debug/aa.dll
bin/Release/aa.dll
bin/Release/models/bb.dll
bin/Release/models/bb.dll
The bin/Debug and bin/Release directories are the defaults when using
"bin" as the binary directory. How