@@ -155,6 +155,16 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JobsSample", "examples\Jobs
155
155
EndProject
156
156
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Dapr.Workflow.Test" , "test\Dapr.Workflow.Test\Dapr.Workflow.Test.csproj" , "{E90114C6-86FC-43B8-AE5C-D9273CF21FE4}"
157
157
EndProject
158
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Dapr.State" , "src\Dapr.State\Dapr.State.csproj" , "{181B6461-0DE9-4218-B2A4-3F579C1E1988}"
159
+ EndProject
160
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Dapr.State.Test" , "test\Dapr.State.Test\Dapr.State.Test.csproj" , "{795BE83E-8953-4BF8-984E-3533A8BB9A64}"
161
+ EndProject
162
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Dapr.Workflow.Generators" , "src\Dapr.Workflow.Generators\Dapr.Workflow.Generators\Dapr.Workflow.Generators.csproj" , "{CEF36333-D0CC-454F-9E7D-E63A41004005}"
163
+ EndProject
164
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Dapr.Workflow.Generators.Sample" , "src\Dapr.Workflow.Generators\Dapr.Workflow.Generators.Sample\Dapr.Workflow.Generators.Sample.csproj" , "{E19BA4E5-0D9C-4E3C-AFF9-70FFD098A6EC}"
165
+ EndProject
166
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Dapr.Workflow.Generators.Tests" , "src\Dapr.Workflow.Generators\Dapr.Workflow.Generators.Tests\Dapr.Workflow.Generators.Tests.csproj" , "{512D5FD3-7BF4-4179-AE38-241DC9355DC8}"
167
+ EndProject
158
168
Global
159
169
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
160
170
Debug| Any CPU = Debug| Any CPU
@@ -403,6 +413,26 @@ Global
403
413
{E90114C6-86FC-43B8-AE5C-D9273CF21FE4} .Debug| Any CPU .Build .0 = Debug| Any CPU
404
414
{E90114C6-86FC-43B8-AE5C-D9273CF21FE4} .Release| Any CPU .ActiveCfg = Release| Any CPU
405
415
{E90114C6-86FC-43B8-AE5C-D9273CF21FE4} .Release| Any CPU .Build .0 = Release| Any CPU
416
+ {181B6461-0DE9-4218-B2A4-3F579C1E1988} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
417
+ {181B6461-0DE9-4218-B2A4-3F579C1E1988} .Debug| Any CPU .Build .0 = Debug| Any CPU
418
+ {181B6461-0DE9-4218-B2A4-3F579C1E1988} .Release| Any CPU .ActiveCfg = Release| Any CPU
419
+ {181B6461-0DE9-4218-B2A4-3F579C1E1988} .Release| Any CPU .Build .0 = Release| Any CPU
420
+ {795BE83E-8953-4BF8-984E-3533A8BB9A64} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
421
+ {795BE83E-8953-4BF8-984E-3533A8BB9A64} .Debug| Any CPU .Build .0 = Debug| Any CPU
422
+ {795BE83E-8953-4BF8-984E-3533A8BB9A64} .Release| Any CPU .ActiveCfg = Release| Any CPU
423
+ {795BE83E-8953-4BF8-984E-3533A8BB9A64} .Release| Any CPU .Build .0 = Release| Any CPU
424
+ {CEF36333-D0CC-454F-9E7D-E63A41004005} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
425
+ {CEF36333-D0CC-454F-9E7D-E63A41004005} .Debug| Any CPU .Build .0 = Debug| Any CPU
426
+ {CEF36333-D0CC-454F-9E7D-E63A41004005} .Release| Any CPU .ActiveCfg = Release| Any CPU
427
+ {CEF36333-D0CC-454F-9E7D-E63A41004005} .Release| Any CPU .Build .0 = Release| Any CPU
428
+ {E19BA4E5-0D9C-4E3C-AFF9-70FFD098A6EC} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
429
+ {E19BA4E5-0D9C-4E3C-AFF9-70FFD098A6EC} .Debug| Any CPU .Build .0 = Debug| Any CPU
430
+ {E19BA4E5-0D9C-4E3C-AFF9-70FFD098A6EC} .Release| Any CPU .ActiveCfg = Release| Any CPU
431
+ {E19BA4E5-0D9C-4E3C-AFF9-70FFD098A6EC} .Release| Any CPU .Build .0 = Release| Any CPU
432
+ {512D5FD3-7BF4-4179-AE38-241DC9355DC8} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
433
+ {512D5FD3-7BF4-4179-AE38-241DC9355DC8} .Debug| Any CPU .Build .0 = Debug| Any CPU
434
+ {512D5FD3-7BF4-4179-AE38-241DC9355DC8} .Release| Any CPU .ActiveCfg = Release| Any CPU
435
+ {512D5FD3-7BF4-4179-AE38-241DC9355DC8} .Release| Any CPU .Build .0 = Release| Any CPU
406
436
EndGlobalSection
407
437
GlobalSection (SolutionProperties ) = preSolution
408
438
HideSolutionNode = FALSE
@@ -477,6 +507,11 @@ Global
477
507
{D9697361-232F-465D-A136-4561E0E88488} = {D687DDC4-66C5-4667-9E3A-FD8B78ECAA78}
478
508
{9CAF360E-5AD3-4C4F-89A0-327EEB70D673} = {D9697361-232F-465D-A136-4561E0E88488}
479
509
{E90114C6-86FC-43B8-AE5C-D9273CF21FE4} = {DD020B34-460F-455F-8D17-CF4A949F100B}
510
+ {181B6461-0DE9-4218-B2A4-3F579C1E1988} = {27C5D71D-0721-4221-9286-B94AB07B58CF}
511
+ {795BE83E-8953-4BF8-984E-3533A8BB9A64} = {DD020B34-460F-455F-8D17-CF4A949F100B}
512
+ {CEF36333-D0CC-454F-9E7D-E63A41004005} = {27C5D71D-0721-4221-9286-B94AB07B58CF}
513
+ {E19BA4E5-0D9C-4E3C-AFF9-70FFD098A6EC} = {27C5D71D-0721-4221-9286-B94AB07B58CF}
514
+ {512D5FD3-7BF4-4179-AE38-241DC9355DC8} = {27C5D71D-0721-4221-9286-B94AB07B58CF}
480
515
EndGlobalSection
481
516
GlobalSection (ExtensibilityGlobals ) = postSolution
482
517
SolutionGuid = {65220BF2-EAE1-4CB2-AA58-EBE80768CB40}
0 commit comments