From 62fd11244d731c868086d9fbe2a6d7c511447f5d Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sat, 3 Nov 2012 21:47:37 +0100 Subject: [PATCH] Portable F# extensions project (via cpoulain) --- MathNet.Numerics.Portable.sln | 10 ++- src/FSharpPortable/FSharpPortable.fsproj | 87 ++++++++++++++++++++++++ 2 files changed, 95 insertions(+), 2 deletions(-) create mode 100644 src/FSharpPortable/FSharpPortable.fsproj diff --git a/MathNet.Numerics.Portable.sln b/MathNet.Numerics.Portable.sln index 2b8e76ad..9e219e96 100644 --- a/MathNet.Numerics.Portable.sln +++ b/MathNet.Numerics.Portable.sln @@ -1,6 +1,6 @@  -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Readme", "Readme", "{C2F37492-38AE-4186-8A7F-17B0B080942C}" ProjectSection(SolutionItems) = preProject AUTHORS.markdown = AUTHORS.markdown @@ -10,6 +10,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Readme", "Readme", "{C2F374 EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Portable", "src\Portable\Portable.csproj", "{D877F358-A2D2-4CC3-A921-8AA5CF6187E8}" EndProject +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpPortable", "src\FSharpPortable\FSharpPortable.fsproj", "{F5F14D76-428D-43D7-8431-5B885F1BA419}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -20,6 +22,10 @@ Global {D877F358-A2D2-4CC3-A921-8AA5CF6187E8}.Debug|Any CPU.Build.0 = Debug|Any CPU {D877F358-A2D2-4CC3-A921-8AA5CF6187E8}.Release|Any CPU.ActiveCfg = Release|Any CPU {D877F358-A2D2-4CC3-A921-8AA5CF6187E8}.Release|Any CPU.Build.0 = Release|Any CPU + {F5F14D76-428D-43D7-8431-5B885F1BA419}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F5F14D76-428D-43D7-8431-5B885F1BA419}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F5F14D76-428D-43D7-8431-5B885F1BA419}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F5F14D76-428D-43D7-8431-5B885F1BA419}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/FSharpPortable/FSharpPortable.fsproj b/src/FSharpPortable/FSharpPortable.fsproj new file mode 100644 index 00000000..aff5bc54 --- /dev/null +++ b/src/FSharpPortable/FSharpPortable.fsproj @@ -0,0 +1,87 @@ + + + + + Debug + AnyCPU + 2.0 + f5f14d76-428d-43d7-8431-5b885f1ba419 + Library + FSharpPortable + MathNet.Numerics.FSharp + v4.0 + Profile47 + FSharpPortable + + + true + full + false + false + ..\..\out\debug\Portable\ + DEBUG;TRACE + 3 + + + + + pdbonly + true + true + ..\..\out\lib\Portable\ + TRACE;PORTABLE + 3 + ..\..\out\lib\Portable\MathNet.Numerics.FSharp.XML + + + + FSharp.Core + FSharp.Core.dll + $(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\3.0\Runtime\.NETPortable\FSharp.Core.dll + + + + + DenseMatrix.fs + + + DenseVector.fs + + + Extensions.fs + + + Main.fs + + + Matrix.fs + + + SparseMatrix.fs + + + SparseVector.fs + + + Vector.fs + + + + + Portable + {d877f358-a2d2-4cc3-a921-8aa5cf6187e8} + True + + + + 11 + + + + \ No newline at end of file