@@ -3,10 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio Version 17
4
4
VisualStudioVersion = 17.4.33213.308
5
5
MinimumVisualStudioVersion = 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
10
6
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{9016CF88-4100-425F-9E1A-B6099F55A35B}"
11
7
EndProject
12
8
Project ("{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
21
17
README .md = README .md
22
18
EndProject Section
23
19
EndProject
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
24
24
Global
25
25
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
26
26
Debug| Any CPU = Debug| Any CPU
27
27
Release| Any CPU = Release| Any CPU
28
28
EndGlobalSection
29
29
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
38
38
EndGlobalSection
39
39
GlobalSection (SolutionProperties ) = preSolution
40
40
HideSolutionNode = FALSE
41
41
EndGlobalSection
42
42
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}
45
45
EndGlobalSection
46
46
GlobalSection (ExtensibilityGlobals ) = postSolution
47
47
SolutionGuid = {1402FB0B-4169-41A6-A372-DA260E79481B}
0 commit comments