-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathOrderProcessingSystem.sln
More file actions
49 lines (49 loc) · 3.19 KB
/
OrderProcessingSystem.sln
File metadata and controls
49 lines (49 loc) · 3.19 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
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderProcessingSystem.Models", "OrderProcessingSystem.Models\OrderProcessingSystem.Models.csproj", "{75998486-10F3-498E-AB52-67F12873DA57}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderProcessingSystem.Contracts", "OrderProcessingSystem.Contracts\OrderProcessingSystem.Contracts.csproj", "{5C14F405-941B-4BAC-ABD9-968152FE647A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderProcessingSystem.Data", "OrderProcessingSystem.Data\OrderProcessingSystem.Data.csproj", "{F141E340-D35C-44E4-9C5E-9DDBB37F0026}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderProcessingSystem.Web", "OrderProcessingSystem.Web\OrderProcessingSystem.Web.csproj", "{ECA3497D-3B7F-4B71-A458-545D457C52A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderProcessingSystem.IdP", "OrderProcessingSystem.IdP\OrderProcessingSystem.IdP.csproj", "{8D0EB659-1E86-4147-89F1-46CFA131F70D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75998486-10F3-498E-AB52-67F12873DA57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75998486-10F3-498E-AB52-67F12873DA57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75998486-10F3-498E-AB52-67F12873DA57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75998486-10F3-498E-AB52-67F12873DA57}.Release|Any CPU.Build.0 = Release|Any CPU
{5C14F405-941B-4BAC-ABD9-968152FE647A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C14F405-941B-4BAC-ABD9-968152FE647A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C14F405-941B-4BAC-ABD9-968152FE647A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C14F405-941B-4BAC-ABD9-968152FE647A}.Release|Any CPU.Build.0 = Release|Any CPU
{F141E340-D35C-44E4-9C5E-9DDBB37F0026}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F141E340-D35C-44E4-9C5E-9DDBB37F0026}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F141E340-D35C-44E4-9C5E-9DDBB37F0026}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F141E340-D35C-44E4-9C5E-9DDBB37F0026}.Release|Any CPU.Build.0 = Release|Any CPU
{ECA3497D-3B7F-4B71-A458-545D457C52A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECA3497D-3B7F-4B71-A458-545D457C52A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECA3497D-3B7F-4B71-A458-545D457C52A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECA3497D-3B7F-4B71-A458-545D457C52A1}.Release|Any CPU.Build.0 = Release|Any CPU
{8D0EB659-1E86-4147-89F1-46CFA131F70D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D0EB659-1E86-4147-89F1-46CFA131F70D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D0EB659-1E86-4147-89F1-46CFA131F70D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D0EB659-1E86-4147-89F1-46CFA131F70D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E7732648-6D49-40D8-925F-AAB3FE8A8A0F}
EndGlobalSection
EndGlobal