-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOrdersProcessingService.sln
More file actions
43 lines (43 loc) · 2.73 KB
/
Copy pathOrdersProcessingService.sln
File metadata and controls
43 lines (43 loc) · 2.73 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30104.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrdersProcessingService.Api", "OrdersProcessingService.Api\OrdersProcessingService.Api.csproj", "{8C7C00C3-769F-4E5A-A3A0-7D42F29B6F48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrdersProcessingService.Tests", "OrdersProcessingService.Tests\OrdersProcessingService.Tests.csproj", "{D461A892-B58C-4FE7-A4BF-82F20F88391E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrdersProcessingService.Infrastructure", "OrdersProcessingService.Infrastructure\OrdersProcessingService.Infrastructure.csproj", "{DECC0B97-9411-4F2A-8214-688D37A47604}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrdersProcessingService.Core", "OrdersProcessingService.Core\OrdersProcessingService.Core.csproj", "{0F03FED0-7BDB-413C-A361-FFDA7A744401}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C7C00C3-769F-4E5A-A3A0-7D42F29B6F48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C7C00C3-769F-4E5A-A3A0-7D42F29B6F48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C7C00C3-769F-4E5A-A3A0-7D42F29B6F48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C7C00C3-769F-4E5A-A3A0-7D42F29B6F48}.Release|Any CPU.Build.0 = Release|Any CPU
{D461A892-B58C-4FE7-A4BF-82F20F88391E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D461A892-B58C-4FE7-A4BF-82F20F88391E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D461A892-B58C-4FE7-A4BF-82F20F88391E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D461A892-B58C-4FE7-A4BF-82F20F88391E}.Release|Any CPU.Build.0 = Release|Any CPU
{DECC0B97-9411-4F2A-8214-688D37A47604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DECC0B97-9411-4F2A-8214-688D37A47604}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DECC0B97-9411-4F2A-8214-688D37A47604}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DECC0B97-9411-4F2A-8214-688D37A47604}.Release|Any CPU.Build.0 = Release|Any CPU
{0F03FED0-7BDB-413C-A361-FFDA7A744401}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F03FED0-7BDB-413C-A361-FFDA7A744401}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F03FED0-7BDB-413C-A361-FFDA7A744401}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F03FED0-7BDB-413C-A361-FFDA7A744401}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {215911A4-FCC7-4BD6-93BA-33A225B857C1}
EndGlobalSection
EndGlobal