15 lines
1005 B
XML
15 lines
1005 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<ApplicationPackage SchemaVersion="1.0" Version="1.0" ProductCode="{3c81698c-7325-4de9-967a-c824767c025b}" Name="MachinePlannerExportPlugin" Description="MachinePlannerExportPluginPlugin Plugin" Author="Inventor IO Dev">
|
|
<CompanyDetails Name="Autodesk, Inc" Phone="415.555.5555" Url="www.autodesk.com" Email="noreply@autodesk.com" />
|
|
<Components>
|
|
<!-- For Inventor Engine, "Platform" attribute must be "Inventor" -->
|
|
<RuntimeRequirements OS="Win64" Platform="Inventor" />
|
|
<!-- For Inventor Plug-in, the "Module" attribute must point to the .addin manifest file. -->
|
|
<ComponentEntry LoadOnAutoCADStartup="False" LoadOnCommandInvocation="False"
|
|
AppDescription="MachinePlannerExportPlugin App Package."
|
|
ModuleName="./Contents/MachinePlannerExportPlugin.Inventor.addin" AppName="MachinePlannerExportPlugin"/>
|
|
</Components>
|
|
<EnvironmentVariables>
|
|
</EnvironmentVariables>
|
|
</ApplicationPackage>
|