-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCheckerRules.addin
More file actions
23 lines (21 loc) · 868 Bytes
/
Copy pathCheckerRules.addin
File metadata and controls
23 lines (21 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<RevitAddIns>
<AddIn Type="Application">
<Name>CheckerRules</Name>
<Assembly>"D:\WORK\Visual Studio Projects - 2017\Projects\CheckerRules\CheckerRules\bin\Debug\CheckerRules.dll"</Assembly>
<AddInId>9832828f-6825-4c9b-abb5-e64b6ffa5d56</AddInId>
<FullClassName>BBI.JD.CrtlApplication</FullClassName>
<VendorId>JDS</VendorId>
<VendorDescription>Juan Daniel SANTANA</VendorDescription>
</AddIn>
<!--
<AddIn Type="Command">
<Name>CheckerRules</Name>
<Assembly>"D:\WORK\Visual Studio Projects - 2017\Projects\CheckerRules\CheckerRules\bin\Debug\CheckerRules.dll"</Assembly>
<AddInId>9832828f-6825-4c9b-abb5-e64b6ffa5d56</AddInId>
<FullClassName>BBI.JD.Command</FullClassName>
<VendorId>JDS</VendorId>
<VendorDescription>Juan Daniel SANTANA</VendorDescription>
</AddIn>
-->
</RevitAddIns>