-
Notifications
You must be signed in to change notification settings - Fork 1
/
StockManagement.sln
44 lines (44 loc) · 2.85 KB
/
StockManagement.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Exam.StockManagement.API", "Exam.StockManagement.API\Exam.StockManagement.API.csproj", "{173DA75D-08ED-4357-BD0E-73C5BCE2B7C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Exam.StockManagement.Domain", "Exam.StockManagement.Domain\Exam.StockManagement.Domain.csproj", "{97D075B6-8C80-473A-B5B4-CD42855994ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Exam.StockManagement.Infrastructure", "Exam.StockManagement.Infrastructure\Exam.StockManagement.Infrastructure.csproj", "{D9899C11-1867-42C1-9705-86ABB81B20FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Exam.StockManagement.Application", "Exam.StockManagement.Application\Exam.StockManagement.Application.csproj", "{02A15F0B-B512-4F81-8DCF-648DC3FAE16A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4B80BB27-D1F5-4080-976D-2DEB9E8DD51E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{173DA75D-08ED-4357-BD0E-73C5BCE2B7C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{173DA75D-08ED-4357-BD0E-73C5BCE2B7C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{173DA75D-08ED-4357-BD0E-73C5BCE2B7C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{173DA75D-08ED-4357-BD0E-73C5BCE2B7C5}.Release|Any CPU.Build.0 = Release|Any CPU
{97D075B6-8C80-473A-B5B4-CD42855994ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97D075B6-8C80-473A-B5B4-CD42855994ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97D075B6-8C80-473A-B5B4-CD42855994ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97D075B6-8C80-473A-B5B4-CD42855994ED}.Release|Any CPU.Build.0 = Release|Any CPU
{D9899C11-1867-42C1-9705-86ABB81B20FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9899C11-1867-42C1-9705-86ABB81B20FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9899C11-1867-42C1-9705-86ABB81B20FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9899C11-1867-42C1-9705-86ABB81B20FD}.Release|Any CPU.Build.0 = Release|Any CPU
{02A15F0B-B512-4F81-8DCF-648DC3FAE16A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02A15F0B-B512-4F81-8DCF-648DC3FAE16A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02A15F0B-B512-4F81-8DCF-648DC3FAE16A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02A15F0B-B512-4F81-8DCF-648DC3FAE16A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F20981C6-0AFD-408B-8E1B-4FBC60C6222A}
EndGlobalSection
EndGlobal