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 Oct 27, 2013
1 parent 0c9d4cf commit db88c75
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions xFunc.Maths/xFunc.Maths (.Net 2.0).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<Compile Include="Expressions\LCM.cs" />
<Compile Include="Expressions\MathParameter.cs" />
<Compile Include="Expressions\MathParameterIsReadOnlyException.cs" />
<Compile Include="Expressions\MathParameterType.cs" />
<Compile Include="Expressions\ReverseFunctionAttribute.cs" />
<Compile Include="Expressions\Simplify.cs" />
<Compile Include="IDifferentiator.cs" />
Expand Down
1 change: 1 addition & 0 deletions xFunc.Maths/xFunc.Maths (.Net 3.0).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<Compile Include="Expressions\LCM.cs" />
<Compile Include="Expressions\MathParameter.cs" />
<Compile Include="Expressions\MathParameterIsReadOnlyException.cs" />
<Compile Include="Expressions\MathParameterType.cs" />
<Compile Include="Expressions\ReverseFunctionAttribute.cs" />
<Compile Include="IDifferentiator.cs" />
<Compile Include="EnumerableExtention.cs" />
Expand Down
1 change: 1 addition & 0 deletions xFunc.Maths/xFunc.Maths (.Net 3.5).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<Compile Include="Expressions\LCM.cs" />
<Compile Include="Expressions\MathParameter.cs" />
<Compile Include="Expressions\MathParameterIsReadOnlyException.cs" />
<Compile Include="Expressions\MathParameterType.cs" />
<Compile Include="Expressions\ReverseFunctionAttribute.cs" />
<Compile Include="Expressions\Simplify.cs" />
<Compile Include="IDifferentiator.cs" />
Expand Down
1 change: 1 addition & 0 deletions xFunc.Maths/xFunc.Maths (.Net 4.5).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<Compile Include="Expressions\LCM.cs" />
<Compile Include="Expressions\MathParameter.cs" />
<Compile Include="Expressions\MathParameterIsReadOnlyException.cs" />
<Compile Include="Expressions\MathParameterType.cs" />
<Compile Include="Expressions\ReverseFunctionAttribute.cs" />
<Compile Include="Expressions\Simplify.cs" />
<Compile Include="IDifferentiator.cs" />
Expand Down
1 change: 1 addition & 0 deletions xFunc.Maths/xFunc.Maths (.Net 4.5.1).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<Compile Include="Expressions\LCM.cs" />
<Compile Include="Expressions\MathParameter.cs" />
<Compile Include="Expressions\MathParameterIsReadOnlyException.cs" />
<Compile Include="Expressions\MathParameterType.cs" />
<Compile Include="Expressions\ReverseFunctionAttribute.cs" />
<Compile Include="Expressions\Simplify.cs" />
<Compile Include="IDifferentiator.cs" />
Expand Down
1 change: 1 addition & 0 deletions xFunc.Maths/xFunc.Maths (Portable).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
<Compile Include="Expressions\MathFunctionCollection.cs" />
<Compile Include="Expressions\MathParameter.cs" />
<Compile Include="Expressions\MathParameterIsReadOnlyException.cs" />
<Compile Include="Expressions\MathParameterType.cs" />
<Compile Include="Expressions\MathParameterCollection.cs" />
<Compile Include="Expressions\Mul.cs" />
<Compile Include="Expressions\Number.cs" />
Expand Down

0 comments on commit db88c75

Please sign in to comment.