PageRenderTime 40ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
F# | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 4ab4f72505df887cc3035b40197e437e 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.Compiler.CodeDom.dll")>]
  4. [<assembly:AssemblyCompany("Microsoft Corporation")>]
  5. [<assembly:AssemblyTitle("Test.Compiler.CodeDom.dll")>]
  6. [<assembly:AssemblyCopyright("\169 Microsoft Corporation. All rights reserved.")>]
  7. [<assembly:AssemblyProduct("Microsoft\174 F#")>]
  8. do()