Skip to content

Commit 59971b3

Browse files
committed
missing file
1 parent a43e31b commit 59971b3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
2+
3+
namespace Microsoft.FSharp
4+
open System.Reflection
5+
open System.Runtime.InteropServices
6+
7+
[<assembly:AssemblyDescription("FSharp.Compiler.Service.MSBuild.v12.dll")>]
8+
[<assembly:AssemblyTitle("FSharp.Compiler.Service.MSBuild.v12.dll")>]
9+
[<assembly:AssemblyCopyright("\169 Microsoft Corporation and other contributors. Apache 2.0 License.")>]
10+
[<assembly:AssemblyProduct("F# Compiler Service (open source edition)")>]
11+
12+
[<assembly:System.Runtime.CompilerServices.InternalsVisibleTo("FSharp.Compiler.Service.Tests")>]
13+
[<assembly:ComVisible(false)>]
14+
do()

0 commit comments

Comments
 (0)