mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-06 05:01:35 +00:00
11 lines
415 B
XML
11 lines
415 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RevitAddIns>
|
|
<AddIn Type="Application">
|
|
<Name>External Tool</Name>
|
|
<Assembly>APIAppStartup.dll</Assembly>
|
|
<ClientId>e0a2d7a5-030b-4d4e-8689-8406903ea241</ClientId>
|
|
<FullClassName>APIAppStartup.AppSample</FullClassName>
|
|
<VendorId>ADSK</VendorId>
|
|
<VendorDescription>Autodesk, www.autodesk.com</VendorDescription>
|
|
</AddIn>
|
|
</RevitAddIns> |