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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -