Whenever you play with Silverlight via Visual Studio you soon learn about the link between the Silverlight application and the web site’s ClientBin folder. However, what happens if you already have a web site project and want to add a new (or existing) Silverlight project to it? Well you either manually copy the xap over after every build (no thanks) or just go the web site’s properties and select the Silverlight tab and add your project to it. Easy…I hope that’s not tempting fate.