Browse Source

Added IronPython.dll reference to Python console and winform project templates.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3631 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 17 years ago
parent
commit
6a7bce1bcc
  1. 1
      src/AddIns/BackendBindings/Python/PythonBinding/Project/Templates/ConsoleProject.xpt
  2. 1
      src/AddIns/BackendBindings/Python/PythonBinding/Project/Templates/FormsProject.xpt

1
src/AddIns/BackendBindings/Python/PythonBinding/Project/Templates/ConsoleProject.xpt

@ -24,6 +24,7 @@ @@ -24,6 +24,7 @@
<Reference Include="System"/>
<Reference Include="System.Data"/>
<Reference Include="System.Xml"/>
<Reference Include="$(PythonBinPath)\IronPython.dll"/>
</ProjectItems>
<Files>

1
src/AddIns/BackendBindings/Python/PythonBinding/Project/Templates/FormsProject.xpt

@ -26,6 +26,7 @@ @@ -26,6 +26,7 @@
<Reference Include="System.Drawing"/>
<Reference Include="System.Windows.Forms"/>
<Reference Include="System.Xml"/>
<Reference Include="$(PythonBinPath)\IronPython.dll"/>
</ProjectItems>
<Files>

Loading…
Cancel
Save