-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathe-Buy.app.sln
37 lines (37 loc) · 2.04 KB
/
e-Buy.app.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.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "e-Buy.app", "e-Buy.app.csproj", "{324A7B29-9756-4985-820D-283E80371501}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess.app", "..\DataAccess.app\DataAccess.app.csproj", "{0D1248F7-9BB3-4ED5-8F3A-F2CBF58D5194}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLogic.app", "..\BusinessLogic.app\BusinessLogic.app.csproj", "{4A32FFD5-9327-43CA-9BDF-DBE2FCC2884F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{324A7B29-9756-4985-820D-283E80371501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{324A7B29-9756-4985-820D-283E80371501}.Debug|Any CPU.Build.0 = Debug|Any CPU
{324A7B29-9756-4985-820D-283E80371501}.Release|Any CPU.ActiveCfg = Release|Any CPU
{324A7B29-9756-4985-820D-283E80371501}.Release|Any CPU.Build.0 = Release|Any CPU
{0D1248F7-9BB3-4ED5-8F3A-F2CBF58D5194}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D1248F7-9BB3-4ED5-8F3A-F2CBF58D5194}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D1248F7-9BB3-4ED5-8F3A-F2CBF58D5194}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D1248F7-9BB3-4ED5-8F3A-F2CBF58D5194}.Release|Any CPU.Build.0 = Release|Any CPU
{4A32FFD5-9327-43CA-9BDF-DBE2FCC2884F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A32FFD5-9327-43CA-9BDF-DBE2FCC2884F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A32FFD5-9327-43CA-9BDF-DBE2FCC2884F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A32FFD5-9327-43CA-9BDF-DBE2FCC2884F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {178C4DE4-B485-4E5A-B567-15DC6D5AD2D0}
EndGlobalSection
EndGlobal