Skip to content

Commit

Permalink
Updated OxyPlot
Browse files Browse the repository at this point in the history
  • Loading branch information
juusimaa committed Jun 16, 2014
1 parent 058f0f1 commit 0f4a216
Show file tree
Hide file tree
Showing 19 changed files with 14,264 additions and 13,842 deletions.
4 changes: 2 additions & 2 deletions EuriborSharp/EuriborSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="OxyPlot">
<HintPath>..\packages\OxyPlot.WindowsForms.2014.1.312.1\lib\NET40\OxyPlot.dll</HintPath>
<HintPath>..\packages\OxyPlot.WindowsForms.2014.1.318.1\lib\NET40\OxyPlot.dll</HintPath>
</Reference>
<Reference Include="OxyPlot.WindowsForms">
<HintPath>..\packages\OxyPlot.WindowsForms.2014.1.312.1\lib\NET40\OxyPlot.WindowsForms.dll</HintPath>
<HintPath>..\packages\OxyPlot.WindowsForms.2014.1.318.1\lib\NET40\OxyPlot.WindowsForms.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
12 changes: 10 additions & 2 deletions EuriborSharp/app.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="EuriborSharp.EuriborSharpSettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
Expand All @@ -24,4 +24,12 @@
</setting>
</EuriborSharp.EuriborSharpSettings>
</userSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="OxyPlot" publicKeyToken="638079a8f0bd61e9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2014.1.318.1" newVersion="2014.1.318.1" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
4 changes: 2 additions & 2 deletions EuriborSharp/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="OxyPlot.Core" version="2014.1.312.1" targetFramework="net40-Client" />
<package id="OxyPlot.WindowsForms" version="2014.1.312.1" targetFramework="net40-Client" />
<package id="OxyPlot.Core" version="2014.1.318.1" targetFramework="net40-Client" />
<package id="OxyPlot.WindowsForms" version="2014.1.318.1" targetFramework="net40-Client" />
</packages>
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

0 comments on commit 0f4a216

Please sign in to comment.