diff --git a/src/MathNet.Numerics.sln b/src/MathNet.Numerics.sln index d17b1261..42db81f8 100644 --- a/src/MathNet.Numerics.sln +++ b/src/MathNet.Numerics.sln @@ -15,8 +15,6 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpUnitTests", "FSharpUn EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silverlight", "Silverlight\Silverlight.csproj", "{793E332F-E2B1-4D1D-9B2E-27E90B99BF93}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO", "IO\IO.csproj", "{D90B622B-13A4-4E88-BF3A-A82C07D38C93}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -51,10 +49,6 @@ Global {793E332F-E2B1-4D1D-9B2E-27E90B99BF93}.Debug|Any CPU.Build.0 = Debug|Any CPU {793E332F-E2B1-4D1D-9B2E-27E90B99BF93}.Release|Any CPU.ActiveCfg = Release|Any CPU {793E332F-E2B1-4D1D-9B2E-27E90B99BF93}.Release|Any CPU.Build.0 = Release|Any CPU - {D90B622B-13A4-4E88-BF3A-A82C07D38C93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D90B622B-13A4-4E88-BF3A-A82C07D38C93}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D90B622B-13A4-4E88-BF3A-A82C07D38C93}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D90B622B-13A4-4E88-BF3A-A82C07D38C93}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index 84eec40a..7c7ac1fc 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -264,7 +264,9 @@ true - + + +