Skip to content

Commit

Permalink
resolve #6
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Dec 17, 2022
1 parent 083ba68 commit 65e40f3
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CADPythonShell/CADPythonShell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<PlatformTarget>x64</PlatformTarget>
<Configurations>Debug A23</Configurations>
<Configurations>$(Configurations);Release A23</Configurations>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
</PropertyGroup>
<PropertyGroup>
<!--<PropertyGroup>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
None
</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
</PropertyGroup>
</PropertyGroup>-->
<PropertyGroup Condition="$(Configuration.Contains('Debug'))">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
Expand Down
20 changes: 20 additions & 0 deletions CADPythonShell/PackageContents.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,25 @@
AppDescription="a module snoop entities of CAD PythonShell"
LoadOnAutoCADStartup="True">
</ComponentEntry>
<ComponentEntry AppName="CADPythonShell"
ModuleName="./Microsoft.Dynamic.dll"
AppDescription="sub module python shell"
LoadOnAutoCADStartup="True">
</ComponentEntry>
<ComponentEntry AppName="CADPythonShell"
ModuleName="./Microsoft.Scripting.dll"
AppDescription="sub module python shell"
LoadOnAutoCADStartup="True">
</ComponentEntry>
<ComponentEntry AppName="CADPythonShell"
ModuleName="./IronPython.dll"
AppDescription="sub module python shell"
LoadOnAutoCADStartup="True">
</ComponentEntry>
<ComponentEntry AppName="CADPythonShell"
ModuleName="./IronPython.Modules.dll"
AppDescription="sub module python shell"
LoadOnAutoCADStartup="True">
</ComponentEntry>
</Components>
</ApplicationPackage>
7 changes: 7 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
"version": "6.*.0",
"rollForward": "latestMajor",
"allowPrerelease": false
}
}
7 changes: 7 additions & 0 deletions global.json.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
"version": "6.0.0",
"rollForward": "latestMajor",
"allowPrerelease": true
}
}

0 comments on commit 65e40f3

Please sign in to comment.