I have a project that has a post-build event that xcopies a DLLs to a certain directory:
xcopy \"$(TargetDir)$(TargetName).dll\" \"$(SolutionDir)..\\UdpLocationS
Follow these steps: