Vs Templates Revit Addin Versions Save

Visual Studio C# (project) template for easy Revit add-in creation

1.3.0

1 year ago

0.1.2

4 years ago

0.1.1

4 years ago

Personalization

Add-in metadata

Unlike other add-in template this one doesn't require constantly updating .addin file. It takes all the information from project properties:

Project properties

Revit versions

By default the newly created add-in will target Revit x64 2014-2020, you could target fewer versions by simply removing items from TargetFrameworks

Debug

For your convenience in Debug configuration the add-in will copy its manifest to %AppData%\Autodesk\Revit\Addins folder with Assembly tags pointing to your compilation output folder.

Before starting the debugger make sure you have selected the proper Revit version:

Debugger selection

If Revit won't start probably you have installed it to a non-default location and you have to modify launchSettings.json file.

You could also use launchSettings.json to tweak command line parameters passed to Revit.exe file, e.g. you might want Revit to open a project template / family file for every debug session you start.

0.1.0

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago