I Have a Solution, in this solution there are several projects.
One project (main project) output type is Windows application, so his releas is *.exe.
The other projects output type is Calss Libray so their releases are *.dll.
I want to seperate the *.dll files from the *.exe file.
I mean, that the exe file will be in a seperate folder from the *.dll.
how i do so?
You can set the output directory in the individual project properties within your solution. If these are separate projects I would expect them to be in separate directories by default.
http://msdn.microsoft.com/en-us/library/ms165410(v=vs.80).aspx