@@ -3,10 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33# Visual Studio Version 17
44VisualStudioVersion = 17.4.33213.308
55MinimumVisualStudioVersion = 10.0.40219.1
6- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "ServerlessWorkflow.Sdk" , "ServerlessWorkflow.Sdk\ServerlessWorkflow.Sdk.csproj" , "{64E2DFCE-53F8-4269-A338-51F66F82D815}"
7- EndProject
8- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "ServerlessWorkflow.Sdk.UnitTests" , "ServerlessWorkflow.Sdk.UnitTests\ServerlessWorkflow.Sdk.UnitTests.csproj" , "{E3301336-7A08-4FF1-9A9F-E4153F74C70A}"
9- EndProject
106Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{9016CF88-4100-425F-9E1A-B6099F55A35B}"
117EndProject
128Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{60FE2678-84CF-492C-950D-3485582F6712}"
@@ -21,27 +17,31 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{0CD38EC5-C
2117 README .md = README .md
2218 EndProject Section
2319EndProject
20+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "ServerlessWorkflow.Sdk" , "src\ServerlessWorkflow.Sdk\ServerlessWorkflow.Sdk.csproj" , "{1C104B2C-A3E8-4CB9-AE1D-28370B7A705D}"
21+ EndProject
22+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "ServerlessWorkflow.Sdk.UnitTests" , "tests\ServerlessWorkflow.Sdk.UnitTests\ServerlessWorkflow.Sdk.UnitTests.csproj" , "{F1575E10-B57B-4012-97FF-AF942A558D7C}"
23+ EndProject
2424Global
2525 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
2626 Debug| Any CPU = Debug| Any CPU
2727 Release| Any CPU = Release| Any CPU
2828 EndGlobalSection
2929 GlobalSection (ProjectConfigurationPlatforms ) = postSolution
30- {64E2DFCE-53F8-4269-A338-51F66F82D815 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
31- {64E2DFCE-53F8-4269-A338-51F66F82D815 } .Debug| Any CPU .Build .0 = Debug| Any CPU
32- {64E2DFCE-53F8-4269-A338-51F66F82D815 } .Release| Any CPU .ActiveCfg = Release| Any CPU
33- {64E2DFCE-53F8-4269-A338-51F66F82D815 } .Release| Any CPU .Build .0 = Release| Any CPU
34- {E3301336-7A08-4FF1-9A9F-E4153F74C70A } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
35- {E3301336-7A08-4FF1-9A9F-E4153F74C70A } .Debug| Any CPU .Build .0 = Debug| Any CPU
36- {E3301336-7A08-4FF1-9A9F-E4153F74C70A } .Release| Any CPU .ActiveCfg = Release| Any CPU
37- {E3301336-7A08-4FF1-9A9F-E4153F74C70A } .Release| Any CPU .Build .0 = Release| Any CPU
30+ {1C104B2C-A3E8-4CB9-AE1D-28370B7A705D } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
31+ {1C104B2C-A3E8-4CB9-AE1D-28370B7A705D } .Debug| Any CPU .Build .0 = Debug| Any CPU
32+ {1C104B2C-A3E8-4CB9-AE1D-28370B7A705D } .Release| Any CPU .ActiveCfg = Release| Any CPU
33+ {1C104B2C-A3E8-4CB9-AE1D-28370B7A705D } .Release| Any CPU .Build .0 = Release| Any CPU
34+ {F1575E10-B57B-4012-97FF-AF942A558D7C } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
35+ {F1575E10-B57B-4012-97FF-AF942A558D7C } .Debug| Any CPU .Build .0 = Debug| Any CPU
36+ {F1575E10-B57B-4012-97FF-AF942A558D7C } .Release| Any CPU .ActiveCfg = Release| Any CPU
37+ {F1575E10-B57B-4012-97FF-AF942A558D7C } .Release| Any CPU .Build .0 = Release| Any CPU
3838 EndGlobalSection
3939 GlobalSection (SolutionProperties ) = preSolution
4040 HideSolutionNode = FALSE
4141 EndGlobalSection
4242 GlobalSection (NestedProjects ) = preSolution
43- {64E2DFCE-53F8-4269-A338-51F66F82D815 } = {9016CF88-4100-425F-9E1A-B6099F55A35B}
44- {E3301336-7A08-4FF1-9A9F-E4153F74C70A } = {60FE2678-84CF-492C-950D-3485582F6712}
43+ {1C104B2C-A3E8-4CB9-AE1D-28370B7A705D } = {9016CF88-4100-425F-9E1A-B6099F55A35B}
44+ {F1575E10-B57B-4012-97FF-AF942A558D7C } = {60FE2678-84CF-492C-950D-3485582F6712}
4545 EndGlobalSection
4646 GlobalSection (ExtensibilityGlobals ) = postSolution
4747 SolutionGuid = {1402FB0B-4169-41A6-A372-DA260E79481B}
0 commit comments