Post build events are very important in VSTA (versions 1 and 2). They are used to install files in the GAC, organize DLL's for add-in discovery, and in VSTA v 2, to rebuild the pipeline. Here are the files used in post build events by the ShapeApp samples, the commands which run them, and some information...
The easiest way to register a template with the host application is to use the “Register template with host application” check box found on the last screen of the Project Template Wizard (ProjectGen). However, there are instances when a template needs to be more robust than the basic templates that can...
Overview: Part I described how to automate the DLL organization of a project. This section describes how to modify templates so that all projects based off of them automatically organize their DLL’s. The template may be created with ProjectGen, which is a tool included with Visual Studio 2005 Tools for...
Overview: Finding DLL’s programmatically can be challenging if they are not well organized. For VSTA integration several DLL’s may need to be found including add-in’s to load. In the ShapeApp samples included with the SDK, the add-in samples copy their DLL’s into the folders %MyDocuments%\%HostID%\AppAddins...