-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate fsharp aug 11 2019
- Loading branch information
Showing
154 changed files
with
3,804 additions
and
5,797 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<BUILD_IN_FSHARP_REPOSITORY>true</BUILD_IN_FSHARP_REPOSITORY> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(FSharpTestCompilerVersion)' == 'net40'"> | ||
<DisableAutoSetFscCompilerPath>true</DisableAutoSetFscCompilerPath> | ||
|
||
<FscToolPath>$(MSBuildThisFileDirectory)artifacts\bin\fsc\$(Configuration)\net472</FscToolPath> | ||
<FscToolExe>fsc.exe</FscToolExe> | ||
<DotnetFscCompilerPath></DotnetFscCompilerPath> | ||
|
||
<FsiToolPath>$(MSBuildThisFileDirectory)artifacts\bin\fsi\$(Configuration)\net472</FsiToolPath> | ||
<FsiToolExe>fsi.exe</FsiToolExe> | ||
<DotnetFsiCompilerPath></DotnetFsiCompilerPath> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(FSharpTestCompilerVersion)' == 'coreclr'"> | ||
<DisableAutoSetFscCompilerPath>true</DisableAutoSetFscCompilerPath> | ||
|
||
<FscToolPath>$([System.IO.Path]::GetDirectoryName('$(DOTNET_HOST_PATH)'))</FscToolPath> | ||
<FscToolExe Condition="'$(OS)' != 'Unix'">dotnet.exe</FscToolExe> | ||
<FscToolExe Condition="'$(OS)' == 'Unix'">dotnet</FscToolExe> | ||
<DotnetFscCompilerPath>$(MSBuildThisFileDirectory)artifacts\bin\fsc\$(Configuration)\netcoreapp2.1\fsc.exe</DotnetFscCompilerPath> | ||
|
||
<FsiToolPath>$([System.IO.Path]::GetDirectoryName('$(DOTNET_HOST_PATH)'))</FsiToolPath> | ||
<FsiToolExe Condition="'$(OS)' != 'Unix'">dotnet.exe</FsiToolExe> | ||
<FsiToolExe Condition="'$(OS)' == 'Unix'">dotnet</FsiToolExe> | ||
<DotnetFsiCompilerPath>$(MSBuildThisFileDirectory)artifacts\bin\fsi\$(Configuration)\netcoreapp2.1\fsi.exe</DotnetFsiCompilerPath> | ||
</PropertyGroup> | ||
|
||
<!-- SDK targets override --> | ||
<PropertyGroup> | ||
<_FSharpBuildTargetFramework Condition="'$(MSBuildRuntimeType)'!='Core'">net472</_FSharpBuildTargetFramework> | ||
<_FSharpBuildTargetFramework Condition="'$(MSBuildRuntimeType)'=='Core'">netcoreapp2.1</_FSharpBuildTargetFramework> | ||
<_FSharpBuildBinPath>$(MSBuildThisFileDirectory)artifacts\bin\fsc\$(Configuration)\$(_FSharpBuildTargetFramework)</_FSharpBuildBinPath> | ||
|
||
<FSharpBuildAssemblyFile>$(_FSharpBuildBinPath)\FSharp.Build.dll</FSharpBuildAssemblyFile> | ||
|
||
<FSharpTargetsPath>$(_FSharpBuildBinPath)/Microsoft.FSharp.Targets</FSharpTargetsPath> | ||
<FSharpPropsShim>$(_FSharpBuildBinPath)/Microsoft.FSharp.NetSdk.props</FSharpPropsShim> | ||
<FSharpTargetsShim>$(_FSharpBuildBinPath)/Microsoft.FSharp.NetSdk.targets</FSharpTargetsShim> | ||
<FSharpOverridesTargetsShim>$(_FSharpBuildBinPath)/Microsoft.FSharp.Overrides.NetSdk.targets</FSharpOverridesTargetsShim> | ||
</PropertyGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.1.0-beta3-19222-02 | ||
3.2.0-beta4-19312-15 |
Oops, something went wrong.