-
Notifications
You must be signed in to change notification settings - Fork 0
/
PointOfSale_1.sln
43 lines (43 loc) · 2.48 KB
/
PointOfSale_1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PointOfSale_1", "PointOfSale_1\PointOfSale_1.csproj", "{EAFB6438-87FD-497B-A21A-4B7535742C04}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prj_Data", "PrjData\Prj_Data.csproj", "{8EA49818-7EC7-414E-B617-9F4DF1CAC195}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prj_Business", "Prj_Business\Prj_Business.csproj", "{1AE229E8-7D37-4014-9B4E-5773E3BEECF7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prj_Ent", "Prj_Ent\Prj_Ent.csproj", "{96064B3F-D312-4E4E-A936-1337EB3E3EC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAFB6438-87FD-497B-A21A-4B7535742C04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAFB6438-87FD-497B-A21A-4B7535742C04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAFB6438-87FD-497B-A21A-4B7535742C04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAFB6438-87FD-497B-A21A-4B7535742C04}.Release|Any CPU.Build.0 = Release|Any CPU
{8EA49818-7EC7-414E-B617-9F4DF1CAC195}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EA49818-7EC7-414E-B617-9F4DF1CAC195}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EA49818-7EC7-414E-B617-9F4DF1CAC195}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EA49818-7EC7-414E-B617-9F4DF1CAC195}.Release|Any CPU.Build.0 = Release|Any CPU
{1AE229E8-7D37-4014-9B4E-5773E3BEECF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AE229E8-7D37-4014-9B4E-5773E3BEECF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AE229E8-7D37-4014-9B4E-5773E3BEECF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AE229E8-7D37-4014-9B4E-5773E3BEECF7}.Release|Any CPU.Build.0 = Release|Any CPU
{96064B3F-D312-4E4E-A936-1337EB3E3EC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96064B3F-D312-4E4E-A936-1337EB3E3EC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96064B3F-D312-4E4E-A936-1337EB3E3EC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96064B3F-D312-4E4E-A936-1337EB3E3EC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70CCC557-B0E2-446D-9F25-F9274C1A7236}
EndGlobalSection
EndGlobal