Question

I have a project solution that contains multiple solution folders and projects under it. when i try to build the lone winform project in the solution (specified path in the project settings are Debug/ for the debug config). For some reason, vs2010 will build to my Solution root dir/Debug and not to the project root dir/Debug.

This is the dir structure

MyProgram ->Globals (Solution Folder, and physical folder) -> some dll prog -> some dll prog ->Front End (Solution Folder, and physical folder) -> winform prog

does anyone know why? I have tried to put the entire path to where the exe should go, but that doesn't solve anything.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top