@@ -55,11 +55,15 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KubernetesClient.Basic", "s
55
55
EndProject
56
56
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "KubernetesClient.Classic" , "src\KubernetesClient.Classic\KubernetesClient.Classic.csproj" , "{80F19E8A-F097-4AA4-A68C-D417B96BBC68}"
57
57
EndProject
58
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "KubernetesClient.Classic.Tests" , "tests\KubernetesClient.Classic.Tests\KubernetesClient.Classic.Tests.csproj" , "{FD90C861-56C6-4536-B7F5-AC7779296384}"
58
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "KubernetesClient.Classic.Tests" , "tests\KubernetesClient.Classic.Tests\KubernetesClient.Classic.Tests.csproj" , "{FD90C861-56C6-4536-B7F5-AC7779296384}"
59
59
EndProject
60
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "csrApproval" , "examples\csrApproval\csrApproval.csproj" , "{F626860C-F141-45B3-9DDD-88AD3932ACAF}"
60
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "csrApproval" , "examples\csrApproval\csrApproval.csproj" , "{F626860C-F141-45B3-9DDD-88AD3932ACAF}"
61
61
EndProject
62
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "restart" , "examples\restart\restart.csproj" , "{973CCB4A-F344-4C4F-81A5-0F40F7F43C07}"
62
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "restart" , "examples\restart\restart.csproj" , "{973CCB4A-F344-4C4F-81A5-0F40F7F43C07}"
63
+ EndProject
64
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "KubernetesClient.Kubectl" , "src\KubernetesClient.Kubectl\KubernetesClient.Kubectl.csproj" , "{21201F30-5463-4FC6-93C3-FBF157F0D46C}"
65
+ EndProject
66
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Kubectl.Tests" , "tests\Kubectl.Tests\Kubectl.Tests.csproj" , "{9128F6DC-6B7A-417F-937A-90461D6989A8}"
63
67
EndProject
64
68
Global
65
69
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -383,6 +387,30 @@ Global
383
387
{973CCB4A-F344-4C4F-81A5-0F40F7F43C07} .Release| x64 .Build .0 = Release| Any CPU
384
388
{973CCB4A-F344-4C4F-81A5-0F40F7F43C07} .Release| x86 .ActiveCfg = Release| Any CPU
385
389
{973CCB4A-F344-4C4F-81A5-0F40F7F43C07} .Release| x86 .Build .0 = Release| Any CPU
390
+ {21201F30-5463-4FC6-93C3-FBF157F0D46C} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
391
+ {21201F30-5463-4FC6-93C3-FBF157F0D46C} .Debug| Any CPU .Build .0 = Debug| Any CPU
392
+ {21201F30-5463-4FC6-93C3-FBF157F0D46C} .Debug| x64 .ActiveCfg = Debug| Any CPU
393
+ {21201F30-5463-4FC6-93C3-FBF157F0D46C} .Debug| x64 .Build .0 = Debug| Any CPU
394
+ {21201F30-5463-4FC6-93C3-FBF157F0D46C} .Debug| x86 .ActiveCfg = Debug| Any CPU
395
+ {21201F30-5463-4FC6-93C3-FBF157F0D46C} .Debug| x86 .Build .0 = Debug| Any CPU
396
+ {21201F30-5463-4FC6-93C3-FBF157F0D46C} .Release| Any CPU .ActiveCfg = Release| Any CPU
397
+ {21201F30-5463-4FC6-93C3-FBF157F0D46C} .Release| Any CPU .Build .0 = Release| Any CPU
398
+ {21201F30-5463-4FC6-93C3-FBF157F0D46C} .Release| x64 .ActiveCfg = Release| Any CPU
399
+ {21201F30-5463-4FC6-93C3-FBF157F0D46C} .Release| x64 .Build .0 = Release| Any CPU
400
+ {21201F30-5463-4FC6-93C3-FBF157F0D46C} .Release| x86 .ActiveCfg = Release| Any CPU
401
+ {21201F30-5463-4FC6-93C3-FBF157F0D46C} .Release| x86 .Build .0 = Release| Any CPU
402
+ {9128F6DC-6B7A-417F-937A-90461D6989A8} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
403
+ {9128F6DC-6B7A-417F-937A-90461D6989A8} .Debug| Any CPU .Build .0 = Debug| Any CPU
404
+ {9128F6DC-6B7A-417F-937A-90461D6989A8} .Debug| x64 .ActiveCfg = Debug| Any CPU
405
+ {9128F6DC-6B7A-417F-937A-90461D6989A8} .Debug| x64 .Build .0 = Debug| Any CPU
406
+ {9128F6DC-6B7A-417F-937A-90461D6989A8} .Debug| x86 .ActiveCfg = Debug| Any CPU
407
+ {9128F6DC-6B7A-417F-937A-90461D6989A8} .Debug| x86 .Build .0 = Debug| Any CPU
408
+ {9128F6DC-6B7A-417F-937A-90461D6989A8} .Release| Any CPU .ActiveCfg = Release| Any CPU
409
+ {9128F6DC-6B7A-417F-937A-90461D6989A8} .Release| Any CPU .Build .0 = Release| Any CPU
410
+ {9128F6DC-6B7A-417F-937A-90461D6989A8} .Release| x64 .ActiveCfg = Release| Any CPU
411
+ {9128F6DC-6B7A-417F-937A-90461D6989A8} .Release| x64 .Build .0 = Release| Any CPU
412
+ {9128F6DC-6B7A-417F-937A-90461D6989A8} .Release| x86 .ActiveCfg = Release| Any CPU
413
+ {9128F6DC-6B7A-417F-937A-90461D6989A8} .Release| x86 .Build .0 = Release| Any CPU
386
414
EndGlobalSection
387
415
GlobalSection (SolutionProperties ) = preSolution
388
416
HideSolutionNode = FALSE
@@ -414,6 +442,8 @@ Global
414
442
{FD90C861-56C6-4536-B7F5-AC7779296384} = {8AF4A5C2-F0CE-47D5-A4C5-FE4AB83CA509}
415
443
{F626860C-F141-45B3-9DDD-88AD3932ACAF} = {B70AFB57-57C9-46DC-84BE-11B7DDD34B40}
416
444
{973CCB4A-F344-4C4F-81A5-0F40F7F43C07} = {B70AFB57-57C9-46DC-84BE-11B7DDD34B40}
445
+ {21201F30-5463-4FC6-93C3-FBF157F0D46C} = {3D1864AA-1FFC-4512-BB13-46055E410F73}
446
+ {9128F6DC-6B7A-417F-937A-90461D6989A8} = {8AF4A5C2-F0CE-47D5-A4C5-FE4AB83CA509}
417
447
EndGlobalSection
418
448
GlobalSection (ExtensibilityGlobals ) = postSolution
419
449
SolutionGuid = {049A763A-C891-4E8D-80CF-89DD3E22ADC7}
0 commit comments