Skip to content

Commit 679deb1

Browse files
committed
Removed unused references.
1 parent 5130ff8 commit 679deb1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

PythonScriptingPlugin.csproj

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,34 +59,20 @@
5959
<Reference Include="IronPython.Modules, Version=2.7.7.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
6060
<HintPath>packages\IronPython.2.7.7\lib\Net45\IronPython.Modules.dll</HintPath>
6161
</Reference>
62-
<Reference Include="IronPython.SQLite, Version=2.7.7.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
63-
<HintPath>packages\IronPython.2.7.7\lib\Net45\IronPython.SQLite.dll</HintPath>
64-
</Reference>
65-
<Reference Include="IronPython.Wpf, Version=2.7.7.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
66-
<HintPath>packages\IronPython.2.7.7\lib\Net45\IronPython.Wpf.dll</HintPath>
67-
</Reference>
6862
<Reference Include="Microsoft.Dynamic, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
6963
<HintPath>packages\DynamicLanguageRuntime.1.1.2\lib\Net45\Microsoft.Dynamic.dll</HintPath>
7064
</Reference>
7165
<Reference Include="Microsoft.Scripting, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
7266
<HintPath>packages\DynamicLanguageRuntime.1.1.2\lib\Net45\Microsoft.Scripting.dll</HintPath>
7367
</Reference>
74-
<Reference Include="Microsoft.Scripting.AspNet, Version=1.1.1.21, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
75-
<HintPath>packages\DynamicLanguageRuntime.1.1.2\lib\Net45\Microsoft.Scripting.AspNet.dll</HintPath>
76-
</Reference>
7768
<Reference Include="Microsoft.Scripting.Metadata, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
7869
<HintPath>packages\DynamicLanguageRuntime.1.1.2\lib\Net45\Microsoft.Scripting.Metadata.dll</HintPath>
7970
</Reference>
8071
<Reference Include="System" />
8172
<Reference Include="System.Core" />
8273
<Reference Include="System.Drawing" />
8374
<Reference Include="System.Windows.Forms" />
84-
<Reference Include="System.Xml.Linq" />
85-
<Reference Include="System.Data.DataSetExtensions" />
8675
<Reference Include="Microsoft.CSharp" />
87-
<Reference Include="System.Data" />
88-
<Reference Include="System.Net.Http" />
89-
<Reference Include="System.Xml" />
9076
</ItemGroup>
9177
<ItemGroup>
9278
<Compile Include="Properties\AssemblyInfo.cs" />

0 commit comments

Comments
 (0)