Browse Source

Removed the mscorlib reference from python project templates since it is no longer required and added an IronPython.Modules reference.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5442 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Matt Ward 16 years ago
parent
commit
c7eef55be7
  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

@ -21,13 +21,15 @@ @@ -21,13 +21,15 @@
</PropertyGroup>
<ProjectItems>
<Reference Include="mscorlib"/>
<Reference Include="System"/>
<Reference Include="System.Data"/>
<Reference Include="System.Xml"/>
<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>

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

@ -21,7 +21,6 @@ @@ -21,7 +21,6 @@
</PropertyGroup>
<ProjectItems>
<Reference Include="mscorlib"/>
<Reference Include="System"/>
<Reference Include="System.Data"/>
<Reference Include="System.Drawing"/>
@ -30,6 +29,9 @@ @@ -30,6 +29,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>

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

@ -20,13 +20,15 @@ @@ -20,13 +20,15 @@
</PropertyGroup>
<ProjectItems>
<Reference Include="mscorlib"/>
<Reference Include="System"/>
<Reference Include="System.Data"/>
<Reference Include="System.Xml"/>
<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