-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInventoryManagementSystem.sln
More file actions
43 lines (43 loc) · 2.53 KB
/
InventoryManagementSystem.sln
File metadata and controls
43 lines (43 loc) · 2.53 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.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMS.WebApp", "IMS.WebApp\IMS.WebApp.csproj", "{7DC31D4F-348C-4B2A-BE42-7EC68BC58F5C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMS.UseCases", "IMS.UseCases\IMS.UseCases.csproj", "{79A10E32-10A3-4481-93AA-E79628C4B313}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMS.CoreBusiness", "IMS.CoreBusiness\IMS.CoreBusiness.csproj", "{2B279D27-5E26-430E-BF9E-A2BCBDD2E832}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMS.Plugins.EFCore", "IMS.Plugins.EFCore\IMS.Plugins.EFCore.csproj", "{91E10488-BAAB-4210-9B87-37AC3D92971A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7DC31D4F-348C-4B2A-BE42-7EC68BC58F5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DC31D4F-348C-4B2A-BE42-7EC68BC58F5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DC31D4F-348C-4B2A-BE42-7EC68BC58F5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DC31D4F-348C-4B2A-BE42-7EC68BC58F5C}.Release|Any CPU.Build.0 = Release|Any CPU
{79A10E32-10A3-4481-93AA-E79628C4B313}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79A10E32-10A3-4481-93AA-E79628C4B313}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79A10E32-10A3-4481-93AA-E79628C4B313}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79A10E32-10A3-4481-93AA-E79628C4B313}.Release|Any CPU.Build.0 = Release|Any CPU
{2B279D27-5E26-430E-BF9E-A2BCBDD2E832}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B279D27-5E26-430E-BF9E-A2BCBDD2E832}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B279D27-5E26-430E-BF9E-A2BCBDD2E832}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B279D27-5E26-430E-BF9E-A2BCBDD2E832}.Release|Any CPU.Build.0 = Release|Any CPU
{91E10488-BAAB-4210-9B87-37AC3D92971A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91E10488-BAAB-4210-9B87-37AC3D92971A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91E10488-BAAB-4210-9B87-37AC3D92971A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91E10488-BAAB-4210-9B87-37AC3D92971A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {98AC6E8F-6605-4A27-9688-7D010BE70093}
EndGlobalSection
EndGlobal