3 assignments to MSBuild property FSharpCorePath
tool_fsc (3)
tool_fsc.csproj (3)
34
<
FSharpCorePath
Condition="'$(DotNetFinalVersionKind)'==''">Shipping</FSharpCorePath>
35
<
FSharpCorePath
Condition="'$(DotNetFinalVersionKind)'=='prerelease'">PreRelease</FSharpCorePath>
36
<
FSharpCorePath
Condition="'$(DotNetFinalVersionKind)'=='release'">Release</FSharpCorePath>
2 usages of MSBuild property FSharpCorePath
tool_fsc (2)
tool_fsc.csproj (2)
48
<FilesToCopyFromFSharpCompilerPackage Include="$(PkgMicrosoft_FSharp_Compiler)/contentFiles/$(
FSharpCorePath
)/FSharp.Core.*.nupkg" SubDir="library-packs\"/>
49
<FilesToCopyFromFSharpCompilerPackage Include="$(PkgMicrosoft_FSharp_Compiler)/contentFiles/$(
FSharpCorePath
)/Microsoft.FSharp.Core.NetSdk.props" SubDir="" />