- Create project which will generate .NET assembly without startup code. That is, DLL with managed code.
- Add reference to JetBrains.ReSharper.Shell.dll from ReSharper installation folder, usually "C:\Program Files\JetBrains\ReSharper\VS2005\bin\"
- Open properties for the added reference and set "Copy Local" to "False"
- Open AssemblyInfo.cs and append the following attributes to the file:
- Fill in title, description and vendor name attributes with the appropriate values
See also
Labels:
None