diff --git a/src/Managed/Combinatorics.cs b/src/Numerics/Combinatorics.cs
similarity index 100%
rename from src/Managed/Combinatorics.cs
rename to src/Numerics/Combinatorics.cs
diff --git a/src/Managed/Complex.cs b/src/Numerics/Complex.cs
similarity index 100%
rename from src/Managed/Complex.cs
rename to src/Numerics/Complex.cs
diff --git a/src/Managed/Constants.cs b/src/Numerics/Constants.cs
similarity index 100%
rename from src/Managed/Constants.cs
rename to src/Numerics/Constants.cs
diff --git a/src/Managed/Control.cs b/src/Numerics/Control.cs
similarity index 100%
rename from src/Managed/Control.cs
rename to src/Numerics/Control.cs
diff --git a/src/Managed/Distributions/Continuous/Beta.cs b/src/Numerics/Distributions/Continuous/Beta.cs
similarity index 100%
rename from src/Managed/Distributions/Continuous/Beta.cs
rename to src/Numerics/Distributions/Continuous/Beta.cs
diff --git a/src/Managed/Distributions/Continuous/ContinuousUniform.cs b/src/Numerics/Distributions/Continuous/ContinuousUniform.cs
similarity index 100%
rename from src/Managed/Distributions/Continuous/ContinuousUniform.cs
rename to src/Numerics/Distributions/Continuous/ContinuousUniform.cs
diff --git a/src/Managed/Distributions/Continuous/Gamma.cs b/src/Numerics/Distributions/Continuous/Gamma.cs
similarity index 100%
rename from src/Managed/Distributions/Continuous/Gamma.cs
rename to src/Numerics/Distributions/Continuous/Gamma.cs
diff --git a/src/Managed/Distributions/Continuous/Normal.cs b/src/Numerics/Distributions/Continuous/Normal.cs
similarity index 100%
rename from src/Managed/Distributions/Continuous/Normal.cs
rename to src/Numerics/Distributions/Continuous/Normal.cs
diff --git a/src/Managed/Distributions/Discrete/Bernoulli.cs b/src/Numerics/Distributions/Discrete/Bernoulli.cs
similarity index 100%
rename from src/Managed/Distributions/Discrete/Bernoulli.cs
rename to src/Numerics/Distributions/Discrete/Bernoulli.cs
diff --git a/src/Managed/Distributions/IContinuousDistribution.cs b/src/Numerics/Distributions/IContinuousDistribution.cs
similarity index 100%
rename from src/Managed/Distributions/IContinuousDistribution.cs
rename to src/Numerics/Distributions/IContinuousDistribution.cs
diff --git a/src/Managed/Distributions/IDiscreteDistribution.cs b/src/Numerics/Distributions/IDiscreteDistribution.cs
similarity index 100%
rename from src/Managed/Distributions/IDiscreteDistribution.cs
rename to src/Numerics/Distributions/IDiscreteDistribution.cs
diff --git a/src/Managed/Distributions/IDistribution.cs b/src/Numerics/Distributions/IDistribution.cs
similarity index 100%
rename from src/Managed/Distributions/IDistribution.cs
rename to src/Numerics/Distributions/IDistribution.cs
diff --git a/src/Managed/IPrecisionSupport.cs b/src/Numerics/IPrecisionSupport.cs
similarity index 100%
rename from src/Managed/IPrecisionSupport.cs
rename to src/Numerics/IPrecisionSupport.cs
diff --git a/src/Managed/IntegralTransforms/Algorithms/DiscreteFourierTransform.Bluestein.cs b/src/Numerics/IntegralTransforms/Algorithms/DiscreteFourierTransform.Bluestein.cs
similarity index 100%
rename from src/Managed/IntegralTransforms/Algorithms/DiscreteFourierTransform.Bluestein.cs
rename to src/Numerics/IntegralTransforms/Algorithms/DiscreteFourierTransform.Bluestein.cs
diff --git a/src/Managed/IntegralTransforms/Algorithms/DiscreteFourierTransform.Naive.cs b/src/Numerics/IntegralTransforms/Algorithms/DiscreteFourierTransform.Naive.cs
similarity index 100%
rename from src/Managed/IntegralTransforms/Algorithms/DiscreteFourierTransform.Naive.cs
rename to src/Numerics/IntegralTransforms/Algorithms/DiscreteFourierTransform.Naive.cs
diff --git a/src/Managed/IntegralTransforms/Algorithms/DiscreteFourierTransform.Options.cs b/src/Numerics/IntegralTransforms/Algorithms/DiscreteFourierTransform.Options.cs
similarity index 100%
rename from src/Managed/IntegralTransforms/Algorithms/DiscreteFourierTransform.Options.cs
rename to src/Numerics/IntegralTransforms/Algorithms/DiscreteFourierTransform.Options.cs
diff --git a/src/Managed/IntegralTransforms/Algorithms/DiscreteFourierTransform.RadixN.cs b/src/Numerics/IntegralTransforms/Algorithms/DiscreteFourierTransform.RadixN.cs
similarity index 100%
rename from src/Managed/IntegralTransforms/Algorithms/DiscreteFourierTransform.RadixN.cs
rename to src/Numerics/IntegralTransforms/Algorithms/DiscreteFourierTransform.RadixN.cs
diff --git a/src/Managed/IntegralTransforms/Algorithms/DiscreteHartleyTransform.Naive.cs b/src/Numerics/IntegralTransforms/Algorithms/DiscreteHartleyTransform.Naive.cs
similarity index 100%
rename from src/Managed/IntegralTransforms/Algorithms/DiscreteHartleyTransform.Naive.cs
rename to src/Numerics/IntegralTransforms/Algorithms/DiscreteHartleyTransform.Naive.cs
diff --git a/src/Managed/IntegralTransforms/Algorithms/DiscreteHartleyTransform.Options.cs b/src/Numerics/IntegralTransforms/Algorithms/DiscreteHartleyTransform.Options.cs
similarity index 100%
rename from src/Managed/IntegralTransforms/Algorithms/DiscreteHartleyTransform.Options.cs
rename to src/Numerics/IntegralTransforms/Algorithms/DiscreteHartleyTransform.Options.cs
diff --git a/src/Managed/IntegralTransforms/FourierOptions.cs b/src/Numerics/IntegralTransforms/FourierOptions.cs
similarity index 100%
rename from src/Managed/IntegralTransforms/FourierOptions.cs
rename to src/Numerics/IntegralTransforms/FourierOptions.cs
diff --git a/src/Managed/IntegralTransforms/HartleyOptions.cs b/src/Numerics/IntegralTransforms/HartleyOptions.cs
similarity index 100%
rename from src/Managed/IntegralTransforms/HartleyOptions.cs
rename to src/Numerics/IntegralTransforms/HartleyOptions.cs
diff --git a/src/Managed/IntegralTransforms/Transform.cs b/src/Numerics/IntegralTransforms/Transform.cs
similarity index 100%
rename from src/Managed/IntegralTransforms/Transform.cs
rename to src/Numerics/IntegralTransforms/Transform.cs
diff --git a/src/Managed/Integration/Algorithms/DoubleExponentialTransformation.cs b/src/Numerics/Integration/Algorithms/DoubleExponentialTransformation.cs
similarity index 100%
rename from src/Managed/Integration/Algorithms/DoubleExponentialTransformation.cs
rename to src/Numerics/Integration/Algorithms/DoubleExponentialTransformation.cs
diff --git a/src/Managed/Integration/Algorithms/NewtonCotesTrapeziumRule.cs b/src/Numerics/Integration/Algorithms/NewtonCotesTrapeziumRule.cs
similarity index 100%
rename from src/Managed/Integration/Algorithms/NewtonCotesTrapeziumRule.cs
rename to src/Numerics/Integration/Algorithms/NewtonCotesTrapeziumRule.cs
diff --git a/src/Managed/Integration/Algorithms/SimpsonRule.cs b/src/Numerics/Integration/Algorithms/SimpsonRule.cs
similarity index 100%
rename from src/Managed/Integration/Algorithms/SimpsonRule.cs
rename to src/Numerics/Integration/Algorithms/SimpsonRule.cs
diff --git a/src/Managed/Integration/Integrate.cs b/src/Numerics/Integration/Integrate.cs
similarity index 100%
rename from src/Managed/Integration/Integrate.cs
rename to src/Numerics/Integration/Integrate.cs
diff --git a/src/Managed/Interpolation/Algorithms/AkimaSplineInterpolation.cs b/src/Numerics/Interpolation/Algorithms/AkimaSplineInterpolation.cs
similarity index 100%
rename from src/Managed/Interpolation/Algorithms/AkimaSplineInterpolation.cs
rename to src/Numerics/Interpolation/Algorithms/AkimaSplineInterpolation.cs
diff --git a/src/Managed/Interpolation/Algorithms/BarycentricInterpolation.cs b/src/Numerics/Interpolation/Algorithms/BarycentricInterpolation.cs
similarity index 100%
rename from src/Managed/Interpolation/Algorithms/BarycentricInterpolation.cs
rename to src/Numerics/Interpolation/Algorithms/BarycentricInterpolation.cs
diff --git a/src/Managed/Interpolation/Algorithms/BulirschStoerRationalInterpolation.cs b/src/Numerics/Interpolation/Algorithms/BulirschStoerRationalInterpolation.cs
similarity index 100%
rename from src/Managed/Interpolation/Algorithms/BulirschStoerRationalInterpolation.cs
rename to src/Numerics/Interpolation/Algorithms/BulirschStoerRationalInterpolation.cs
diff --git a/src/Managed/Interpolation/Algorithms/CubicHermiteSplineInterpolation.cs b/src/Numerics/Interpolation/Algorithms/CubicHermiteSplineInterpolation.cs
similarity index 100%
rename from src/Managed/Interpolation/Algorithms/CubicHermiteSplineInterpolation.cs
rename to src/Numerics/Interpolation/Algorithms/CubicHermiteSplineInterpolation.cs
diff --git a/src/Managed/Interpolation/Algorithms/CubicSplineInterpolation.cs b/src/Numerics/Interpolation/Algorithms/CubicSplineInterpolation.cs
similarity index 100%
rename from src/Managed/Interpolation/Algorithms/CubicSplineInterpolation.cs
rename to src/Numerics/Interpolation/Algorithms/CubicSplineInterpolation.cs
diff --git a/src/Managed/Interpolation/Algorithms/FloaterHormannRationalInterpolation.cs b/src/Numerics/Interpolation/Algorithms/FloaterHormannRationalInterpolation.cs
similarity index 100%
rename from src/Managed/Interpolation/Algorithms/FloaterHormannRationalInterpolation.cs
rename to src/Numerics/Interpolation/Algorithms/FloaterHormannRationalInterpolation.cs
diff --git a/src/Managed/Interpolation/Algorithms/LinearSplineInterpolation.cs b/src/Numerics/Interpolation/Algorithms/LinearSplineInterpolation.cs
similarity index 100%
rename from src/Managed/Interpolation/Algorithms/LinearSplineInterpolation.cs
rename to src/Numerics/Interpolation/Algorithms/LinearSplineInterpolation.cs
diff --git a/src/Managed/Interpolation/Algorithms/NevillePolynomialInterpolation.cs b/src/Numerics/Interpolation/Algorithms/NevillePolynomialInterpolation.cs
similarity index 100%
rename from src/Managed/Interpolation/Algorithms/NevillePolynomialInterpolation.cs
rename to src/Numerics/Interpolation/Algorithms/NevillePolynomialInterpolation.cs
diff --git a/src/Managed/Interpolation/Algorithms/SplineInterpolation.cs b/src/Numerics/Interpolation/Algorithms/SplineInterpolation.cs
similarity index 100%
rename from src/Managed/Interpolation/Algorithms/SplineInterpolation.cs
rename to src/Numerics/Interpolation/Algorithms/SplineInterpolation.cs
diff --git a/src/Managed/Interpolation/IInterpolation.cs b/src/Numerics/Interpolation/IInterpolation.cs
similarity index 100%
rename from src/Managed/Interpolation/IInterpolation.cs
rename to src/Numerics/Interpolation/IInterpolation.cs
diff --git a/src/Managed/Interpolation/Interpolate.cs b/src/Numerics/Interpolation/Interpolate.cs
similarity index 100%
rename from src/Managed/Interpolation/Interpolate.cs
rename to src/Numerics/Interpolation/Interpolate.cs
diff --git a/src/Managed/Interpolation/SplineBoundaryCondition.cs b/src/Numerics/Interpolation/SplineBoundaryCondition.cs
similarity index 100%
rename from src/Managed/Interpolation/SplineBoundaryCondition.cs
rename to src/Numerics/Interpolation/SplineBoundaryCondition.cs
diff --git a/src/Managed/NumberTheory/IntegerTheory.Euclid.cs b/src/Numerics/NumberTheory/IntegerTheory.Euclid.cs
similarity index 100%
rename from src/Managed/NumberTheory/IntegerTheory.Euclid.cs
rename to src/Numerics/NumberTheory/IntegerTheory.Euclid.cs
diff --git a/src/Managed/NumberTheory/IntegerTheory.cs b/src/Numerics/NumberTheory/IntegerTheory.cs
similarity index 100%
rename from src/Managed/NumberTheory/IntegerTheory.cs
rename to src/Numerics/NumberTheory/IntegerTheory.cs
diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj
new file mode 100644
index 00000000..053c9833
--- /dev/null
+++ b/src/Numerics/Numerics.csproj
@@ -0,0 +1,129 @@
+
+
+
+ Debug
+ AnyCPU
+ 9.0.30729
+ 2.0
+ {B7CAE5F4-A23F-4438-B5BE-41226618B695}
+ Library
+ Properties
+ MathNet.Numerics
+ MathNet.Numerics
+ v3.5
+ 512
+ true
+ ..\MathNet.Numerics.snk
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+ bin\Release\MathNet.Numerics.XML
+
+
+
+
+ 3.5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ True
+ True
+ Resources.resx
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+
+
+
+
+ MathNet.Numerics.snk
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Managed/Precision.cs b/src/Numerics/Precision.cs
similarity index 100%
rename from src/Managed/Precision.cs
rename to src/Numerics/Precision.cs
diff --git a/src/Managed/Properties/AssemblyInfo.cs b/src/Numerics/Properties/AssemblyInfo.cs
similarity index 100%
rename from src/Managed/Properties/AssemblyInfo.cs
rename to src/Numerics/Properties/AssemblyInfo.cs
diff --git a/src/Managed/Properties/Resources.Designer.cs b/src/Numerics/Properties/Resources.Designer.cs
similarity index 100%
rename from src/Managed/Properties/Resources.Designer.cs
rename to src/Numerics/Properties/Resources.Designer.cs
diff --git a/src/Managed/Properties/Resources.resx b/src/Numerics/Properties/Resources.resx
similarity index 100%
rename from src/Managed/Properties/Resources.resx
rename to src/Numerics/Properties/Resources.resx
diff --git a/src/Managed/SiConstants.cs b/src/Numerics/SiConstants.cs
similarity index 100%
rename from src/Managed/SiConstants.cs
rename to src/Numerics/SiConstants.cs
diff --git a/src/Managed/SiPrefixes.cs b/src/Numerics/SiPrefixes.cs
similarity index 100%
rename from src/Managed/SiPrefixes.cs
rename to src/Numerics/SiPrefixes.cs
diff --git a/src/Managed/Sorting.cs b/src/Numerics/Sorting.cs
similarity index 100%
rename from src/Managed/Sorting.cs
rename to src/Numerics/Sorting.cs
diff --git a/src/Managed/SpecialFunctions.cs b/src/Numerics/SpecialFunctions.cs
similarity index 100%
rename from src/Managed/SpecialFunctions.cs
rename to src/Numerics/SpecialFunctions.cs
diff --git a/src/Managed/SpecialFunctions/Erf.cs b/src/Numerics/SpecialFunctions/Erf.cs
similarity index 100%
rename from src/Managed/SpecialFunctions/Erf.cs
rename to src/Numerics/SpecialFunctions/Erf.cs
diff --git a/src/Managed/Statistics/DescriptiveStatistics.cs b/src/Numerics/Statistics/DescriptiveStatistics.cs
similarity index 100%
rename from src/Managed/Statistics/DescriptiveStatistics.cs
rename to src/Numerics/Statistics/DescriptiveStatistics.cs
diff --git a/src/Managed/Statistics/Statistics.cs b/src/Numerics/Statistics/Statistics.cs
similarity index 100%
rename from src/Managed/Statistics/Statistics.cs
rename to src/Numerics/Statistics/Statistics.cs
diff --git a/src/Managed/Threading/AggregateException.cs b/src/Numerics/Threading/AggregateException.cs
similarity index 100%
rename from src/Managed/Threading/AggregateException.cs
rename to src/Numerics/Threading/AggregateException.cs
diff --git a/src/Managed/Threading/Parallel.cs b/src/Numerics/Threading/Parallel.cs
similarity index 100%
rename from src/Managed/Threading/Parallel.cs
rename to src/Numerics/Threading/Parallel.cs
diff --git a/src/Managed/Threading/Task.cs b/src/Numerics/Threading/Task.cs
similarity index 100%
rename from src/Managed/Threading/Task.cs
rename to src/Numerics/Threading/Task.cs
diff --git a/src/Managed/Threading/ThreadQueue.cs b/src/Numerics/Threading/ThreadQueue.cs
similarity index 100%
rename from src/Managed/Threading/ThreadQueue.cs
rename to src/Numerics/Threading/ThreadQueue.cs
diff --git a/src/Managed/Trigonometry.cs b/src/Numerics/Trigonometry.cs
similarity index 100%
rename from src/Managed/Trigonometry.cs
rename to src/Numerics/Trigonometry.cs
diff --git a/src/Managed.UnitTests/AssertHelpers.cs b/src/UnitTests/AssertHelpers.cs
similarity index 100%
rename from src/Managed.UnitTests/AssertHelpers.cs
rename to src/UnitTests/AssertHelpers.cs
diff --git a/src/Managed.UnitTests/CombinatoricsTests/CombinatoricsCountingTest.cs b/src/UnitTests/CombinatoricsTests/CombinatoricsCountingTest.cs
similarity index 100%
rename from src/Managed.UnitTests/CombinatoricsTests/CombinatoricsCountingTest.cs
rename to src/UnitTests/CombinatoricsTests/CombinatoricsCountingTest.cs
diff --git a/src/Managed.UnitTests/ComplexTests/ComplexTest.cs b/src/UnitTests/ComplexTests/ComplexTest.cs
similarity index 100%
rename from src/Managed.UnitTests/ComplexTests/ComplexTest.cs
rename to src/UnitTests/ComplexTests/ComplexTest.cs
diff --git a/src/Managed.UnitTests/DistributionTests/CommonDistributionTests.cs b/src/UnitTests/DistributionTests/CommonDistributionTests.cs
similarity index 100%
rename from src/Managed.UnitTests/DistributionTests/CommonDistributionTests.cs
rename to src/UnitTests/DistributionTests/CommonDistributionTests.cs
diff --git a/src/Managed.UnitTests/DistributionTests/Continuous/BetaTests.cs b/src/UnitTests/DistributionTests/Continuous/BetaTests.cs
similarity index 100%
rename from src/Managed.UnitTests/DistributionTests/Continuous/BetaTests.cs
rename to src/UnitTests/DistributionTests/Continuous/BetaTests.cs
diff --git a/src/Managed.UnitTests/DistributionTests/Continuous/ContinuousUniformTests.cs b/src/UnitTests/DistributionTests/Continuous/ContinuousUniformTests.cs
similarity index 100%
rename from src/Managed.UnitTests/DistributionTests/Continuous/ContinuousUniformTests.cs
rename to src/UnitTests/DistributionTests/Continuous/ContinuousUniformTests.cs
diff --git a/src/Managed.UnitTests/DistributionTests/Continuous/GammaTests.cs b/src/UnitTests/DistributionTests/Continuous/GammaTests.cs
similarity index 100%
rename from src/Managed.UnitTests/DistributionTests/Continuous/GammaTests.cs
rename to src/UnitTests/DistributionTests/Continuous/GammaTests.cs
diff --git a/src/Managed.UnitTests/DistributionTests/Continuous/NormalTests.cs b/src/UnitTests/DistributionTests/Continuous/NormalTests.cs
similarity index 100%
rename from src/Managed.UnitTests/DistributionTests/Continuous/NormalTests.cs
rename to src/UnitTests/DistributionTests/Continuous/NormalTests.cs
diff --git a/src/Managed.UnitTests/IntegralTransformsTests/DftTest.cs b/src/UnitTests/IntegralTransformsTests/DftTest.cs
similarity index 100%
rename from src/Managed.UnitTests/IntegralTransformsTests/DftTest.cs
rename to src/UnitTests/IntegralTransformsTests/DftTest.cs
diff --git a/src/Managed.UnitTests/IntegralTransformsTests/DhtTest.cs b/src/UnitTests/IntegralTransformsTests/DhtTest.cs
similarity index 100%
rename from src/Managed.UnitTests/IntegralTransformsTests/DhtTest.cs
rename to src/UnitTests/IntegralTransformsTests/DhtTest.cs
diff --git a/src/Managed.UnitTests/IntegrationTests/IntegrationTest.cs b/src/UnitTests/IntegrationTests/IntegrationTest.cs
similarity index 100%
rename from src/Managed.UnitTests/IntegrationTests/IntegrationTest.cs
rename to src/UnitTests/IntegrationTests/IntegrationTest.cs
diff --git a/src/Managed.UnitTests/InterpolationTests/InterpolationContract.cs b/src/UnitTests/InterpolationTests/InterpolationContract.cs
similarity index 100%
rename from src/Managed.UnitTests/InterpolationTests/InterpolationContract.cs
rename to src/UnitTests/InterpolationTests/InterpolationContract.cs
diff --git a/src/Managed.UnitTests/InterpolationTests/InterpolationTest.cs b/src/UnitTests/InterpolationTests/InterpolationTest.cs
similarity index 100%
rename from src/Managed.UnitTests/InterpolationTests/InterpolationTest.cs
rename to src/UnitTests/InterpolationTests/InterpolationTest.cs
diff --git a/src/Managed.UnitTests/NumberTheoryTests/GcdRelatedTest.cs b/src/UnitTests/NumberTheoryTests/GcdRelatedTest.cs
similarity index 100%
rename from src/Managed.UnitTests/NumberTheoryTests/GcdRelatedTest.cs
rename to src/UnitTests/NumberTheoryTests/GcdRelatedTest.cs
diff --git a/src/Managed.UnitTests/NumberTheoryTests/IntegerTheoryTest.cs b/src/UnitTests/NumberTheoryTests/IntegerTheoryTest.cs
similarity index 100%
rename from src/Managed.UnitTests/NumberTheoryTests/IntegerTheoryTest.cs
rename to src/UnitTests/NumberTheoryTests/IntegerTheoryTest.cs
diff --git a/src/Managed.UnitTests/PrecisionTest.cs b/src/UnitTests/PrecisionTest.cs
similarity index 100%
rename from src/Managed.UnitTests/PrecisionTest.cs
rename to src/UnitTests/PrecisionTest.cs
diff --git a/src/Managed.UnitTests/Properties/AssemblyInfo.cs b/src/UnitTests/Properties/AssemblyInfo.cs
similarity index 100%
rename from src/Managed.UnitTests/Properties/AssemblyInfo.cs
rename to src/UnitTests/Properties/AssemblyInfo.cs
diff --git a/src/Managed.UnitTests/SortingTests.cs b/src/UnitTests/SortingTests.cs
similarity index 100%
rename from src/Managed.UnitTests/SortingTests.cs
rename to src/UnitTests/SortingTests.cs
diff --git a/src/Managed.UnitTests/SpecialFunctionsTest/ErfTests.cs b/src/UnitTests/SpecialFunctionsTest/ErfTests.cs
similarity index 100%
rename from src/Managed.UnitTests/SpecialFunctionsTest/ErfTests.cs
rename to src/UnitTests/SpecialFunctionsTest/ErfTests.cs
diff --git a/src/Managed.UnitTests/SpecialFunctionsTest/SpecialFunctionsTests.cs b/src/UnitTests/SpecialFunctionsTest/SpecialFunctionsTests.cs
similarity index 100%
rename from src/Managed.UnitTests/SpecialFunctionsTest/SpecialFunctionsTests.cs
rename to src/UnitTests/SpecialFunctionsTest/SpecialFunctionsTests.cs
diff --git a/src/Managed.UnitTests/StatisticsTests/DescriptiveStatisticsTests.cs b/src/UnitTests/StatisticsTests/DescriptiveStatisticsTests.cs
similarity index 100%
rename from src/Managed.UnitTests/StatisticsTests/DescriptiveStatisticsTests.cs
rename to src/UnitTests/StatisticsTests/DescriptiveStatisticsTests.cs
diff --git a/src/Managed.UnitTests/StatisticsTests/StatTestData.cs b/src/UnitTests/StatisticsTests/StatTestData.cs
similarity index 100%
rename from src/Managed.UnitTests/StatisticsTests/StatTestData.cs
rename to src/UnitTests/StatisticsTests/StatTestData.cs
diff --git a/src/Managed.UnitTests/StatisticsTests/StatisticsTests.cs b/src/UnitTests/StatisticsTests/StatisticsTests.cs
similarity index 100%
rename from src/Managed.UnitTests/StatisticsTests/StatisticsTests.cs
rename to src/UnitTests/StatisticsTests/StatisticsTests.cs
diff --git a/src/Managed.UnitTests/ThreadingTests/ParallelTest.cs b/src/UnitTests/ThreadingTests/ParallelTest.cs
similarity index 100%
rename from src/Managed.UnitTests/ThreadingTests/ParallelTest.cs
rename to src/UnitTests/ThreadingTests/ParallelTest.cs
diff --git a/src/Managed.UnitTests/TrigonometryTest.cs b/src/UnitTests/TrigonometryTest.cs
similarity index 100%
rename from src/Managed.UnitTests/TrigonometryTest.cs
rename to src/UnitTests/TrigonometryTest.cs
diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj
new file mode 100644
index 00000000..55ce7273
--- /dev/null
+++ b/src/UnitTests/UnitTests.csproj
@@ -0,0 +1,111 @@
+
+
+
+ Debug
+ AnyCPU
+ 9.0.30729
+ 2.0
+ {8C9A5D3F-A20C-4D24-A09C-98E187A8D720}
+ Library
+ Properties
+ MathNet.Numerics.UnitTests
+ MathNet.Numerics.UnitTests
+ v3.5
+ 512
+ true
+ ..\MathNet.Numerics.snk
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+ False
+ ..\..\lib\Gallio_3.0.6.787\bin\Gallio.dll
+
+
+ False
+ ..\..\lib\Gallio_3.0.6.787\bin\MbUnit.dll
+
+
+ False
+ ..\..\lib\Gallio_3.0.6.787\bin\MbUnit35.dll
+
+
+
+ 3.5
+
+
+ 3.5
+
+
+ 3.5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {B7CAE5F4-A23F-4438-B5BE-41226618B695}
+ Numerics
+
+
+
+
+ MathNet.Numerics.snk
+
+
+
+
+
+
+
+
+
\ No newline at end of file