ide - visual studio building exe to incorrect directory -
ide - visual studio building exe to incorrect directory -
i have project solution contains multiple solution folders , projects under it. when seek build lone winform project in solution (specified path in project settings debug/ debug config). reason, vs2010 build solution root dir/debug , not project root dir/debug.
this dir structure
myprogram ->globals (solution folder, , physical folder) -> dll prog -> dll prog ->front end (solution folder, , physical folder) -> winform prog
does know why? have tried set entire path exe should go, doesn't solve anything.
no, that's default. final outputs end in toplevel, if build dlls , executables require them, work directory.
visual-studio-2010 ide msbuild
Comments
Post a Comment