DCSIMG
Visual Studio 2008 Shell - Gady Elkarif's Blog

Gady Elkarif's Blog

Browse by Tags

All Tags » Visual Studio 2008 Shell (RSS)
Visual Studio 2008 SDK - Create Project using SDK
Visual Studio 2008 SDK - Create Project using SDK The following sample illustrates how to add new project into Visual Studio 2008 using the SDK , and add C# file into this project. 1) Create in Visual Studio 2008 new VsPackage project ('MyVSPackage') as shown in the following picture: 2) Choose C# as the language, and also select the Menu Item Command check box. 3) Add a reference to EnvDTE assembly. EnvDTE is an assembly-based COM library, used for Visual Studio Automation. You can access...