forked from DynamoDS/DynamoRevit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the addin file to work with 0.8
- Loading branch information
sharadkjaiswal
committed
Mar 20, 2015
1 parent
ff1c968
commit dd963b8
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<RevitAddIns> | ||
<AddIn Type="Application"> | ||
<Name>Dynamo For Revit</Name> | ||
<Assembly>"C:\Program Files\Dynamo 0.8\Revit_2016\DynamoRevitDS.dll"</Assembly> | ||
<VisibilityMode>AlwaysVisible</VisibilityMode> | ||
<AddInId>8D83C886-B739-4ACD-A9DB-1BC78F315B2B</AddInId> | ||
<FullClassName>Dynamo.Applications.DynamoRevitApp</FullClassName> | ||
<VendorId>ADSK</VendorId> | ||
<VendorDescription>Dynamo</VendorDescription> | ||
</AddIn> | ||
</RevitAddIns> |