-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWarehouseManagementSystem.sln
48 lines (48 loc) · 2.77 KB
/
WarehouseManagementSystem.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
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{678F54EF-3970-4756-AD77-EF6A670509CC}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WMS.BusinessLogic", "WMS.BusinessLogic\WMS.BusinessLogic.csproj", "{B92A02DB-D1BD-438B-9CEA-3F91013B2B7F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WMS.DataAccess", "WMS.DataAccess\WMS.DataAccess.csproj", "{2076537D-0330-47CA-A614-F149448343E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WMS.Tests", "WMS.Tests\WMS.Tests.csproj", "{C48992DF-4F4C-4624-B6DD-AD46C60F0F4C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WMS.UI", "WMS.UI\WMS.UI.csproj", "{6647CDC4-5C64-4AB8-8B85-6161D70F5715}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B92A02DB-D1BD-438B-9CEA-3F91013B2B7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B92A02DB-D1BD-438B-9CEA-3F91013B2B7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B92A02DB-D1BD-438B-9CEA-3F91013B2B7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B92A02DB-D1BD-438B-9CEA-3F91013B2B7F}.Release|Any CPU.Build.0 = Release|Any CPU
{2076537D-0330-47CA-A614-F149448343E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2076537D-0330-47CA-A614-F149448343E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2076537D-0330-47CA-A614-F149448343E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2076537D-0330-47CA-A614-F149448343E4}.Release|Any CPU.Build.0 = Release|Any CPU
{C48992DF-4F4C-4624-B6DD-AD46C60F0F4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C48992DF-4F4C-4624-B6DD-AD46C60F0F4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C48992DF-4F4C-4624-B6DD-AD46C60F0F4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C48992DF-4F4C-4624-B6DD-AD46C60F0F4C}.Release|Any CPU.Build.0 = Release|Any CPU
{6647CDC4-5C64-4AB8-8B85-6161D70F5715}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6647CDC4-5C64-4AB8-8B85-6161D70F5715}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6647CDC4-5C64-4AB8-8B85-6161D70F5715}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6647CDC4-5C64-4AB8-8B85-6161D70F5715}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C41AE22-10B3-4FDC-8199-25879761BB18}
EndGlobalSection
EndGlobal