Skip to content

Commit

Permalink
adding more info on targeting less Revit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed Jul 17, 2018
1 parent 8d05d55 commit 5c5c5f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,24 @@ Usually it's `"%USERPROFILE%\Documents\Visual Studio 2017\Templates\ProjectTempl

## 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](assets/properties-add-in-data.png "Project properties")

#### Revit versions

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

![Revit versions](assets/revit-versions.png "Revit versions")

## 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](assets/debugger-selection.png "Debugger selection")

If Revit won't start probably you have installed it to a non-default location and you have to modify [launchSettings.json](src/Properties/launchSettings.json) file.
Expand Down
Binary file added assets/revit-versions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5c5c5f0

Please sign in to comment.