Browse Source

Add IronPython.Modules reference to IronPython project templates.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5333 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Matt Ward 16 years ago
parent
commit
dc91a19fbd
  1. 3
      src/AddIns/BackendBindings/Python/PythonBinding/Project/Templates/ConsoleProject.xpt
  2. 3
      src/AddIns/BackendBindings/Python/PythonBinding/Project/Templates/FormsProject.xpt
  3. 3
      src/AddIns/BackendBindings/Python/PythonBinding/Project/Templates/LibraryProject.xpt

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

@ -28,6 +28,9 @@ @@ -28,6 +28,9 @@
<Reference Include="IronPython">
<HintPath>${addinpath:ICSharpCode.PythonBinding}\IronPython.dll</HintPath>
</Reference>
<Reference Include="IronPython.Modules">
<HintPath>${addinpath:ICSharpCode.PythonBinding}\IronPython.Modules.dll</HintPath>
</Reference>
</ProjectItems>
<Files>

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

@ -30,6 +30,9 @@ @@ -30,6 +30,9 @@
<Reference Include="IronPython">
<HintPath>${addinpath:ICSharpCode.PythonBinding}\IronPython.dll</HintPath>
</Reference>
<Reference Include="IronPython.Modules">
<HintPath>${addinpath:ICSharpCode.PythonBinding}\IronPython.Modules.dll</HintPath>
</Reference>
</ProjectItems>
<Files>

3
src/AddIns/BackendBindings/Python/PythonBinding/Project/Templates/LibraryProject.xpt

@ -27,6 +27,9 @@ @@ -27,6 +27,9 @@
<Reference Include="IronPython">
<HintPath>${addinpath:ICSharpCode.PythonBinding}\IronPython.dll</HintPath>
</Reference>
<Reference Include="IronPython.Modules">
<HintPath>${addinpath:ICSharpCode.PythonBinding}\IronPython.Modules.dll</HintPath>
</Reference>
</ProjectItems>
<Files>

Loading…
Cancel
Save