This is driving me insane. With Prism's Modularity Quickstart, building a Module moves it to the main application's bin\Debug
folder. When I try to do the same, the file goes to the application's bin\Release
folder. What am I doing wrong??
Post-Build Event
xcopy "$(TargetDir)MyModule.dll"
"$(SolutionDir)MainApplication\bin\$(ConfigurationName)\Modules\" /Y