From f1b03254153fda6685ca5f8dac9c4c3dd60f250b Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 18 May 2014 19:05:57 +0200 Subject: [PATCH] Build: fix Fsharp.Core reference in F# PCL projects (legacy) --- src/FSharp/FSharp-Portable136.fsproj | 14 +++++++------- src/FSharp/FSharp-Portable344.fsproj | 14 +++++++------- src/FSharp/FSharp-Portable47.fsproj | 14 +++++++------- src/FSharp/FSharp.fsproj | 6 ++---- .../FSharpUnitTests-Portable136.fsproj | 11 ++++++++++- .../FSharpUnitTests-Portable344.fsproj | 11 ++++++++++- .../FSharpUnitTests-Portable47.fsproj | 11 ++++++++++- src/FSharpUnitTests/FSharpUnitTests.fsproj | 2 +- 8 files changed, 54 insertions(+), 29 deletions(-) diff --git a/src/FSharp/FSharp-Portable136.fsproj b/src/FSharp/FSharp-Portable136.fsproj index 353d61e4..c1277cc2 100644 --- a/src/FSharp/FSharp-Portable136.fsproj +++ b/src/FSharp/FSharp-Portable136.fsproj @@ -1,5 +1,5 @@  - + Debug @@ -7,13 +7,12 @@ 2.0 {d178918b-6ac0-4624-a515-4b99147b9ffd} Library - FSharpPortable - MathNet.Numerics.FSharp v4.0 Profile136 - FSharp-Portable136 - 11 2.3.5.0 + MathNet.Numerics.FSharp + MathNet.Numerics + FSharp-Portable136 TRACE;PORTABLE;NOSYSNUMERICS @@ -40,8 +39,9 @@ - $(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\3.0\Runtime\.NETPortable\FSharp.Core.dll - False + FSharp.Core + FSharp.Core.dll + $(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\.NETPortable\$(TargetFSharpCoreVersion)\FSharp.Core.dll diff --git a/src/FSharp/FSharp-Portable344.fsproj b/src/FSharp/FSharp-Portable344.fsproj index 385c9d11..577a19b5 100644 --- a/src/FSharp/FSharp-Portable344.fsproj +++ b/src/FSharp/FSharp-Portable344.fsproj @@ -1,5 +1,5 @@  - + Debug @@ -7,13 +7,12 @@ 2.0 {8a60894f-d090-4fc5-9535-e244e90a44c1} Library - FSharpPortable - MathNet.Numerics.FSharp v4.0 Profile344 - FSharp-Portable344 - 11 2.3.5.0 + MathNet.Numerics.FSharp + MathNet.Numerics + FSharp-Portable344 TRACE;PORTABLE;NOSYSNUMERICS @@ -40,8 +39,9 @@ - $(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\3.0\Runtime\.NETPortable\FSharp.Core.dll - False + FSharp.Core + FSharp.Core.dll + $(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\.NETPortable\$(TargetFSharpCoreVersion)\FSharp.Core.dll diff --git a/src/FSharp/FSharp-Portable47.fsproj b/src/FSharp/FSharp-Portable47.fsproj index 42619e0c..b26c83f8 100644 --- a/src/FSharp/FSharp-Portable47.fsproj +++ b/src/FSharp/FSharp-Portable47.fsproj @@ -1,5 +1,5 @@  - + Debug @@ -7,13 +7,12 @@ 2.0 {f5f14d76-428d-43d7-8431-5b885f1ba419} Library - FSharpPortable - MathNet.Numerics.FSharp v4.0 Profile47 - FSharp-Portable47 - 11 2.3.5.0 + MathNet.Numerics.FSharp + MathNet.Numerics + FSharp-Portable47 TRACE;PORTABLE @@ -40,8 +39,9 @@ - $(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\3.0\Runtime\.NETPortable\FSharp.Core.dll - False + FSharp.Core + FSharp.Core.dll + $(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\.NETPortable\$(TargetFSharpCoreVersion)\FSharp.Core.dll diff --git a/src/FSharp/FSharp.fsproj b/src/FSharp/FSharp.fsproj index 30e803d3..88bb928f 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -7,12 +7,10 @@ 2.0 {37e8e802-a354-4114-bfc1-6e1357da605b} Library - FSharp + MathNet.Numerics MathNet.Numerics.FSharp v4.0 FSharp - - 11 4.3.0.0 ..\MathNet.Numerics.snk diff --git a/src/FSharpUnitTests/FSharpUnitTests-Portable136.fsproj b/src/FSharpUnitTests/FSharpUnitTests-Portable136.fsproj index 83c9bc34..3fddaa77 100644 --- a/src/FSharpUnitTests/FSharpUnitTests-Portable136.fsproj +++ b/src/FSharpUnitTests/FSharpUnitTests-Portable136.fsproj @@ -1,5 +1,5 @@  - + Debug @@ -13,6 +13,8 @@ FSharpUnitTests-Portable136 11 4.3.0.0 + ..\..\ + true TRACE;PORTABLE;NOSYSNUMERICS @@ -92,4 +94,11 @@ $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file diff --git a/src/FSharpUnitTests/FSharpUnitTests-Portable344.fsproj b/src/FSharpUnitTests/FSharpUnitTests-Portable344.fsproj index 3017a156..2250e5cf 100644 --- a/src/FSharpUnitTests/FSharpUnitTests-Portable344.fsproj +++ b/src/FSharpUnitTests/FSharpUnitTests-Portable344.fsproj @@ -1,5 +1,5 @@  - + Debug @@ -13,6 +13,8 @@ FSharpUnitTests-Portable344 11 4.3.0.0 + ..\..\ + true TRACE;PORTABLE;NOSYSNUMERICS @@ -95,4 +97,11 @@ $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file diff --git a/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj b/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj index b9f48658..51ad5042 100644 --- a/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj +++ b/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj @@ -1,5 +1,5 @@  - + Debug @@ -13,6 +13,8 @@ FSharpUnitTests-Portable47 11 4.3.0.0 + ..\..\ + true TRACE;PORTABLE @@ -93,4 +95,11 @@ $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file diff --git a/src/FSharpUnitTests/FSharpUnitTests.fsproj b/src/FSharpUnitTests/FSharpUnitTests.fsproj index 0f17d743..42d803cc 100644 --- a/src/FSharpUnitTests/FSharpUnitTests.fsproj +++ b/src/FSharpUnitTests/FSharpUnitTests.fsproj @@ -1,5 +1,5 @@  - + Debug AnyCPU