-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWorkflowWorkshop.sln
83 lines (83 loc) · 5.27 KB
/
WorkflowWorkshop.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkflowLib", "WorkflowLib\WorkflowLib.csproj", "{DDFBB017-F3C8-421D-BCF1-F625463AAF99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Workflow.Console", "WorkflowBed\Workflow.Console.csproj", "{BD0CA859-ED8C-4BA6-BBBE-6E203F48CFE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DES.Requestor", "ExchangePointServiceTester\DES.Requestor.csproj", "{C4B1D29E-B696-4044-8C19-EEF9B4033F5B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Utilities", "Utilities", "{A4F54F09-99D3-4C0B-BA60-283ACF9BFE51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{43F98D30-8455-4FA7-9E24-580AC0A0A6A1}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomCodeWorkflow", "CustomCodeWorkflow\CustomCodeWorkflow.csproj", "{50E6C8C9-E764-4970-9F5E-7938E01B6B8B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDFBB017-F3C8-421D-BCF1-F625463AAF99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDFBB017-F3C8-421D-BCF1-F625463AAF99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDFBB017-F3C8-421D-BCF1-F625463AAF99}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{DDFBB017-F3C8-421D-BCF1-F625463AAF99}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{DDFBB017-F3C8-421D-BCF1-F625463AAF99}.Debug|x86.ActiveCfg = Debug|Any CPU
{DDFBB017-F3C8-421D-BCF1-F625463AAF99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDFBB017-F3C8-421D-BCF1-F625463AAF99}.Release|Any CPU.Build.0 = Release|Any CPU
{DDFBB017-F3C8-421D-BCF1-F625463AAF99}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{DDFBB017-F3C8-421D-BCF1-F625463AAF99}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{DDFBB017-F3C8-421D-BCF1-F625463AAF99}.Release|x86.ActiveCfg = Release|Any CPU
{BD0CA859-ED8C-4BA6-BBBE-6E203F48CFE5}.Debug|Any CPU.ActiveCfg = Debug|x86
{BD0CA859-ED8C-4BA6-BBBE-6E203F48CFE5}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{BD0CA859-ED8C-4BA6-BBBE-6E203F48CFE5}.Debug|Mixed Platforms.Build.0 = Debug|x86
{BD0CA859-ED8C-4BA6-BBBE-6E203F48CFE5}.Debug|x86.ActiveCfg = Debug|x86
{BD0CA859-ED8C-4BA6-BBBE-6E203F48CFE5}.Debug|x86.Build.0 = Debug|x86
{BD0CA859-ED8C-4BA6-BBBE-6E203F48CFE5}.Release|Any CPU.ActiveCfg = Release|x86
{BD0CA859-ED8C-4BA6-BBBE-6E203F48CFE5}.Release|Mixed Platforms.ActiveCfg = Release|x86
{BD0CA859-ED8C-4BA6-BBBE-6E203F48CFE5}.Release|Mixed Platforms.Build.0 = Release|x86
{BD0CA859-ED8C-4BA6-BBBE-6E203F48CFE5}.Release|x86.ActiveCfg = Release|x86
{BD0CA859-ED8C-4BA6-BBBE-6E203F48CFE5}.Release|x86.Build.0 = Release|x86
{C4B1D29E-B696-4044-8C19-EEF9B4033F5B}.Debug|Any CPU.ActiveCfg = Debug|x86
{C4B1D29E-B696-4044-8C19-EEF9B4033F5B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{C4B1D29E-B696-4044-8C19-EEF9B4033F5B}.Debug|Mixed Platforms.Build.0 = Debug|x86
{C4B1D29E-B696-4044-8C19-EEF9B4033F5B}.Debug|x86.ActiveCfg = Debug|x86
{C4B1D29E-B696-4044-8C19-EEF9B4033F5B}.Debug|x86.Build.0 = Debug|x86
{C4B1D29E-B696-4044-8C19-EEF9B4033F5B}.Release|Any CPU.ActiveCfg = Release|x86
{C4B1D29E-B696-4044-8C19-EEF9B4033F5B}.Release|Mixed Platforms.ActiveCfg = Release|x86
{C4B1D29E-B696-4044-8C19-EEF9B4033F5B}.Release|Mixed Platforms.Build.0 = Release|x86
{C4B1D29E-B696-4044-8C19-EEF9B4033F5B}.Release|x86.ActiveCfg = Release|x86
{C4B1D29E-B696-4044-8C19-EEF9B4033F5B}.Release|x86.Build.0 = Release|x86
{50E6C8C9-E764-4970-9F5E-7938E01B6B8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50E6C8C9-E764-4970-9F5E-7938E01B6B8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50E6C8C9-E764-4970-9F5E-7938E01B6B8B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{50E6C8C9-E764-4970-9F5E-7938E01B6B8B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{50E6C8C9-E764-4970-9F5E-7938E01B6B8B}.Debug|x86.ActiveCfg = Debug|Any CPU
{50E6C8C9-E764-4970-9F5E-7938E01B6B8B}.Debug|x86.Build.0 = Debug|Any CPU
{50E6C8C9-E764-4970-9F5E-7938E01B6B8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50E6C8C9-E764-4970-9F5E-7938E01B6B8B}.Release|Any CPU.Build.0 = Release|Any CPU
{50E6C8C9-E764-4970-9F5E-7938E01B6B8B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{50E6C8C9-E764-4970-9F5E-7938E01B6B8B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{50E6C8C9-E764-4970-9F5E-7938E01B6B8B}.Release|x86.ActiveCfg = Release|Any CPU
{50E6C8C9-E764-4970-9F5E-7938E01B6B8B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C4B1D29E-B696-4044-8C19-EEF9B4033F5B} = {A4F54F09-99D3-4C0B-BA60-283ACF9BFE51}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC1A5EBD-9849-4279-AAA7-0AE78DAE8D7F}
EndGlobalSection
EndGlobal