-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInventorySystem.sln
More file actions
61 lines (61 loc) · 3.99 KB
/
InventorySystem.sln
File metadata and controls
61 lines (61 loc) · 3.99 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
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35222.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InventorySystem.Api", "src\InventorySystem.Api\InventorySystem.Api.csproj", "{DFC70C58-85E8-4182-AFEC-54F35DA212E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "src\Core", "{7C793B1A-2B7B-4F5E-AD59-28DEC0D267AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InventorySystem.Domain", "src\InventorySystem.Domain\InventorySystem.Domain.csproj", "{200D3711-8280-4870-B635-002B103C395F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InventorySystem.Application", "src\InventorySystem.Application\InventorySystem.Application.csproj", "{67E57276-62DC-4166-B30F-195F9CBAF970}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InventorySystem.Infrastructure", "src\InventorySystem.Infrastructure\InventorySystem.Infrastructure.csproj", "{5DC6BB05-BE5F-4861-B8C0-A293C0615624}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "src\Shared\Shared.csproj", "{10665D71-CC95-4CE9-ABF1-4F82ED6C9B83}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InventorySystem.Services", "src\InventorySystem.Services\InventorySystem.Services.csproj", "{392FBB58-F81D-4F46-BBCF-6BA4D4EAC13E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFC70C58-85E8-4182-AFEC-54F35DA212E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFC70C58-85E8-4182-AFEC-54F35DA212E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFC70C58-85E8-4182-AFEC-54F35DA212E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFC70C58-85E8-4182-AFEC-54F35DA212E5}.Release|Any CPU.Build.0 = Release|Any CPU
{200D3711-8280-4870-B635-002B103C395F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{200D3711-8280-4870-B635-002B103C395F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{200D3711-8280-4870-B635-002B103C395F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{200D3711-8280-4870-B635-002B103C395F}.Release|Any CPU.Build.0 = Release|Any CPU
{67E57276-62DC-4166-B30F-195F9CBAF970}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67E57276-62DC-4166-B30F-195F9CBAF970}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67E57276-62DC-4166-B30F-195F9CBAF970}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67E57276-62DC-4166-B30F-195F9CBAF970}.Release|Any CPU.Build.0 = Release|Any CPU
{5DC6BB05-BE5F-4861-B8C0-A293C0615624}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DC6BB05-BE5F-4861-B8C0-A293C0615624}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DC6BB05-BE5F-4861-B8C0-A293C0615624}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DC6BB05-BE5F-4861-B8C0-A293C0615624}.Release|Any CPU.Build.0 = Release|Any CPU
{10665D71-CC95-4CE9-ABF1-4F82ED6C9B83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10665D71-CC95-4CE9-ABF1-4F82ED6C9B83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10665D71-CC95-4CE9-ABF1-4F82ED6C9B83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10665D71-CC95-4CE9-ABF1-4F82ED6C9B83}.Release|Any CPU.Build.0 = Release|Any CPU
{392FBB58-F81D-4F46-BBCF-6BA4D4EAC13E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{392FBB58-F81D-4F46-BBCF-6BA4D4EAC13E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{392FBB58-F81D-4F46-BBCF-6BA4D4EAC13E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{392FBB58-F81D-4F46-BBCF-6BA4D4EAC13E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{200D3711-8280-4870-B635-002B103C395F} = {7C793B1A-2B7B-4F5E-AD59-28DEC0D267AC}
{67E57276-62DC-4166-B30F-195F9CBAF970} = {7C793B1A-2B7B-4F5E-AD59-28DEC0D267AC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0893E69-7CAD-4FCD-BAD9-F9C34AA2B788}
EndGlobalSection
EndGlobal