forked from chuongmep/CadPythonShell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackageContents.xml
More file actions
21 lines (21 loc) · 865 Bytes
/
PackageContents.xml
File metadata and controls
21 lines (21 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" ?>
<ApplicationPackage SchemaVersion="1.0"
AutodeskProduct="SnoopAutoCAD"
ProductType="Application"
Name="SnoopAutoCAD">
<RuntimeRequirements SeriesMin="15.0"
SeriesMax="25.0"
Platform="AutoCAD|AutoCAD*"
OS="Win32|Win64" />
<Components>
<ComponentEntry AppName="SnoopAutoCAD"
Version="1.0"
ModuleName="./SnoopAutoCADCSharp.dll"
AppDescription="Description for command module of SnoopAutoCADCSharp"
LoadOnCommandInvocation="True" LoadOnRequest="True">
<Commands>
<Command Local="SnoopAutoCAD" Global="SnoopAutoCAD" />
</Commands>
</ComponentEntry>
</Components>
</ApplicationPackage>