-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOrderProcessingModule.sln
More file actions
40 lines (40 loc) · 2.46 KB
/
OrderProcessingModule.sln
File metadata and controls
40 lines (40 loc) · 2.46 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderProcessingModule", "OrderProcessingModule\OrderProcessingModule.csproj", "{B8067B79-A910-4118-A36A-7F2043B9FFF5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderProcessingActivities", "OrderProcessingActivitives\OrderProcessingActivities.csproj", "{92C89AFE-45EF-47CF-8641-38AB98DA4338}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DomainModel", "DomainModel\DomainModel.csproj", "{D3DAD5E0-A1C0-4E8A-8660-55C342023246}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderProcessingTest", "OrderProcessingTest\OrderProcessingTest.csproj", "{15D2BE56-15B9-4795-AB22-819DF13BB18A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B8067B79-A910-4118-A36A-7F2043B9FFF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8067B79-A910-4118-A36A-7F2043B9FFF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8067B79-A910-4118-A36A-7F2043B9FFF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8067B79-A910-4118-A36A-7F2043B9FFF5}.Release|Any CPU.Build.0 = Release|Any CPU
{92C89AFE-45EF-47CF-8641-38AB98DA4338}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92C89AFE-45EF-47CF-8641-38AB98DA4338}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92C89AFE-45EF-47CF-8641-38AB98DA4338}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92C89AFE-45EF-47CF-8641-38AB98DA4338}.Release|Any CPU.Build.0 = Release|Any CPU
{D3DAD5E0-A1C0-4E8A-8660-55C342023246}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3DAD5E0-A1C0-4E8A-8660-55C342023246}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3DAD5E0-A1C0-4E8A-8660-55C342023246}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3DAD5E0-A1C0-4E8A-8660-55C342023246}.Release|Any CPU.Build.0 = Release|Any CPU
{15D2BE56-15B9-4795-AB22-819DF13BB18A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15D2BE56-15B9-4795-AB22-819DF13BB18A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15D2BE56-15B9-4795-AB22-819DF13BB18A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15D2BE56-15B9-4795-AB22-819DF13BB18A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal