From f8248266156864ee325188a03e507beba9848118 Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Tue, 30 Apr 2019 13:28:18 -0700 Subject: [PATCH] Rename to Microsoft.Bcl.AsyncInterfaces --- .../Directory.Build.props | 0 .../Microsoft.Bcl.AsyncInterfaces.sln} | 6 +++--- .../pkg/Microsoft.Bcl.AsyncInterfaces.pkgproj} | 4 ++-- .../ref/Configurations.props | 0 .../ref/Microsoft.Bcl.AsyncInterfaces.Forwards.cs} | 0 .../ref/Microsoft.Bcl.AsyncInterfaces.cs} | 0 .../ref/Microsoft.Bcl.AsyncInterfaces.csproj} | 4 ++-- .../src/Configurations.props | 0 .../src/Microsoft.Bcl.AsyncInterfaces.csproj} | 0 9 files changed, 7 insertions(+), 7 deletions(-) rename src/{Microsoft.Compatibility.AsyncInterfaces => Microsoft.Bcl.AsyncInterfaces}/Directory.Build.props (100%) rename src/{Microsoft.Compatibility.AsyncInterfaces/Microsoft.Compatibility.AsyncInterfaces.sln => Microsoft.Bcl.AsyncInterfaces/Microsoft.Bcl.AsyncInterfaces.sln} (81%) rename src/{Microsoft.Compatibility.AsyncInterfaces/pkg/Microsoft.Compatibility.AsyncInterfaces.pkgproj => Microsoft.Bcl.AsyncInterfaces/pkg/Microsoft.Bcl.AsyncInterfaces.pkgproj} (73%) rename src/{Microsoft.Compatibility.AsyncInterfaces => Microsoft.Bcl.AsyncInterfaces}/ref/Configurations.props (100%) rename src/{Microsoft.Compatibility.AsyncInterfaces/ref/Microsoft.Compatibility.AsyncInterfaces.Forwards.cs => Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.Forwards.cs} (100%) rename src/{Microsoft.Compatibility.AsyncInterfaces/ref/Microsoft.Compatibility.AsyncInterfaces.cs => Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.cs} (100%) rename src/{Microsoft.Compatibility.AsyncInterfaces/ref/Microsoft.Compatibility.AsyncInterfaces.csproj => Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.csproj} (81%) rename src/{Microsoft.Compatibility.AsyncInterfaces => Microsoft.Bcl.AsyncInterfaces}/src/Configurations.props (100%) rename src/{Microsoft.Compatibility.AsyncInterfaces/src/Microsoft.Compatibility.AsyncInterfaces.csproj => Microsoft.Bcl.AsyncInterfaces/src/Microsoft.Bcl.AsyncInterfaces.csproj} (100%) diff --git a/src/Microsoft.Compatibility.AsyncInterfaces/Directory.Build.props b/src/Microsoft.Bcl.AsyncInterfaces/Directory.Build.props similarity index 100% rename from src/Microsoft.Compatibility.AsyncInterfaces/Directory.Build.props rename to src/Microsoft.Bcl.AsyncInterfaces/Directory.Build.props diff --git a/src/Microsoft.Compatibility.AsyncInterfaces/Microsoft.Compatibility.AsyncInterfaces.sln b/src/Microsoft.Bcl.AsyncInterfaces/Microsoft.Bcl.AsyncInterfaces.sln similarity index 81% rename from src/Microsoft.Compatibility.AsyncInterfaces/Microsoft.Compatibility.AsyncInterfaces.sln rename to src/Microsoft.Bcl.AsyncInterfaces/Microsoft.Bcl.AsyncInterfaces.sln index 89513522e493..7fa9037d6dd7 100644 --- a/src/Microsoft.Compatibility.AsyncInterfaces/Microsoft.Compatibility.AsyncInterfaces.sln +++ b/src/Microsoft.Bcl.AsyncInterfaces/Microsoft.Bcl.AsyncInterfaces.sln @@ -2,12 +2,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27213.1 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Compatibility.AsyncInterfaces", "src\Microsoft.Compatibility.AsyncInterfaces.csproj", "{96A7CE75-B5E8-421B-BDF0-C4651D97D8CA}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Bcl.AsyncInterfaces", "src\Microsoft.Bcl.AsyncInterfaces.csproj", "{96A7CE75-B5E8-421B-BDF0-C4651D97D8CA}" ProjectSection(ProjectDependencies) = postProject {6371299B-8F39-4A0A-A9CD-70F80FF205F6} = {6371299B-8F39-4A0A-A9CD-70F80FF205F6} EndProjectSection EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Compatibility.AsyncInterfaces", "ref\Microsoft.Compatibility.AsyncInterfaces.csproj", "{6371299B-8F39-4A0A-A9CD-70F80FF205F6}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Bcl.AsyncInterfaces", "ref\Microsoft.Bcl.AsyncInterfaces.csproj", "{6371299B-8F39-4A0A-A9CD-70F80FF205F6}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E107E9C1-E893-4E87-987E-04EF0DCEAEFD}" EndProject @@ -36,6 +36,6 @@ Global {6371299B-8F39-4A0A-A9CD-70F80FF205F6} = {2E666815-2EDB-464B-9DF6-380BF4789AD4} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {FE82A0EE-2473-4F59-A141-4C7D92D46AE9} + SolutionGuid = {38217F72-3F9A-4B15-96C8-BFA23083AAD3} EndGlobalSection EndGlobal diff --git a/src/Microsoft.Compatibility.AsyncInterfaces/pkg/Microsoft.Compatibility.AsyncInterfaces.pkgproj b/src/Microsoft.Bcl.AsyncInterfaces/pkg/Microsoft.Bcl.AsyncInterfaces.pkgproj similarity index 73% rename from src/Microsoft.Compatibility.AsyncInterfaces/pkg/Microsoft.Compatibility.AsyncInterfaces.pkgproj rename to src/Microsoft.Bcl.AsyncInterfaces/pkg/Microsoft.Bcl.AsyncInterfaces.pkgproj index 1e21b90d7013..3b0fbeee82d3 100644 --- a/src/Microsoft.Compatibility.AsyncInterfaces/pkg/Microsoft.Compatibility.AsyncInterfaces.pkgproj +++ b/src/Microsoft.Bcl.AsyncInterfaces/pkg/Microsoft.Bcl.AsyncInterfaces.pkgproj @@ -1,10 +1,10 @@ - + net461;netcoreapp2.0;uap10.0.16299;$(AllXamarinFrameworks) - + \ No newline at end of file diff --git a/src/Microsoft.Compatibility.AsyncInterfaces/ref/Configurations.props b/src/Microsoft.Bcl.AsyncInterfaces/ref/Configurations.props similarity index 100% rename from src/Microsoft.Compatibility.AsyncInterfaces/ref/Configurations.props rename to src/Microsoft.Bcl.AsyncInterfaces/ref/Configurations.props diff --git a/src/Microsoft.Compatibility.AsyncInterfaces/ref/Microsoft.Compatibility.AsyncInterfaces.Forwards.cs b/src/Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.Forwards.cs similarity index 100% rename from src/Microsoft.Compatibility.AsyncInterfaces/ref/Microsoft.Compatibility.AsyncInterfaces.Forwards.cs rename to src/Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.Forwards.cs diff --git a/src/Microsoft.Compatibility.AsyncInterfaces/ref/Microsoft.Compatibility.AsyncInterfaces.cs b/src/Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.cs similarity index 100% rename from src/Microsoft.Compatibility.AsyncInterfaces/ref/Microsoft.Compatibility.AsyncInterfaces.cs rename to src/Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.cs diff --git a/src/Microsoft.Compatibility.AsyncInterfaces/ref/Microsoft.Compatibility.AsyncInterfaces.csproj b/src/Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.csproj similarity index 81% rename from src/Microsoft.Compatibility.AsyncInterfaces/ref/Microsoft.Compatibility.AsyncInterfaces.csproj rename to src/Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.csproj index bd7f01ace1c2..3c58faf3003b 100644 --- a/src/Microsoft.Compatibility.AsyncInterfaces/ref/Microsoft.Compatibility.AsyncInterfaces.csproj +++ b/src/Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.csproj @@ -4,11 +4,11 @@ netstandard-Debug;netstandard-Release;netstandard2.1-Debug;netstandard2.1-Release - + - + diff --git a/src/Microsoft.Compatibility.AsyncInterfaces/src/Configurations.props b/src/Microsoft.Bcl.AsyncInterfaces/src/Configurations.props similarity index 100% rename from src/Microsoft.Compatibility.AsyncInterfaces/src/Configurations.props rename to src/Microsoft.Bcl.AsyncInterfaces/src/Configurations.props diff --git a/src/Microsoft.Compatibility.AsyncInterfaces/src/Microsoft.Compatibility.AsyncInterfaces.csproj b/src/Microsoft.Bcl.AsyncInterfaces/src/Microsoft.Bcl.AsyncInterfaces.csproj similarity index 100% rename from src/Microsoft.Compatibility.AsyncInterfaces/src/Microsoft.Compatibility.AsyncInterfaces.csproj rename to src/Microsoft.Bcl.AsyncInterfaces/src/Microsoft.Bcl.AsyncInterfaces.csproj