Browse Source

Use HintPath for IronPython reference in Python project templates.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4069 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 16 years ago
parent
commit
1cf40ae1cb
  1. 4
      src/AddIns/BackendBindings/Python/PythonBinding/Project/Templates/ConsoleProject.xpt
  2. 4
      src/AddIns/BackendBindings/Python/PythonBinding/Project/Templates/FormsProject.xpt
  3. 4
      src/AddIns/BackendBindings/Python/PythonBinding/Project/Templates/LibraryProject.xpt

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

@ -25,7 +25,9 @@ @@ -25,7 +25,9 @@
<Reference Include="System"/>
<Reference Include="System.Data"/>
<Reference Include="System.Xml"/>
<Reference Include="$(PythonBinPath)\IronPython.dll"/>
<Reference Include="IronPython">
<HintPath>${addinpath:ICSharpCode.PythonBinding}\IronPython.dll</HintPath>
</Reference>
</ProjectItems>
<Files>

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

@ -27,7 +27,9 @@ @@ -27,7 +27,9 @@
<Reference Include="System.Drawing"/>
<Reference Include="System.Windows.Forms"/>
<Reference Include="System.Xml"/>
<Reference Include="$(PythonBinPath)\IronPython.dll"/>
<Reference Include="IronPython">
<HintPath>${addinpath:ICSharpCode.PythonBinding}\IronPython.dll</HintPath>
</Reference>
</ProjectItems>
<Files>

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

@ -24,7 +24,9 @@ @@ -24,7 +24,9 @@
<Reference Include="System"/>
<Reference Include="System.Data"/>
<Reference Include="System.Xml"/>
<Reference Include="$(PythonBinPath)\IronPython.dll"/>
<Reference Include="IronPython">
<HintPath>${addinpath:ICSharpCode.PythonBinding}\IronPython.dll</HintPath>
</Reference>
</ProjectItems>
<Files>

Loading…
Cancel
Save