From c03f2c9eb948113a00cb6474393290fc25e9abf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=20Wyman=20=E2=88=9E?= Date: Mon, 14 May 2018 10:20:47 -0400 Subject: [PATCH] build: update project files. Updates the project files to adopt to the folder renames. - Update "Cli-CredentialManager/Cli-CredentialHelper.csproj" -> "Cli-Manager.csproj" - Update "Cli-CredentialManager.Test/Cli-CredentialManager.Test.csproj" -> "Cli-Manager.Test/Cli-Manager.Test.csproj" --- Cli-Manager.Test/Cli-Manager.Test.csproj | 4 ++-- Cli-Manager/Cli-Manager.csproj | 5 ++--- Cli-Manager/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cli-Manager.Test/Cli-Manager.Test.csproj b/Cli-Manager.Test/Cli-Manager.Test.csproj index b8c867c..843e349 100644 --- a/Cli-Manager.Test/Cli-Manager.Test.csproj +++ b/Cli-Manager.Test/Cli-Manager.Test.csproj @@ -6,8 +6,8 @@ {19781214-AE6D-4DCC-BA9F-12CB0C6581AE} Properties - Microsoft.Alm.CredentialHelper.Test - Microsoft.Alm.CredentialHelper.Test + Microsoft.Alm.Manager.Test + Microsoft.Alm.Manager.Test False diff --git a/Cli-Manager/Cli-Manager.csproj b/Cli-Manager/Cli-Manager.csproj index f4ed285..0e778b8 100644 --- a/Cli-Manager/Cli-Manager.csproj +++ b/Cli-Manager/Cli-Manager.csproj @@ -7,11 +7,10 @@ Properties git-credential-manager true - - + Exe {19770407-63D4-40A8-A9DF-F1C4B473308A} - Cli-CredentialHelper + Cli-Manager Microsoft.Alm.Cli v4.5.2 diff --git a/Cli-Manager/Properties/AssemblyInfo.cs b/Cli-Manager/Properties/AssemblyInfo.cs index f0428c4..51cec27 100644 --- a/Cli-Manager/Properties/AssemblyInfo.cs +++ b/Cli-Manager/Properties/AssemblyInfo.cs @@ -15,5 +15,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("1.16.0.0")] [assembly: AssemblyFileVersion("1.16.0.0")] [assembly: NeutralResourcesLanguage("en-US")] -[assembly: InternalsVisibleTo("Microsoft.Alm.CredentialHelper.Test")] +[assembly: InternalsVisibleTo("Microsoft.Alm.Manager.Test")] [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]