2012

Table Of Contents
DescriptionFile name
An application file can be an AutoLISP,
ObjectARX, or .NET assembly file.
DWG file that contains symbols used by
the functionality defined in OfficeSym-
bolsUtilities.lsp.
OfficeSymbols.dwg
Icon used by the Apps tab on Autodesk
Exchange.
OfficeSymbols.ico
Help documentation for the plug-in. Can
be a redirect to where the documentation
OfficeSymbols.htm
might be stored on the local drive or an
online location.
Definition of the PackageContents.xml
<?xml version="1.0" encoding="utf-8" ?>
<ApplicationPackage SchemaVersion="1.0" AppVersion="1.0"
ProductCode="[Add Unique Plug-in GUID Here]"
Name="Office Symbols"
Icon="OfficeSymbols.ico"
Helpfile="OfficeSymbols.htm"
>
<CompanyDetails
Name="ABC Indoor CAD, Inc."
Email="support@abcindoorcad.com"
/>
<Components>
<ComponentEntry
ModuleName="OfficeSymbolsUtilities.lsp"
PerDocument="True"
/>
</Components>
</ApplicationPackage>
Example of Basic .bundle Folder Structure | 463