-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathShippping Managment.sln
37 lines (37 loc) · 2.08 KB
/
Shippping Managment.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34916.146
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shippping Managment", "Shippping Managment\Shippping Managment.csproj", "{8F63D33F-5421-436A-B4FC-D81EFB370103}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data Access Layer", "Data Access Layer\Data Access Layer.csproj", "{F6F3352C-8605-4705-981B-58C8785359C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business Layer", "Business Layer\Business Layer.csproj", "{6434469D-2014-4782-8B13-768F59792CF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F63D33F-5421-436A-B4FC-D81EFB370103}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F63D33F-5421-436A-B4FC-D81EFB370103}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F63D33F-5421-436A-B4FC-D81EFB370103}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F63D33F-5421-436A-B4FC-D81EFB370103}.Release|Any CPU.Build.0 = Release|Any CPU
{F6F3352C-8605-4705-981B-58C8785359C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6F3352C-8605-4705-981B-58C8785359C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6F3352C-8605-4705-981B-58C8785359C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6F3352C-8605-4705-981B-58C8785359C8}.Release|Any CPU.Build.0 = Release|Any CPU
{6434469D-2014-4782-8B13-768F59792CF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6434469D-2014-4782-8B13-768F59792CF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6434469D-2014-4782-8B13-768F59792CF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6434469D-2014-4782-8B13-768F59792CF8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7EAAE368-40D6-4C5E-AAE6-359739116B70}
EndGlobalSection
EndGlobal