Skip to content

Instantly share code, notes, and snippets.

@joeriks
Created March 19, 2014 11:24
Show Gist options
  • Save joeriks/9639731 to your computer and use it in GitHub Desktop.
Save joeriks/9639731 to your computer and use it in GitHub Desktop.
necessary fixes in fsproj to make it build in azure deployment
<Import Project="$(FSharpTargetsPath)" Condition="Exists('$(FSharpTargetsPath)')"/>
<Import Project="$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets" Condition=" Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment