Browse Source

mscorlib now added as a default reference in Python project templates.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3836 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 17 years ago
parent
commit
30019759f8
  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

@ -21,6 +21,7 @@
</PropertyGroup> </PropertyGroup>
<ProjectItems> <ProjectItems>
<Reference Include="mscorlib"/>
<Reference Include="System"/> <Reference Include="System"/>
<Reference Include="System.Data"/> <Reference Include="System.Data"/>
<Reference Include="System.Xml"/> <Reference Include="System.Xml"/>

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

@ -21,6 +21,7 @@
</PropertyGroup> </PropertyGroup>
<ProjectItems> <ProjectItems>
<Reference Include="mscorlib"/>
<Reference Include="System"/> <Reference Include="System"/>
<Reference Include="System.Data"/> <Reference Include="System.Data"/>
<Reference Include="System.Drawing"/> <Reference Include="System.Drawing"/>

Loading…
Cancel
Save