If you are multi-targeting an assembly how should you name the files?
For example if you are targeting both standard .net and silverlight should the files be named differently?
Something like MyProject.dll and MyProject.Silverlight.dll
Or should they be named the same but exist in different directories
Something like DotNet\MyProject.dll and Silverlight\MyProject.dll
Thanks
Edit: Both RhinoMocks and Prism use the ".Silverlight" approach