@@ -53,6 +53,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KubeOps.KubernetesClient",
53
53
EndProject
54
54
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "KubeOps.KubernetesClient.Test" , "test\KubeOps.KubernetesClient.Test\KubeOps.KubernetesClient.Test.csproj" , "{25F767E5-7A74-459B-83CC-39519461F38B}"
55
55
EndProject
56
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "UserConfigOperator" , "examples\UserConfigOperator\UserConfigOperator.csproj" , "{032A7FE0-EDFD-4959-9618-B3A911B163F0}"
57
+ EndProject
56
58
Global
57
59
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
58
60
Debug| Any CPU = Debug| Any CPU
76
78
{A793FC08-E76C-448B-BE93-88C137D2C7AB} = {4DB01062-6DC5-4028-BB72-C0619C2F5F2E}
77
79
{C2C6FF06-2B9D-4FAC-A039-3DC1E007DE3B} = {4DB01062-6DC5-4028-BB72-C0619C2F5F2E}
78
80
{25F767E5-7A74-459B-83CC-39519461F38B} = {C587731F-8191-4A19-8662-B89A60FE79A1}
81
+ {032A7FE0-EDFD-4959-9618-B3A911B163F0} = {DC760E69-D0EA-417F-AE38-B12D0B04DE39}
79
82
EndGlobalSection
80
83
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
81
84
{E9A0B04E-D90E-4B94-90E0-DD3666B098FF} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
@@ -134,5 +137,9 @@ Global
134
137
{25F767E5-7A74-459B-83CC-39519461F38B} .Debug| Any CPU .Build .0 = Debug| Any CPU
135
138
{25F767E5-7A74-459B-83CC-39519461F38B} .Release| Any CPU .ActiveCfg = Release| Any CPU
136
139
{25F767E5-7A74-459B-83CC-39519461F38B} .Release| Any CPU .Build .0 = Release| Any CPU
140
+ {032A7FE0-EDFD-4959-9618-B3A911B163F0} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
141
+ {032A7FE0-EDFD-4959-9618-B3A911B163F0} .Debug| Any CPU .Build .0 = Debug| Any CPU
142
+ {032A7FE0-EDFD-4959-9618-B3A911B163F0} .Release| Any CPU .ActiveCfg = Release| Any CPU
143
+ {032A7FE0-EDFD-4959-9618-B3A911B163F0} .Release| Any CPU .Build .0 = Release| Any CPU
137
144
EndGlobalSection
138
145
EndGlobal
0 commit comments