Updated to most recent version
This commit is contained in:
Родитель
39017e4c90
Коммит
33f0778ad2
|
@ -42,22 +42,25 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Accessibility" />
|
||||
<Reference Include="AngleSharp">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\packages\AngleSharp.0.9.2\lib\net45\AngleSharp.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="AngleSharp.Scripting.JavaScript, Version=0.3.1.26954, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AngleSharp.Scripting.JavaScript.0.3.1\lib\net45\AngleSharp.Scripting.JavaScript.dll</HintPath>
|
||||
<Reference Include="AngleSharp, Version=0.9.6.41832, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AngleSharp.0.9.6\lib\net45\AngleSharp.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Jint, Version=2.6.0.0, Culture=neutral, PublicKeyToken=2e92ba9c8d81157f, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Jint.2.6.0\lib\portable-net40+sl50+win+WindowsPhoneApp81+wp80\Jint.dll</HintPath>
|
||||
<Reference Include="AngleSharp.Scripting.JavaScript, Version=0.4.0.18433, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AngleSharp.Scripting.JavaScript.0.4.0\lib\net45\AngleSharp.Scripting.JavaScript.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Jint, Version=2.7.1.0, Culture=neutral, PublicKeyToken=2e92ba9c8d81157f, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Jint.2.8\lib\portable-net40+sl50+win+WindowsPhoneApp81+wp80\Jint.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="MahApps.Metro">
|
||||
<HintPath>..\packages\MahApps.Metro.1.1.2.0\lib\net45\MahApps.Metro.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
||||
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="OxyPlot">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\packages\OxyPlot.Core.2015.1.943-alpha\lib\net45\OxyPlot.dll</HintPath>
|
||||
|
@ -72,11 +75,13 @@
|
|||
</Reference>
|
||||
<Reference Include="PresentationUI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
||||
<Reference Include="ReachFramework" />
|
||||
<Reference Include="Simple.Wpf.Terminal">
|
||||
<HintPath>..\packages\Simple.Wpf.Terminal.1.33.0.0\lib\net40\Simple.Wpf.Terminal.dll</HintPath>
|
||||
<Reference Include="Simple.Wpf.Terminal, Version=1.34.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Simple.Wpf.Terminal.1.34.0.0\lib\net40\Simple.Wpf.Terminal.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Simple.Wpf.Terminal.Themes">
|
||||
<HintPath>..\packages\Simple.Wpf.Terminal.1.33.0.0\lib\net40\Simple.Wpf.Terminal.Themes.dll</HintPath>
|
||||
<Reference Include="Simple.Wpf.Terminal.Themes, Version=1.34.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Simple.Wpf.Terminal.1.34.0.0\lib\net40\Simple.Wpf.Terminal.Themes.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
|
@ -84,8 +89,9 @@
|
|||
<Reference Include="System.Net" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Printing" />
|
||||
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\MahApps.Metro.1.1.2.0\lib\net45\System.Windows.Interactivity.dll</HintPath>
|
||||
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Windows.Interactivity" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="OxyPlot" publicKeyToken="638079a8f0bd61e9" culture="neutral" />
|
||||
|
@ -27,11 +27,11 @@
|
|||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Jint" publicKeyToken="2e92ba9c8d81157f" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.5.0.0" newVersion="2.5.0.0" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.7.1.0" newVersion="2.7.1.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="AngleSharp" publicKeyToken="e83494dcdc6d31ea" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.9.1.41362" newVersion="0.9.1.41362" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.9.6.41832" newVersion="0.9.6.41832" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="AngleSharp" version="0.9.2" targetFramework="net45" />
|
||||
<package id="AngleSharp.Scripting.JavaScript" version="0.3.1" targetFramework="net45" />
|
||||
<package id="Jint" version="2.6.0" targetFramework="net45" />
|
||||
<package id="AngleSharp" version="0.9.6" targetFramework="net45" />
|
||||
<package id="AngleSharp.Scripting.JavaScript" version="0.4.0" targetFramework="net45" />
|
||||
<package id="Jint" version="2.8" targetFramework="net45" />
|
||||
<package id="MahApps.Metro" version="1.1.2.0" targetFramework="net45" />
|
||||
<package id="OxyPlot.Core" version="2015.1.943-alpha" targetFramework="net45" />
|
||||
<package id="OxyPlot.Wpf" version="2015.1.943-alpha" targetFramework="net45" />
|
||||
<package id="Simple.Wpf.Terminal" version="1.33.0.0" targetFramework="net45" />
|
||||
<package id="Simple.Wpf.Terminal" version="1.34.0.0" targetFramework="net45" />
|
||||
<package id="System.Windows.Interactivity.WPF" version="2.0.20525" targetFramework="net45" />
|
||||
</packages>
|
|
@ -34,21 +34,37 @@
|
|||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="AngleSharp, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\packages\AngleSharp.0.9.2\lib\net45\AngleSharp.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="AngleSharp.Scripting.JavaScript, Version=0.3.1.26954, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AngleSharp.Scripting.JavaScript.0.3.1\lib\net45\AngleSharp.Scripting.JavaScript.dll</HintPath>
|
||||
<Reference Include="AngleSharp, Version=0.9.6.41832, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AngleSharp.0.9.6\lib\net45\AngleSharp.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Jint, Version=2.6.0.0, Culture=neutral, PublicKeyToken=2e92ba9c8d81157f, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Jint.2.6.0\lib\portable-net40+sl50+win+WindowsPhoneApp81+wp80\Jint.dll</HintPath>
|
||||
<Reference Include="AngleSharp.Scripting.JavaScript, Version=0.4.0.18433, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AngleSharp.Scripting.JavaScript.0.4.0\lib\net45\AngleSharp.Scripting.JavaScript.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Jint, Version=2.7.1.0, Culture=neutral, PublicKeyToken=2e92ba9c8d81157f, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Jint.2.8\lib\portable-net40+sl50+win+WindowsPhoneApp81+wp80\Jint.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Simple.Wpf.Terminal, Version=1.34.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Simple.Wpf.Terminal.1.34.0.0\lib\net40\Simple.Wpf.Terminal.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Simple.Wpf.Terminal.Themes, Version=1.34.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Simple.Wpf.Terminal.1.34.0.0\lib\net40\Simple.Wpf.Terminal.Themes.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Net" />
|
||||
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Jint" publicKeyToken="2e92ba9c8d81157f" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.5.0.0" newVersion="2.5.0.0" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.7.1.0" newVersion="2.7.1.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="AngleSharp" publicKeyToken="e83494dcdc6d31ea" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.9.1.41362" newVersion="0.9.1.41362" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.9.6.41832" newVersion="0.9.6.41832" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="AngleSharp" version="0.9.2" targetFramework="net45" />
|
||||
<package id="AngleSharp.Scripting.JavaScript" version="0.3.1" targetFramework="net45" />
|
||||
<package id="Jint" version="2.6.0" targetFramework="net45" />
|
||||
<package id="AngleSharp" version="0.9.6" targetFramework="net45" />
|
||||
<package id="AngleSharp.Scripting.JavaScript" version="0.4.0" targetFramework="net45" />
|
||||
<package id="Jint" version="2.8" targetFramework="net45" />
|
||||
<package id="Simple.Wpf.Terminal" version="1.34.0.0" targetFramework="net45" />
|
||||
<package id="System.Windows.Interactivity.WPF" version="2.0.20525" targetFramework="net45" />
|
||||
</packages>
|
Загрузка…
Ссылка в новой задаче