Visual Basic .NET Standard Edition - Overcoming Boundaries

Derek Stone

Exalted One
Joined
Nov 17, 2002
Messages
1,878
Location
Rhode Island
User Rank
*Expert*
Visual Basic .NET Standard Edition doesnt come with very many project types, so I decided to add a few more using the VS.NET project scripting system.

The .zip file below explains how to install the necessary files. Theyll add "Class Library" and "Windows Control Library" to your list of available project types.

Note: Files will need to be modified for non-English (1033) installations.
 

Attachments

To get this to run in Microsoft Visual Studio .NET 2003, the line "Wizard=VsWizard.VsWizardEngine" must be changed to "Wizard=VsWizard.VsWizardEngine.7.1" in the project template files.
 
Back
Top