Skip to content

Commit 326aac9

Browse files
committed
feat(Authentication): Update auth methods
1 parent e48dd4a commit 326aac9

File tree

82 files changed

+2829
-4030
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+2829
-4030
lines changed

IBM.Watson.sln

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IBM.Watson.ToneAnalyzer.v3.
119119
EndProject
120120
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IBM.Watson.VisualRecognition.v3.Examples", "examples\IBM.Watson.VisualRecognition.v3.Examples\IBM.Watson.VisualRecognition.v3.Examples.csproj", "{EBED7B56-15D3-472E-A758-6452415AA941}"
121121
EndProject
122+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IBM.Cloud.SDK.Core", "..\dotnet-sdk-core\src\IBM.Cloud.SDK.Core\IBM.Cloud.SDK.Core.csproj", "{D350328C-0EEE-41A5-B7F6-9CA177BF67D8}"
123+
EndProject
124+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IBM.Cloud.SDK.Core.Tests", "..\dotnet-sdk-core\test\IBM.Cloud.SDK.Core.Tests\IBM.Cloud.SDK.Core.Tests.csproj", "{880496E4-3E92-4CE4-809D-1471284C8E93}"
125+
EndProject
122126
Global
123127
GlobalSection(SolutionConfigurationPlatforms) = preSolution
124128
Debug|Any CPU = Debug|Any CPU
@@ -305,6 +309,14 @@ Global
305309
{EBED7B56-15D3-472E-A758-6452415AA941}.Debug|Any CPU.Build.0 = Debug|Any CPU
306310
{EBED7B56-15D3-472E-A758-6452415AA941}.Release|Any CPU.ActiveCfg = Release|Any CPU
307311
{EBED7B56-15D3-472E-A758-6452415AA941}.Release|Any CPU.Build.0 = Release|Any CPU
312+
{D350328C-0EEE-41A5-B7F6-9CA177BF67D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
313+
{D350328C-0EEE-41A5-B7F6-9CA177BF67D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
314+
{D350328C-0EEE-41A5-B7F6-9CA177BF67D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
315+
{D350328C-0EEE-41A5-B7F6-9CA177BF67D8}.Release|Any CPU.Build.0 = Release|Any CPU
316+
{880496E4-3E92-4CE4-809D-1471284C8E93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
317+
{880496E4-3E92-4CE4-809D-1471284C8E93}.Debug|Any CPU.Build.0 = Debug|Any CPU
318+
{880496E4-3E92-4CE4-809D-1471284C8E93}.Release|Any CPU.ActiveCfg = Release|Any CPU
319+
{880496E4-3E92-4CE4-809D-1471284C8E93}.Release|Any CPU.Build.0 = Release|Any CPU
308320
EndGlobalSection
309321
GlobalSection(SolutionProperties) = preSolution
310322
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)