-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCerveceria.sln
55 lines (55 loc) · 3.2 KB
/
Cerveceria.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
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "DataLayer", "DataLayer\DataLayer.vbproj", "{64E7437A-3625-4F94-8B40-7319D46B301D}"
ProjectSection(ProjectDependencies) = postProject
{1A6EE152-5005-4C9A-8759-C5FFED32FA59} = {1A6EE152-5005-4C9A-8759-C5FFED32FA59}
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "PresentationLayer", "PresentationLayer\PresentationLayer.vbproj", "{2E4F3C50-281D-434E-9221-691D76241321}"
ProjectSection(ProjectDependencies) = postProject
{1A6EE152-5005-4C9A-8759-C5FFED32FA59} = {1A6EE152-5005-4C9A-8759-C5FFED32FA59}
{1F213B56-F852-489F-A4A7-DB06667C81DD} = {1F213B56-F852-489F-A4A7-DB06667C81DD}
{64E7437A-3625-4F94-8B40-7319D46B301D} = {64E7437A-3625-4F94-8B40-7319D46B301D}
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ServiceLayer", "ServiceLayer\ServiceLayer.vbproj", "{1F213B56-F852-489F-A4A7-DB06667C81DD}"
ProjectSection(ProjectDependencies) = postProject
{1A6EE152-5005-4C9A-8759-C5FFED32FA59} = {1A6EE152-5005-4C9A-8759-C5FFED32FA59}
{64E7437A-3625-4F94-8B40-7319D46B301D} = {64E7437A-3625-4F94-8B40-7319D46B301D}
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CommonLayer", "CommonLayer\CommonLayer.vbproj", "{1A6EE152-5005-4C9A-8759-C5FFED32FA59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64E7437A-3625-4F94-8B40-7319D46B301D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64E7437A-3625-4F94-8B40-7319D46B301D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64E7437A-3625-4F94-8B40-7319D46B301D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64E7437A-3625-4F94-8B40-7319D46B301D}.Release|Any CPU.Build.0 = Release|Any CPU
{2E4F3C50-281D-434E-9221-691D76241321}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E4F3C50-281D-434E-9221-691D76241321}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E4F3C50-281D-434E-9221-691D76241321}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E4F3C50-281D-434E-9221-691D76241321}.Release|Any CPU.Build.0 = Release|Any CPU
{1F213B56-F852-489F-A4A7-DB06667C81DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F213B56-F852-489F-A4A7-DB06667C81DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F213B56-F852-489F-A4A7-DB06667C81DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F213B56-F852-489F-A4A7-DB06667C81DD}.Release|Any CPU.Build.0 = Release|Any CPU
{1A6EE152-5005-4C9A-8759-C5FFED32FA59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A6EE152-5005-4C9A-8759-C5FFED32FA59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A6EE152-5005-4C9A-8759-C5FFED32FA59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A6EE152-5005-4C9A-8759-C5FFED32FA59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BB72D8A3-C952-4D38-89F5-3FE0FD082105}
EndGlobalSection
EndGlobal