Skip to content

Commit

Permalink
Update to allow clean build using Xamarin Studio and Mono Develop
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fsgit committed Sep 25, 2014
1 parent ab838c5 commit 360056e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<OtherFlags>$(OtherFlags) --times</OtherFlags>
<NoWarn>$(NoWarn);69;65;54;61;75</NoWarn>
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\..\..\bin\$(TargetFrameworkVersion)\</OutputPath>
<OutputPath>..\..\..\bin\$(TargetFrameworkVersion)</OutputPath>
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
<DefineConstants>$(DefineConstants);CROSS_PLATFORM_COMPILER</DefineConstants>
<DefineConstants>$(DefineConstants);FX_ATLEAST_45</DefineConstants>
Expand Down Expand Up @@ -614,4 +614,4 @@
<Import Project="$(LkgPath)\FSharp.SRGen.targets" />
<Import Project="$(LkgPath)\FSharp.PowerPack.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
</Project>
</Project>

0 comments on commit 360056e

Please sign in to comment.