https://github.com/dosymep/revitplugintemplate
Шаблон проекта RevitPlugin
https://github.com/dosymep/revitplugintemplate
dosymep plugin revit template
Last synced: 8 months ago
JSON representation
Шаблон проекта RevitPlugin
- Host: GitHub
- URL: https://github.com/dosymep/revitplugintemplate
- Owner: dosymep
- License: mit
- Created: 2022-11-11T06:54:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T07:30:17.000Z (over 3 years ago)
- Last Synced: 2025-01-31T12:23:11.095Z (over 1 year ago)
- Topics: dosymep, plugin, revit, template
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Установка шаблона
### Rider:
1. Вызовите диалог создания нового проекта *"File->New..."*.
1. Вызовите команду *"More Templates"*.
1. Вызовите команду *"Install Template..."*.
1. Выберите папку данного шаблона.
### Visual Studio:
1. Скопируйте zip папку по следующему пути
*"%userprofile%\Documents\Visual Studio {version}\Templates\ProjectTemplates\Visual C#"*
# Создание проекта
1. Зайдите в файл проекта (F4: Rider, Double Click: Visual Studio).
1. Замените текст на содержимое проекта "RevitPlugins".
### Если не используете DevExpress:
1. Удалите из файла проекта импорт свойств DevExpress.
1. Замените родительский класс в MainView на PlatformWindow.