jeremytammik / StringSearch

Revit add-in to search Revit project elements and their parameter values for a given string.
MIT License
8 stars 5 forks source link

Debug / Build Events #1

Closed truevis closed 9 years ago

truevis commented 9 years ago

To get this to work in Revit 2015: Change Start external program to C:\Program Files\Autodesk\Revit 2015\Revit.exe

Edit your Post-build command line to this: copy "$(ProjectDir)ADNPlugin-StringSearch.addin" "$(AppData)\Autodesk\REVIT\Addins\2015" copy "$(ProjectDir)bin\debug\ADNPlugin-StringSearch.dll" "$(AppData)\Autodesk\REVIT\Addins\2015"

jeremytammik commented 9 years ago

hi eric, thank you, done, and updated project.