Skip to content

Commit 360056e

Browse files
committed
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
1 parent ab838c5 commit 360056e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<OtherFlags>$(OtherFlags) --times</OtherFlags>
2727
<NoWarn>$(NoWarn);69;65;54;61;75</NoWarn>
2828
<DebugSymbols>true</DebugSymbols>
29-
<OutputPath>..\..\..\bin\$(TargetFrameworkVersion)\</OutputPath>
29+
<OutputPath>..\..\..\bin\$(TargetFrameworkVersion)</OutputPath>
3030
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
3131
<DefineConstants>$(DefineConstants);CROSS_PLATFORM_COMPILER</DefineConstants>
3232
<DefineConstants>$(DefineConstants);FX_ATLEAST_45</DefineConstants>
@@ -614,4 +614,4 @@
614614
<Import Project="$(LkgPath)\FSharp.SRGen.targets" />
615615
<Import Project="$(LkgPath)\FSharp.PowerPack.targets" />
616616
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
617-
</Project>
617+
</Project>

0 commit comments

Comments
 (0)