Hi Asif Abdulla,
In Visual Studio, we can set Copy Local to True to copy the referred dll to the project output directory. When we set the Copy Local to True, Visual Studio will add the <Private>True</Private> to the specified reference. Please try to use the Private tag to copy the assembly to project output directory and then copy it to the destination.
<Reference Include=QSS.Neon.Marketing.UI\bin\Debug\Xceed.Wpf.Controls.dll">
<Private></Private>
</Reference>
Best regards,
Rong-Chun Zhang
Please mark the replies as answers if they help and unmark if they don't.