Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2018-08-11 01:29:31 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2018-08-13 18:52:22 +0300
commite7d8478172f1f443322bd60d03cb7181a154ca10 (patch)
tree3f7ca286135fdaa4f6c640f2b384a68c58bc206a /main/external/fsharpbinding/MonoDevelop.FSharp.Tests
parent0bf1f73c8b676c2c415117549ddc954b40f2808a (diff)
[F#] Fix BeforeCommonTargets imports
F# targets grab a bunch of values from the current state before importing the common targets, so the overrides were not taking effect. This lead to things like not getting debug symbols.
Diffstat (limited to 'main/external/fsharpbinding/MonoDevelop.FSharp.Tests')
-rw-r--r--main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj b/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj
index 6bb0846701..3cac2e2cce 100644
--- a/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj
+++ b/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj
@@ -104,6 +104,7 @@
<HintPath>..\MonoDevelop.FSharpi.Service\lib\FSharp.Compiler.Interactive.Settings.dll</HintPath>
</Reference>
</ItemGroup>
+ <Import Project="$(CustomBeforeMicrosoftCommonTargets)" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets" />
<ItemGroup>
<Compile Include="TestBase.fs" />