Commits

Scott Thomas authored 7783c25c229
* Added a strong-name key for the MediaServer1 DLL. * Made the MediaServer1 DLL a friend assembly to Mono.Upnp.dll. * Got rid of Mono.Upnp.Dcp.MediaServer1.Internal.Helper since it just duplicated code from Mono.Upnp.Internal.Helper. Changed all code to reference the remaining Helper class. * Added Mono.Upnp.Dcp.MediaServer1.Error which is a static class that defines the ContentDirectory errors. Come to think of it, I need to move that to the ContentDirectory namespace. * Various other fixes.