PageRenderTime 54ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/compiler/3.1/Nov2013/tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack/assemblyinfo.FSharp.PowerPack.dll.fs

#
F# | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | a43cd6596bddd7079b1ffbddb578b6c6 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, Apache-2.0
  1. namespace Microsoft.FSharp
  2. open System.Reflection
  3. [<assembly:AssemblyDescription("Test.PowerPack.dll")>]
  4. [<assembly:AssemblyCompany("Microsoft Corporation")>]
  5. [<assembly:AssemblyTitle("Test.PowerPack.dll")>]
  6. [<assembly:AssemblyCopyright("\169 Microsoft Corporation. All rights reserved.")>]
  7. [<assembly:AssemblyProduct("Microsoft\174 F#")>]
  8. do()