@@ -67,7 +67,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kubectl.Tests", "tests\Kube
67
67
EndProject
68
68
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "openTelemetryConsole" , "examples\openTelemetryConsole\openTelemetryConsole.csproj" , "{8E266190-AE6E-44A8-948D-BD974AA82428}"
69
69
EndProject
70
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "webApiDependencyInjection" , "examples\webApiDependencyInjection\webApiDependencyInjection.csproj" , "{C0759F88-A010-4DEF-BD3B-E183D3328FFC}"
70
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "webApiDependencyInjection" , "examples\webApiDependencyInjection\webApiDependencyInjection.csproj" , "{C0759F88-A010-4DEF-BD3B-E183D3328FFC}"
71
+ EndProject
72
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "workerServiceDependencyInjection" , "examples\workerServiceDependencyInjection\workerServiceDependencyInjection.csproj" , "{05DC8884-AC54-4603-AC25-AE9D9F24E7AE}"
71
73
EndProject
72
74
Global
73
75
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -439,6 +441,18 @@ Global
439
441
{C0759F88-A010-4DEF-BD3B-E183D3328FFC} .Release| x64 .Build .0 = Release| Any CPU
440
442
{C0759F88-A010-4DEF-BD3B-E183D3328FFC} .Release| x86 .ActiveCfg = Release| Any CPU
441
443
{C0759F88-A010-4DEF-BD3B-E183D3328FFC} .Release| x86 .Build .0 = Release| Any CPU
444
+ {05DC8884-AC54-4603-AC25-AE9D9F24E7AE} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
445
+ {05DC8884-AC54-4603-AC25-AE9D9F24E7AE} .Debug| Any CPU .Build .0 = Debug| Any CPU
446
+ {05DC8884-AC54-4603-AC25-AE9D9F24E7AE} .Debug| x64 .ActiveCfg = Debug| Any CPU
447
+ {05DC8884-AC54-4603-AC25-AE9D9F24E7AE} .Debug| x64 .Build .0 = Debug| Any CPU
448
+ {05DC8884-AC54-4603-AC25-AE9D9F24E7AE} .Debug| x86 .ActiveCfg = Debug| Any CPU
449
+ {05DC8884-AC54-4603-AC25-AE9D9F24E7AE} .Debug| x86 .Build .0 = Debug| Any CPU
450
+ {05DC8884-AC54-4603-AC25-AE9D9F24E7AE} .Release| Any CPU .ActiveCfg = Release| Any CPU
451
+ {05DC8884-AC54-4603-AC25-AE9D9F24E7AE} .Release| Any CPU .Build .0 = Release| Any CPU
452
+ {05DC8884-AC54-4603-AC25-AE9D9F24E7AE} .Release| x64 .ActiveCfg = Release| Any CPU
453
+ {05DC8884-AC54-4603-AC25-AE9D9F24E7AE} .Release| x64 .Build .0 = Release| Any CPU
454
+ {05DC8884-AC54-4603-AC25-AE9D9F24E7AE} .Release| x86 .ActiveCfg = Release| Any CPU
455
+ {05DC8884-AC54-4603-AC25-AE9D9F24E7AE} .Release| x86 .Build .0 = Release| Any CPU
442
456
EndGlobalSection
443
457
GlobalSection (SolutionProperties ) = preSolution
444
458
HideSolutionNode = FALSE
@@ -474,6 +488,7 @@ Global
474
488
{9128F6DC-6B7A-417F-937A-90461D6989A8} = {8AF4A5C2-F0CE-47D5-A4C5-FE4AB83CA509}
475
489
{8E266190-AE6E-44A8-948D-BD974AA82428} = {B70AFB57-57C9-46DC-84BE-11B7DDD34B40}
476
490
{C0759F88-A010-4DEF-BD3B-E183D3328FFC} = {B70AFB57-57C9-46DC-84BE-11B7DDD34B40}
491
+ {05DC8884-AC54-4603-AC25-AE9D9F24E7AE} = {B70AFB57-57C9-46DC-84BE-11B7DDD34B40}
477
492
EndGlobalSection
478
493
GlobalSection (ExtensibilityGlobals ) = postSolution
479
494
SolutionGuid = {049A763A-C891-4E8D-80CF-89DD3E22ADC7}
0 commit comments