Skip to content

Commit

Permalink
Updated project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
sys_27 committed Nov 4, 2013
1 parent b565a94 commit ea1d34e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions xFunc.Maths/xFunc.Maths (.Net 2.0).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@
<Compile Include="Expressions\MathParameter.cs" />
<Compile Include="Expressions\MathParameterIsReadOnlyException.cs" />
<Compile Include="Expressions\MathParameterType.cs" />
<Compile Include="Expressions\Product.cs" />
<Compile Include="Expressions\ReverseFunctionAttribute.cs" />
<Compile Include="Expressions\Simplify.cs" />
<Compile Include="Expressions\Sum.cs" />
<Compile Include="IDifferentiator.cs" />
<Compile Include="EnumerableExtention.cs" />
<Compile Include="ISimplifier.cs" />
Expand Down
2 changes: 2 additions & 0 deletions xFunc.Maths/xFunc.Maths (.Net 3.0).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
<Compile Include="Expressions\MathParameter.cs" />
<Compile Include="Expressions\MathParameterIsReadOnlyException.cs" />
<Compile Include="Expressions\MathParameterType.cs" />
<Compile Include="Expressions\Product.cs" />
<Compile Include="Expressions\ReverseFunctionAttribute.cs" />
<Compile Include="Expressions\Sum.cs" />
<Compile Include="IDifferentiator.cs" />
<Compile Include="EnumerableExtention.cs" />
<Compile Include="ISimplifier.cs" />
Expand Down
2 changes: 2 additions & 0 deletions xFunc.Maths/xFunc.Maths (.Net 3.5).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@
<Compile Include="Expressions\MathParameter.cs" />
<Compile Include="Expressions\MathParameterIsReadOnlyException.cs" />
<Compile Include="Expressions\MathParameterType.cs" />
<Compile Include="Expressions\Product.cs" />
<Compile Include="Expressions\ReverseFunctionAttribute.cs" />
<Compile Include="Expressions\Simplify.cs" />
<Compile Include="Expressions\Sum.cs" />
<Compile Include="IDifferentiator.cs" />
<Compile Include="ISimplifier.cs" />
<Compile Include="MathDifferentiator.cs" />
Expand Down
2 changes: 2 additions & 0 deletions xFunc.Maths/xFunc.Maths (.Net 4.5).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@
<Compile Include="Expressions\MathParameter.cs" />
<Compile Include="Expressions\MathParameterIsReadOnlyException.cs" />
<Compile Include="Expressions\MathParameterType.cs" />
<Compile Include="Expressions\Product.cs" />
<Compile Include="Expressions\ReverseFunctionAttribute.cs" />
<Compile Include="Expressions\Simplify.cs" />
<Compile Include="Expressions\Sum.cs" />
<Compile Include="IDifferentiator.cs" />
<Compile Include="ISimplifier.cs" />
<Compile Include="MathDifferentiator.cs" />
Expand Down
2 changes: 2 additions & 0 deletions xFunc.Maths/xFunc.Maths (.Net 4.5.1).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@
<Compile Include="Expressions\MathParameter.cs" />
<Compile Include="Expressions\MathParameterIsReadOnlyException.cs" />
<Compile Include="Expressions\MathParameterType.cs" />
<Compile Include="Expressions\Product.cs" />
<Compile Include="Expressions\ReverseFunctionAttribute.cs" />
<Compile Include="Expressions\Simplify.cs" />
<Compile Include="Expressions\Sum.cs" />
<Compile Include="IDifferentiator.cs" />
<Compile Include="ISimplifier.cs" />
<Compile Include="MathDifferentiator.cs" />
Expand Down
2 changes: 2 additions & 0 deletions xFunc.Maths/xFunc.Maths (Portable).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@
<Compile Include="Expressions\MathParameterIsReadOnlyException.cs" />
<Compile Include="Expressions\MathParameterType.cs" />
<Compile Include="Expressions\MathParameterCollection.cs" />
<Compile Include="Expressions\Product.cs" />
<Compile Include="Expressions\Sum.cs" />
<Compile Include="Expressions\Mul.cs" />
<Compile Include="Expressions\Number.cs" />
<Compile Include="Expressions\Pow.cs" />
Expand Down
2 changes: 1 addition & 1 deletion xFunc/Presenters/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ internal class Updater
{

private const string checkUri = "http://xfunc.codeplex.com/releases/";
private const int currentRelease = 114279;
private const int currentRelease = 114353;
private string updateUri;
private bool hasUpdates;

Expand Down

0 comments on commit ea1d34e

Please sign in to comment.