From b244aa067705e2000512888904f57e384a427076 Mon Sep 17 00:00:00 2001 From: MouriNaruto Date: Thu, 18 Jan 2024 21:01:40 +0800 Subject: [PATCH] Move DevelopmentChannelSwitcher project to NanaGet.MaintainerTools solution. --- NanaGet.MaintainerTools.sln | 12 ++++++++++++ NanaGet.sln | 13 ------------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/NanaGet.MaintainerTools.sln b/NanaGet.MaintainerTools.sln index 69ba44f..7f9d130 100644 --- a/NanaGet.MaintainerTools.sln +++ b/NanaGet.MaintainerTools.sln @@ -3,7 +3,19 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.8.34511.84 MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevelopmentChannelSwitcher", "DevelopmentChannelSwitcher\DevelopmentChannelSwitcher.csproj", "{7CE69611-EAEB-4D7F-AE08-4CDD4CED1E41}" +EndProject Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7CE69611-EAEB-4D7F-AE08-4CDD4CED1E41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7CE69611-EAEB-4D7F-AE08-4CDD4CED1E41}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7CE69611-EAEB-4D7F-AE08-4CDD4CED1E41}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7CE69611-EAEB-4D7F-AE08-4CDD4CED1E41}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection diff --git a/NanaGet.sln b/NanaGet.sln index 1f3cd40..ca6ee95 100644 --- a/NanaGet.sln +++ b/NanaGet.sln @@ -7,10 +7,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NanaGet", "NanaGet\NanaGet. EndProject Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "NanaGetPackage", "NanaGetPackage\NanaGetPackage.wapproj", "{79087060-1853-4203-B6F6-06DE231B97D7}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MaintainerTools", "MaintainerTools", "{B8CF352C-745A-4D30-92C7-D1DB8E5D0236}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevelopmentChannelSwitcher", "DevelopmentChannelSwitcher\DevelopmentChannelSwitcher.csproj", "{AAAA4B2F-2582-46D9-A996-4B274FD5B016}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 @@ -39,19 +35,10 @@ Global {79087060-1853-4203-B6F6-06DE231B97D7}.Release|x64.ActiveCfg = Release|x64 {79087060-1853-4203-B6F6-06DE231B97D7}.Release|x64.Build.0 = Release|x64 {79087060-1853-4203-B6F6-06DE231B97D7}.Release|x64.Deploy.0 = Release|x64 - {AAAA4B2F-2582-46D9-A996-4B274FD5B016}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {AAAA4B2F-2582-46D9-A996-4B274FD5B016}.Debug|x64.ActiveCfg = Debug|Any CPU - {AAAA4B2F-2582-46D9-A996-4B274FD5B016}.Debug|x64.Build.0 = Debug|Any CPU - {AAAA4B2F-2582-46D9-A996-4B274FD5B016}.Release|ARM64.ActiveCfg = Release|Any CPU - {AAAA4B2F-2582-46D9-A996-4B274FD5B016}.Release|x64.ActiveCfg = Release|Any CPU - {AAAA4B2F-2582-46D9-A996-4B274FD5B016}.Release|x64.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {AAAA4B2F-2582-46D9-A996-4B274FD5B016} = {B8CF352C-745A-4D30-92C7-D1DB8E5D0236} - EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {63D93022-EEE8-42F3-90CE-06773351C9F4} EndGlobalSection