From 360056eb4ca1405311d7b1ac251a59a0de167605 Mon Sep 17 00:00:00 2001 From: F# Software Foundation Date: Thu, 25 Sep 2014 18:16:35 +0100 Subject: [PATCH] Update to allow clean build using Xamarin Studio and Mono Develop Cross-project references don't seem to work in Xamarin Studio and Mono Develop "Build" on OSX if a trailing "\" is on the end of the OutputPath --- .../FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj b/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj index 7813d16eec..08cc3cfd36 100644 --- a/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj +++ b/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj @@ -26,7 +26,7 @@ $(OtherFlags) --times $(NoWarn);69;65;54;61;75 true - ..\..\..\bin\$(TargetFrameworkVersion)\ + ..\..\..\bin\$(TargetFrameworkVersion) $(OutputPath)$(AssemblyName).xml $(DefineConstants);CROSS_PLATFORM_COMPILER $(DefineConstants);FX_ATLEAST_45 @@ -614,4 +614,4 @@ - \ No newline at end of file +