-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOrderService.sln
More file actions
43 lines (43 loc) · 2.65 KB
/
OrderService.sln
File metadata and controls
43 lines (43 loc) · 2.65 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 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderService.Api", "OrderService.Api\OrderService.Api.csproj", "{82876D7B-41E8-484F-BD4B-83098FAC330B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderService.Api.Domain", "OrderService.Api.Domain\OrderService.Api.Domain.csproj", "{82634294-FD8E-49EA-8E4C-589070E39FB0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderService.Api.Aplication", "OrderService.Api.Aplication\OrderService.Api.Aplication.csproj", "{10787B99-4B9E-4E50-A217-DC076D716E5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderService.Api.Infrastructure", "OrderService.Api.Infrastructure\OrderService.Api.Infrastructure.csproj", "{7A48CE08-1208-431F-9B39-0683CE54F951}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82876D7B-41E8-484F-BD4B-83098FAC330B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82876D7B-41E8-484F-BD4B-83098FAC330B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82876D7B-41E8-484F-BD4B-83098FAC330B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82876D7B-41E8-484F-BD4B-83098FAC330B}.Release|Any CPU.Build.0 = Release|Any CPU
{82634294-FD8E-49EA-8E4C-589070E39FB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82634294-FD8E-49EA-8E4C-589070E39FB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82634294-FD8E-49EA-8E4C-589070E39FB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82634294-FD8E-49EA-8E4C-589070E39FB0}.Release|Any CPU.Build.0 = Release|Any CPU
{10787B99-4B9E-4E50-A217-DC076D716E5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10787B99-4B9E-4E50-A217-DC076D716E5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10787B99-4B9E-4E50-A217-DC076D716E5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10787B99-4B9E-4E50-A217-DC076D716E5F}.Release|Any CPU.Build.0 = Release|Any CPU
{7A48CE08-1208-431F-9B39-0683CE54F951}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A48CE08-1208-431F-9B39-0683CE54F951}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A48CE08-1208-431F-9B39-0683CE54F951}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A48CE08-1208-431F-9B39-0683CE54F951}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2259719-288E-4091-A548-1E964133B5F0}
EndGlobalSection
EndGlobal