GithubHelp home page GithubHelp logo

marcelo-romero / vs-templates-revit-addin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from salaros/vs-templates-revit-addin

0.0 0.0 0.0 299 KB

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

License: MIT License

C# 96.95% PowerShell 3.05%

vs-templates-revit-addin's Introduction

Visual Studio Revit Add-in Template Build status

Revit version Github All Releases GitHub tag Platform License

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

Installation & Update

Just grab the latest release (.zip file) from releases page and copy it into

"%USERPROFILE%\Documents\Visual Studio 2019\Templates\ProjectTemplates\Visual C#"

(use Visual Studio 2017 if you have that version)

๐ŸŸŠ๐ŸŸŠ๐ŸŸŠ Support this project ๐ŸŸŠ๐ŸŸŠ๐ŸŸŠ

You can support us in a small way, please consider starring and sharing this repo! It helps us getting known and grow the community. star us

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-2019, you could target fewer versions by simply removing items from TargetFrameworks:

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

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.

License

This project is licensed under the terms of the MIT License.

Credits

This template has been inspired by both Jeremy Tammik's project templates and Sander Obdeijn's blog post about multi-targeteting different versions of Revit from one project.

vs-templates-revit-addin's People

Contributors

salaros avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.