Klassenbibliotheken mit der Standard-Version von Visual Basic .NET erstellen
Klassenbibliotheken mit der Standard-Version von Visual Basic .NET erstellen <URL:http://dotnet.mvps.org/dotnet/faqs/?id=standardclasslibraries&lang=de> ---------------------------------------------------------------------------- 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>