diff --git a/src/Managed.UnitTests/Managed.UnitTests.csproj b/src/Managed.UnitTests/Managed.UnitTests.csproj deleted file mode 100644 index 7d796f70..00000000 --- a/src/Managed.UnitTests/Managed.UnitTests.csproj +++ /dev/null @@ -1,111 +0,0 @@ - - - - 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} - Managed - - - - - MathNet.Numerics.snk - - - - - - - - - \ No newline at end of file diff --git a/src/Managed.UnitTests/Properties/AssemblyInfo.cs b/src/Managed.UnitTests/Properties/AssemblyInfo.cs index f1e02c2d..59c884bb 100644 --- a/src/Managed.UnitTests/Properties/AssemblyInfo.cs +++ b/src/Managed.UnitTests/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Math.NET Numerics (Managed) Unit Tests")] +[assembly: AssemblyTitle("Math.NET Numerics Unit Tests")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] diff --git a/src/Managed/Managed.csproj b/src/Managed/Managed.csproj deleted file mode 100644 index 053c9833..00000000 --- a/src/Managed/Managed.csproj +++ /dev/null @@ -1,129 +0,0 @@ - - - - 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/Properties/AssemblyInfo.cs b/src/Managed/Properties/AssemblyInfo.cs index bf9bb403..3a3f5053 100644 --- a/src/Managed/Properties/AssemblyInfo.cs +++ b/src/Managed/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -[assembly: AssemblyTitle("Math.NET Numerics (Managed)")] +[assembly: AssemblyTitle("Math.NET Numerics")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] diff --git a/src/MathNet.Numerics.sln b/src/MathNet.Numerics.sln index a9c85293..0d65a8d6 100644 --- a/src/MathNet.Numerics.sln +++ b/src/MathNet.Numerics.sln @@ -1,13 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Managed", "Managed\Managed.csproj", "{B7CAE5F4-A23F-4438-B5BE-41226618B695}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Numerics", "Managed\Numerics.csproj", "{B7CAE5F4-A23F-4438-B5BE-41226618B695}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Native", "Native\Native.csproj", "{4FE24723-A98A-4EB6-B266-03E35967695B}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Managed.UnitTests", "Managed.UnitTests\Managed.UnitTests.csproj", "{8C9A5D3F-A20C-4D24-A09C-98E187A8D720}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Native.UnitTests", "Native.UnitTests\Native.UnitTests.csproj", "{0FCA7B04-D5B7-45B9-A7A5-423BEAD29114}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "Managed.UnitTests\UnitTests.csproj", "{8C9A5D3F-A20C-4D24-A09C-98E187A8D720}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Examples\Examples.csproj", "{8239A6FF-1EF3-4DA4-A860-95C392DD6899}" EndProject @@ -21,18 +17,10 @@ Global {B7CAE5F4-A23F-4438-B5BE-41226618B695}.Debug|Any CPU.Build.0 = Debug|Any CPU {B7CAE5F4-A23F-4438-B5BE-41226618B695}.Release|Any CPU.ActiveCfg = Release|Any CPU {B7CAE5F4-A23F-4438-B5BE-41226618B695}.Release|Any CPU.Build.0 = Release|Any CPU - {4FE24723-A98A-4EB6-B266-03E35967695B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4FE24723-A98A-4EB6-B266-03E35967695B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4FE24723-A98A-4EB6-B266-03E35967695B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4FE24723-A98A-4EB6-B266-03E35967695B}.Release|Any CPU.Build.0 = Release|Any CPU {8C9A5D3F-A20C-4D24-A09C-98E187A8D720}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8C9A5D3F-A20C-4D24-A09C-98E187A8D720}.Debug|Any CPU.Build.0 = Debug|Any CPU {8C9A5D3F-A20C-4D24-A09C-98E187A8D720}.Release|Any CPU.ActiveCfg = Release|Any CPU {8C9A5D3F-A20C-4D24-A09C-98E187A8D720}.Release|Any CPU.Build.0 = Release|Any CPU - {0FCA7B04-D5B7-45B9-A7A5-423BEAD29114}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0FCA7B04-D5B7-45B9-A7A5-423BEAD29114}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0FCA7B04-D5B7-45B9-A7A5-423BEAD29114}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0FCA7B04-D5B7-45B9-A7A5-423BEAD29114}.Release|Any CPU.Build.0 = Release|Any CPU {8239A6FF-1EF3-4DA4-A860-95C392DD6899}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8239A6FF-1EF3-4DA4-A860-95C392DD6899}.Debug|Any CPU.Build.0 = Debug|Any CPU {8239A6FF-1EF3-4DA4-A860-95C392DD6899}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/src/Native.UnitTests/Native.UnitTests.csproj b/src/Native.UnitTests/Native.UnitTests.csproj deleted file mode 100644 index 9c4f56bf..00000000 --- a/src/Native.UnitTests/Native.UnitTests.csproj +++ /dev/null @@ -1,156 +0,0 @@ - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {0FCA7B04-D5B7-45B9-A7A5-423BEAD29114} - Library - Properties - MathNet.Numerics.UnitTests - MathNet.Numerics.Native.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 - - - - - - - AssertHelpers.cs - - - CombinatoricsTests\CombinatoricsCountingTest.cs - - - ComplexTests\ComplexTest.cs - - - DistributionTests\Continuous\BetaTests.cs - - - DistributionTests\Continuous\ContinuousUniformTests.cs - - - DistributionTests\Continuous\GammaTests.cs - - - DistributionTests\Continuous\NormalTests.cs - - - IntegralTransformsTests\DftTest.cs - - - IntegralTransformsTests\DhtTest.cs - - - IntegrationTests\IntegrationTest.cs - - - InterpolationTests\InterpolationContract.cs - - - InterpolationTests\InterpolationTest.cs - - - NumberTheoryTests\GcdRelatedTest.cs - - - NumberTheoryTests\IntegerTheoryTest.cs - - - PrecisionTest.cs - - - SortingTests.cs - - - SpecialFunctionsTest\ErfTests.cs - - - SpecialFunctionsTest\SpecialFunctionsTests.cs - - - StatisticsTests\DescriptiveStatisticsTests.cs - - - StatisticsTests\StatisticsTests.cs - - - StatisticsTests\StatTestData.cs - - - ThreadingTests\ParallelTest.cs - - - TrigonometryTest.cs - - - - - - {4FE24723-A98A-4EB6-B266-03E35967695B} - Native - - - - - MathNet.Numerics.snk - - - - - - - - - \ No newline at end of file diff --git a/src/Native.UnitTests/Properties/AssemblyInfo.cs b/src/Native.UnitTests/Properties/AssemblyInfo.cs deleted file mode 100644 index f2087ba2..00000000 --- a/src/Native.UnitTests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,38 +0,0 @@ -using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Math.NET Numerics (Native) Unit Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Math.NET Project")] -[assembly: AssemblyProduct("Math.NET Numerics")] -[assembly: AssemblyCopyright("Copyright © Math.NET Project")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("3b199806-db41-46df-8235-85e472577cfb")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: NeutralResourcesLanguage("en")] diff --git a/src/Native/Native.csproj b/src/Native/Native.csproj deleted file mode 100644 index cb10aad0..00000000 --- a/src/Native/Native.csproj +++ /dev/null @@ -1,229 +0,0 @@ - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {4FE24723-A98A-4EB6-B266-03E35967695B} - Library - Properties - MathNet.Numerics - MathNet.Numerics.Native - v3.5 - 512 - true - ..\MathNet.Numerics.snk - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - 3.5 - - - - - - - Combinatorics.cs - - - Complex.cs - - - Constants.cs - - - Control.cs - - - Distributions\Continuous\Beta.cs - - - Distributions\Continuous\ContinuousUniform.cs - - - Distributions\Continuous\Gamma.cs - - - Distributions\Continuous\Normal.cs - - - Distributions\Discrete\Bernoulli.cs - - - Distributions\IContinuousDistribution.cs - - - Distributions\IDiscreteDistribution.cs - - - Distributions\IDistribution.cs - - - IntegralTransforms\Algorithms\DiscreteFourierTransform.Bluestein.cs - - - IntegralTransforms\Algorithms\DiscreteFourierTransform.Naive.cs - - - IntegralTransforms\Algorithms\DiscreteFourierTransform.Options.cs - - - IntegralTransforms\Algorithms\DiscreteFourierTransform.RadixN.cs - - - IntegralTransforms\Algorithms\DiscreteHartleyTransform.Naive.cs - - - IntegralTransforms\Algorithms\DiscreteHartleyTransform.Options.cs - - - IntegralTransforms\FourierOptions.cs - - - IntegralTransforms\HartleyOptions.cs - - - IntegralTransforms\Transform.cs - - - Integration\Algorithms\DoubleExponentialTransformation.cs - - - Integration\Algorithms\NewtonCotesTrapeziumRule.cs - - - Integration\Algorithms\SimpsonRule.cs - - - Integration\Integrate.cs - - - Interpolation\Algorithms\AkimaSplineInterpolation.cs - - - Interpolation\Algorithms\BarycentricInterpolation.cs - - - Interpolation\Algorithms\BulirschStoerRationalInterpolation.cs - - - Interpolation\Algorithms\CubicHermiteSplineInterpolation.cs - - - Interpolation\Algorithms\CubicSplineInterpolation.cs - - - Interpolation\Algorithms\FloaterHormannRationalInterpolation.cs - - - Interpolation\Algorithms\LinearSplineInterpolation.cs - - - Interpolation\Algorithms\NevillePolynomialInterpolation.cs - - - Interpolation\Algorithms\SplineInterpolation.cs - - - Interpolation\IInterpolation.cs - - - Interpolation\Interpolate.cs - - - Interpolation\SplineBoundaryCondition.cs - - - IPrecisionSupport.cs - - - NumberTheory\IntegerTheory.cs - - - NumberTheory\IntegerTheory.Euclid.cs - - - Precision.cs - - - Properties\Resources.Designer.cs - - - SiConstants.cs - - - SiPrefixes.cs - - - Sorting.cs - - - SpecialFunctions.cs - - - SpecialFunctions\Erf.cs - - - Statistics\DescriptiveStatistics.cs - - - Statistics\Statistics.cs - - - Threading\AggregateException.cs - - - Threading\Parallel.cs - - - Threading\Task.cs - - - Threading\ThreadQueue.cs - - - Trigonometry.cs - - - - - - Properties\Resources.resx - - - - - MathNet.Numerics.snk - - - - - - - - \ No newline at end of file diff --git a/src/Native/Properties/AssemblyInfo.cs b/src/Native/Properties/AssemblyInfo.cs deleted file mode 100644 index 7857fa80..00000000 --- a/src/Native/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -// Math.NET Numerics, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info -// -// Copyright (c) 2009 Math.NET -// -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, -// copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following -// conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -// OTHER DEALINGS IN THE SOFTWARE. -// - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("Math.NET Numerics (Native)")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Math.NET Project")] -[assembly: AssemblyProduct("Math.NET Numerics")] -[assembly: AssemblyCopyright("Copyright © Math.NET Project")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: CLSCompliant(true)] -[assembly: ComVisible(false)] -[assembly: Guid("2b6a14a7-2aee-4bdc-a95a-2f496fe06cb7")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: NeutralResourcesLanguage("en")] -[assembly: InternalsVisibleTo("MathNet.Numerics.Native.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed2314a577643d859571b8b9307c6ff2670525c4598fbb307e57ea65ebf5d4417284cb3da9181636480b623f4db8cc3c1947244ba069df0df86e2431621f51a488f9929519a1c5d0ae595f6e2d0e4094685f0c1229ff658360acbb9f63f1a0258e984dda00dc7ad4fd16dbb550ec1ef8a11df138402b7c1998ee224e652c839b")]