Difference between revisions of "Creating a new project in CSharp"
From Ribbon Commander Documentation
(Created page with "== Introduction == {{Creating New Project .NET intro}}") |
(No difference)
|
Revision as of 23:59, 14 March 2013
Introduction
Ribbon Commander is not dependent on specific Visual Studio project types. The runtime can be used as long as your add-in is running in the memory space of a supported office application.
We use Office .NET projects (successors of VSTO projects) to get started for simplicity.