I have a wpf application, how do I force creating a corresponding .dll on build?
Example: Project name is "MyWPFproject"
On build it shall create "MyWPFproject.dll" in bin\Debug
How to accomplish this?
Edit because of many similar answers: I know how to add/reference "external" libraries/dll files. I am fully aware of this. Please re-read the question, I want the BUILD-Process to create a .dll besides the .exe in bin/Debug