Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7cd6467

Browse files
committed
Update bootstrap compiler to F# 3.0
Its a bit cleaner to have the bootstrap compiler be an F# 3.0 compiler
1 parent783957a commit7cd6467

10 files changed

+3
-1
lines changed

‎lib/bootstrap/4.0/FSharp.Build.dll‎

4 KB
Binary file not shown.
0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
1.4 MB
Binary file not shown.

‎lib/bootstrap/4.0/FSharp.Core.dll‎

236 KB
Binary file not shown.
79.1 KB
Binary file not shown.
91.4 KB
Binary file not shown.

‎lib/bootstrap/4.0/Microsoft.FSharp.targets‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ Copyright (C) Microsoft Corporation. All rights reserved.
2323

2424
<PropertyGroup>
2525
<!-- FSharpTargetsDir is the directory where the targets file lives-->
26-
<FSharpTargetsDirCondition="'$(FSharpTargetsDir)'==''">$(MSBuildExtensionsPath32)\FSharp\1.0\</FSharpTargetsDir>
26+
<FSharpTargetsDirCondition="'$(FSharpTargetsDir)'==''">unused</FSharpTargetsDir>
2727
<!-- FSharpTargetsFullPath is the full path (dir + filename) of the targets file-->
2828
<FSharpTargetsFullPathCondition="'$(FSharpTargetsDir)'!=''">$(FSharpTargetsDir)\Microsoft.FSharp.targets</FSharpTargetsFullPath>
2929
<MSBuildAllProjects>$(MSBuildAllProjects);$(FSharpTargetsFullPath)</MSBuildAllProjects>
3030
<DefaultLanguageSourceExtension>.fs</DefaultLanguageSourceExtension>
3131
<Language>F#</Language>
3232
<TailcallsCondition="'$(Tailcalls)'==''">$(Optimize)</Tailcalls>
33+
<FrameworkRegistryBaseCondition="'$(TargetFrameworkIdentifier)'=='Silverlight'">Software\Microsoft\Microsoft SDKs\$(TargetFrameworkIdentifier)</FrameworkRegistryBase>
3334
<!-- Visual studio requires a non-empty RootNamespace value for "Add New Item" to work.-->
3435
<RootNamespaceCondition="'$(RootNamespace)'==''">RootNamespace</RootNamespace>
3536
</PropertyGroup>
@@ -174,6 +175,7 @@ Copyright (C) Microsoft Corporation. All rights reserved.
174175
ToolPath="$(FscToolPath)"
175176
TreatWarningsAsErrors="$(TreatWarningsAsErrors)"
176177
Utf8Output="$(Utf8Output)"
178+
ValidateTypeProviders="$(ValidateTypeProviders)"
177179
VersionFile="$(VersionFile)"
178180
VisualStudioStyleErrors="$(VisualStudioStyleErrors)"
179181
WarningLevel="$(WarningLevel)"

‎lib/bootstrap/4.0/fsc.exe‎

-135 KB
Binary file not shown.

‎lib/bootstrap/4.0/fsi.exe‎

10 KB
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp