Skip to content

Commit

Permalink
Merge pull request fsharp#454 from forki/signed2
Browse files Browse the repository at this point in the history
FSharp.Core taken from the reference assemblies of a VS2015 install
  • Loading branch information
dsyme committed Jul 23, 2015
2 parents a6ff5d3 + 8025c0f commit 5efda51
Show file tree
Hide file tree
Showing 31 changed files with 54,830 additions and 16 deletions.
8 changes: 4 additions & 4 deletions FSharp.Compiler.Tools.Nuget/FSharp.Compiler.Tools.4.0.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
</metadata>
<files>
<!-- use signed FSharp.Core in package -->
<file src="..\lib\bootstrap\signed\.NETFramework\v4.5\4.4.0.0\FSharp.Core.dll" target="tools\FSharp.Core.dll" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.5\4.4.0.0\FSharp.Core.optdata" target="tools\FSharp.Core.optdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.5\4.4.0.0\FSharp.Core.sigdata" target="tools\FSharp.Core.sigdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.5\4.4.0.0\FSharp.Core.xml" target="tools\FSharp.Core.xml" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.4.0.0\FSharp.Core.dll" target="tools\FSharp.Core.dll" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.4.0.0\FSharp.Core.optdata" target="tools\FSharp.Core.optdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.4.0.0\FSharp.Core.sigdata" target="tools\FSharp.Core.sigdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.4.0.0\FSharp.Core.xml" target="tools\FSharp.Core.xml" />
<file src="..\lib\release\fsc.exe" target="tools\fsc.exe" />
<file src="..\lib\release\fsc.exe.config" target="tools\fsc.exe.config" />
<file src="..\lib\release\fsc.xml" target="tools\fsc.xml" />
Expand Down
18 changes: 6 additions & 12 deletions FSharp.Core.Nuget/FSharp.Core.4.0.nuspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>FSharp.Core</id>
Expand Down Expand Up @@ -36,17 +36,11 @@
<file src="..\lib\bootstrap\signed\.NETFramework\v2.0\2.3.0.0\FSharp.Core.sigdata" target="lib\net20\FSharp.Core.sigdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v2.0\2.3.0.0\FSharp.Core.xml" target="lib\net20\FSharp.Core.xml" />

<!-- .NET 4.0 (F# 3.1 was last to support this) -->
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.3.1.0\FSharp.Core.dll" target="lib\net40\FSharp.Core.dll" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.3.1.0\FSharp.Core.optdata" target="lib\net40\FSharp.Core.optdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.3.1.0\FSharp.Core.sigdata" target="lib\net40\FSharp.Core.sigdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.3.1.0\FSharp.Core.xml" target="lib\net40\FSharp.Core.xml" />

<!-- .NET 4.5 -->
<file src="..\lib\bootstrap\signed\.NETFramework\v4.5\4.4.0.0\FSharp.Core.dll" target="lib\net45\FSharp.Core.dll" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.5\4.4.0.0\FSharp.Core.optdata" target="lib\net45\FSharp.Core.optdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.5\4.4.0.0\FSharp.Core.sigdata" target="lib\net45\FSharp.Core.sigdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.5\4.4.0.0\FSharp.Core.xml" target="lib\net45\FSharp.Core.xml" />
<!-- .NET 4.0 -->
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.4.0.0\FSharp.Core.dll" target="lib\net40\FSharp.Core.dll" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.4.0.0\FSharp.Core.optdata" target="lib\net40\FSharp.Core.optdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.4.0.0\FSharp.Core.sigdata" target="lib\net40\FSharp.Core.sigdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.4.0.0\FSharp.Core.xml" target="lib\net40\FSharp.Core.xml" />

<!-- .NET Portable Profile 7 -->
<file src="..\lib\bootstrap\signed\.NETCore\3.7.4.0\FSharp.Core.dll" target="lib\portable-net45+netcore45\FSharp.Core.dll" />
Expand Down
Binary file added lib/bootstrap/4.0/FSharp.Core.pdb
Binary file not shown.
Binary file added lib/bootstrap/4.0/FSharp.VsSqmMulti.dll
Binary file not shown.
18 changes: 18 additions & 0 deletions lib/bootstrap/4.0/Fsc.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<gcServer enabled="true"/>
<legacyUnhandledExceptionPolicy enabled="true" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity
name="FSharp.Core"
publicKeyToken="b03f5f7f11d50a3a"
culture="neutral"/>
<bindingRedirect
oldVersion="2.0.0.0-4.3.1.0"
newVersion="4.4.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
17 changes: 17 additions & 0 deletions lib/bootstrap/4.0/Fsi.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<legacyUnhandledExceptionPolicy enabled="true" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity
name="FSharp.Core"
publicKeyToken="b03f5f7f11d50a3a"
culture="neutral"/>
<bindingRedirect
oldVersion="2.0.0.0-4.3.1.0"
newVersion="4.4.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Binary file added lib/bootstrap/4.0/FsiAnyCPU.exe
Binary file not shown.
17 changes: 17 additions & 0 deletions lib/bootstrap/4.0/FsiAnyCPU.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<legacyUnhandledExceptionPolicy enabled="true" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity
name="FSharp.Core"
publicKeyToken="b03f5f7f11d50a3a"
culture="neutral"/>
<bindingRedirect
oldVersion="2.0.0.0-4.3.1.0"
newVersion="4.4.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
31 changes: 31 additions & 0 deletions lib/bootstrap/4.0/SupportedRuntimes.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<TargetFrameworks>
<TargetFramework Identifier=".NETFramework" Version="v2.0">
<Assembly Version="2.3.0.0" Description="F# 3.0 (FSharp.Core, 2.3.0.0)"/>
</TargetFramework>
<TargetFramework Identifier=".NETFramework" Version="v4.0">
<Assembly Version="4.3.0.0" Description="F# 3.0 (FSharp.Core, 4.3.0.0)"/>
</TargetFramework>
<TargetFramework Identifier=".NETFramework" Version="v4.5">
<Assembly Version="4.3.0.0" Description="F# 3.0 (FSharp.Core, 4.3.0.0)"/>
<Assembly Version="4.3.1.0" Description="F# 3.1 (FSharp.Core, 4.3.1.0)"/>
<Assembly Version="4.4.0.0" Description="F# 4.0 (FSharp.Core, 4.4.0.0)"/>
</TargetFramework>
<TargetFramework Identifier=".NETPortable" Profile="Profile47">
<Assembly Version="2.3.5.0" Description="F# 3.0 (FSharp.Core, 2.3.5.0)"/>
<Assembly Version="2.3.5.1" Description="F# 3.1 (FSharp.Core, 2.3.5.1)"/>
<Assembly Version="3.47.4.0" Description="F# 4.0 (FSharp.Core, 3.47.4.0)"/>
</TargetFramework>
<TargetFramework Identifier=".NETPortable" Profile="Profile7">
<Assembly Version="3.3.1.0" Description="F# 3.1 (FSharp.Core, 3.3.1.0)"/>
<Assembly Version="3.7.4.0" Description="F# 4.0 (FSharp.Core, 3.7.4.0)"/>
</TargetFramework>
<TargetFramework Identifier=".NETPortable" Profile="Profile78">
<Assembly Version="3.78.3.1" Description="F# 3.1 (FSharp.Core, 3.78.3.1)"/>
<Assembly Version="3.78.4.0" Description="F# 4.0 (FSharp.Core, 3.78.4.0)"/>
</TargetFramework>
<TargetFramework Identifier=".NETPortable" Profile="Profile259">
<Assembly Version="3.259.3.1" Description="F# 3.1 (FSharp.Core, 3.259.3.1)"/>
<Assembly Version="3.259.4.0" Description="F# 4.0 (FSharp.Core, 3.259.4.0)"/>
</TargetFramework>
</TargetFrameworks>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 5efda51

Please sign in to comment.