-
Notifications
You must be signed in to change notification settings - Fork 0
/
InventoryManagerAPI.sln
34 lines (34 loc) · 2.36 KB
/
InventoryManagerAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InventoryManagerAPI", "InventoryManagerAPI\InventoryManagerAPI.csproj", "{62BF17F6-0BFC-42E0-9234-CE76B7DE75D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InventoryManagerAPI.Infrastructure", "InventoryManagerAPI.Infrastructure\InventoryManagerAPI.Infrastructure.csproj", "{DB4C4E57-53E9-4428-B068-AB58943BC10A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InventoryManagerAPI.Domain", "InventoryManagerAPI.Domain\InventoryManagerAPI.Domain.csproj", "{CDBE5B05-2D54-4B53-828E-B251B2F035A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InventoryManager.Application", "InventoryManager.Application\InventoryManager.Application.csproj", "{48115C20-1BEC-4A74-9EA2-D5776089FC21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62BF17F6-0BFC-42E0-9234-CE76B7DE75D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62BF17F6-0BFC-42E0-9234-CE76B7DE75D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62BF17F6-0BFC-42E0-9234-CE76B7DE75D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62BF17F6-0BFC-42E0-9234-CE76B7DE75D0}.Release|Any CPU.Build.0 = Release|Any CPU
{DB4C4E57-53E9-4428-B068-AB58943BC10A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB4C4E57-53E9-4428-B068-AB58943BC10A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB4C4E57-53E9-4428-B068-AB58943BC10A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB4C4E57-53E9-4428-B068-AB58943BC10A}.Release|Any CPU.Build.0 = Release|Any CPU
{CDBE5B05-2D54-4B53-828E-B251B2F035A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDBE5B05-2D54-4B53-828E-B251B2F035A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDBE5B05-2D54-4B53-828E-B251B2F035A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDBE5B05-2D54-4B53-828E-B251B2F035A2}.Release|Any CPU.Build.0 = Release|Any CPU
{48115C20-1BEC-4A74-9EA2-D5776089FC21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48115C20-1BEC-4A74-9EA2-D5776089FC21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48115C20-1BEC-4A74-9EA2-D5776089FC21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48115C20-1BEC-4A74-9EA2-D5776089FC21}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal