Skip to content

Commit b4b8444

Browse files
committed
add config
1 parent 101c8bd commit b4b8444

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

CADPythonShell/PackageContents.xml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<ApplicationPackage SchemaVersion="1.0"
3+
AutodeskProduct="CADPythonShell"
4+
ProductType="Application"
5+
Name="CADPythonShell">
6+
<RuntimeRequirements SeriesMin="15.0"
7+
SeriesMax="25.0"
8+
Platform="AutoCAD|AutoCAD*"
9+
OS="Win32|Win64" />
10+
<Components>
11+
<ComponentEntry AppName="CADPythonShell"
12+
Version="1.0"
13+
ModuleName="./CADPythonShell.dll"
14+
AppDescription="Description for command module of CAD PythonShell"
15+
LoadOnAutoCADStartup="True">
16+
<Commands>
17+
<Command Local="PythonConsole" Global="PythonConsole" />
18+
<Command Local="PythonShellSetting" Global="PythonShellSetting" />
19+
<Command Local="InitPythonConsole" Global="InitPythonConsole" StartupCommand="True" />
20+
<Command Local="Snoop" Global="Snoop" />
21+
</Commands>
22+
</ComponentEntry>
23+
<ComponentEntry AppName="MgdDbg"
24+
Version="1.0"
25+
ModuleName="./MgdDbg.dll"
26+
AppDescription="a module snoop entities of CAD PythonShell"
27+
LoadOnAutoCADStartup="True">
28+
</ComponentEntry>
29+
<ComponentEntry AppName="CADPythonShell"
30+
ModuleName="./Microsoft.Dynamic.dll"
31+
AppDescription="sub module python shell"
32+
LoadOnAutoCADStartup="True">
33+
</ComponentEntry>
34+
<ComponentEntry AppName="CADPythonShell"
35+
ModuleName="./Microsoft.Scripting.dll"
36+
AppDescription="sub module python shell"
37+
LoadOnAutoCADStartup="True">
38+
</ComponentEntry>
39+
<ComponentEntry AppName="CADPythonShell"
40+
ModuleName="./IronPython.dll"
41+
AppDescription="sub module python shell"
42+
LoadOnAutoCADStartup="True">
43+
</ComponentEntry>
44+
<ComponentEntry AppName="CADPythonShell"
45+
ModuleName="./IronPython.Modules.dll"
46+
AppDescription="sub module python shell"
47+
LoadOnAutoCADStartup="True">
48+
</ComponentEntry>
49+
</Components>
50+
</ApplicationPackage>

0 commit comments

Comments
 (0)