2012

Table Of Contents
|- OfficeSymbols.htm
DescriptionFile name
The folder containing the files for a plug-in
and has the BUNDLE extension.
OfficeSymbols.bundle
XML file that contains metadata about the
plug-in.
PackageContents.xml
Example of a custom application file that
might define the behavior of the plug-in.
OfficeSymbolsUtilities.lsp
An application file can be an AutoLISP, Ob-
jectARX, or .NET assembly file.
DWG file that contains symbols used by the
functionality defined in OfficeSymbolsUtilit-
ies.lsp.
OfficeSymbols.dwg
Icon used by the Apps tab on Autodesk Ex-
change.
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"
102 | Chapter 7 Introduction to Programming Interfaces