csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
1.4 KiB
18 lines
1.4 KiB
#light
|
|
namespace Microsoft.FSharp
|
|
open System.Reflection
|
|
|
|
#if NO_STRONG_NAMES
|
|
[<assembly:System.Runtime.CompilerServices.InternalsVisibleTo("Fsi")>]
|
|
[<assembly:System.Runtime.CompilerServices.InternalsVisibleTo("FSharp.VS.FSI")>]
|
|
#else
|
|
[<assembly:AssemblyDescription("FSharp.Compiler.Server.Shared.dll")>]
|
|
[<assembly:AssemblyCompany("Microsoft Corporation")>]
|
|
[<assembly:AssemblyTitle("FSharp.Compiler.Server.Shared.dll")>]
|
|
[<assembly:AssemblyCopyright("\169 Microsoft Corporation. All rights reserved.")>]
|
|
[<assembly:AssemblyProduct("Microsoft\174 F#")>]
|
|
|
|
[<assembly:System.Runtime.CompilerServices.InternalsVisibleTo("Fsi, PublicKey=002400000480000094000000060200000024000052534131000400000100010069E72B918AD037CB584E6E4C5FB42C9130A755C4E4067826B9930C3737C7AF5714F617AE728E3C3FDFEB5D233566FE01E5200F6A2A5A9F30B951D70048D4925503035A22E237B47F87BC35090258B9ACF9F60AD35BF3B57CE343B3D4DE3B9153324289053F43C1F38DD176A19D1C1796C4DBF00886E5539D3E12B38C7D440CF4")>]
|
|
[<assembly:System.Runtime.CompilerServices.InternalsVisibleTo("FSharp.VS.FSI, PublicKey=002400000480000094000000060200000024000052534131000400000100010069E72B918AD037CB584E6E4C5FB42C9130A755C4E4067826B9930C3737C7AF5714F617AE728E3C3FDFEB5D233566FE01E5200F6A2A5A9F30B951D70048D4925503035A22E237B47F87BC35090258B9ACF9F60AD35BF3B57CE343B3D4DE3B9153324289053F43C1F38DD176A19D1C1796C4DBF00886E5539D3E12B38C7D440CF4")>]
|
|
#endif
|
|
do()
|
|
|