Creating class libraries with the Standard edition of Visual Basic .NET
Creating class libraries with the Standard edition of Visual Basic .NET <URL:http://dotnet.mvps.org/dotnet/faqs/?id=standardclasslibraries&lang=en> ---------------------------------------------------------------------------- Creating class libraries with the Standard edition of Visual Basic .NET Open the ".vbproj" file in notepad and change the 'outputtype' to 'library'. Alternatively, you can use this add-in for Visual Basic .NET Standard: <URL:http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=517&lngWId=10>