-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #649 from dsyme/msbuild-6
WIP: Optionally remove dependency on MSBuild reference resolution
- Loading branch information
Showing
22 changed files
with
533 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
src/assemblyinfo/assemblyinfo.FSharp.Compiler.Service.MSBuild.v12.dll.fs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// 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. | ||
|
||
namespace Microsoft.FSharp | ||
open System.Reflection | ||
open System.Runtime.InteropServices | ||
|
||
[<assembly:AssemblyDescription("FSharp.Compiler.Service.MSBuild.v12.dll")>] | ||
[<assembly:AssemblyTitle("FSharp.Compiler.Service.MSBuild.v12.dll")>] | ||
[<assembly:AssemblyCopyright("\169 Microsoft Corporation and other contributors. Apache 2.0 License.")>] | ||
[<assembly:AssemblyProduct("F# Compiler Service (open source edition)")>] | ||
|
||
[<assembly:System.Runtime.CompilerServices.InternalsVisibleTo("FSharp.Compiler.Service.Tests")>] | ||
[<assembly:ComVisible(false)>] | ||
do() |
14 changes: 14 additions & 0 deletions
14
src/assemblyinfo/assemblyinfo.FSharp.Compiler.Service.MSBuild.v14.dll.fs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// 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. | ||
|
||
namespace Microsoft.FSharp | ||
open System.Reflection | ||
open System.Runtime.InteropServices | ||
|
||
[<assembly:AssemblyDescription("FSharp.Compiler.Service.MSBuild.v14.dll")>] | ||
[<assembly:AssemblyTitle("FSharp.Compiler.Service.MSBuild.v14.dll")>] | ||
[<assembly:AssemblyCopyright("\169 Microsoft Corporation and other contributors. Apache 2.0 License.")>] | ||
[<assembly:AssemblyProduct("F# Compiler Service (open source edition)")>] | ||
|
||
[<assembly:System.Runtime.CompilerServices.InternalsVisibleTo("FSharp.Compiler.Service.Tests")>] | ||
[<assembly:ComVisible(false)>] | ||
do() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.