-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathebs.sln
49 lines (49 loc) · 2.95 KB
/
ebs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UserInterface", "UserInterface\UserInterface.csproj", "{26CACD7D-43EA-4412-98A8-2FECAD237975}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{DB1FD06C-CF3E-4A22-B9E7-94EC17F171C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLogic", "BusinessLogic\BusinessLogic.csproj", "{45785984-3B88-46F2-BC52-4D10DE933043}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest", "UnitTest\UnitTest.csproj", "{6C7670D1-E684-4F22-A2AB-51D93B1BFBC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{66C63DA0-03E1-4C59-BE57-33E680F634D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26CACD7D-43EA-4412-98A8-2FECAD237975}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26CACD7D-43EA-4412-98A8-2FECAD237975}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26CACD7D-43EA-4412-98A8-2FECAD237975}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26CACD7D-43EA-4412-98A8-2FECAD237975}.Release|Any CPU.Build.0 = Release|Any CPU
{DB1FD06C-CF3E-4A22-B9E7-94EC17F171C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB1FD06C-CF3E-4A22-B9E7-94EC17F171C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB1FD06C-CF3E-4A22-B9E7-94EC17F171C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB1FD06C-CF3E-4A22-B9E7-94EC17F171C9}.Release|Any CPU.Build.0 = Release|Any CPU
{45785984-3B88-46F2-BC52-4D10DE933043}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45785984-3B88-46F2-BC52-4D10DE933043}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45785984-3B88-46F2-BC52-4D10DE933043}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45785984-3B88-46F2-BC52-4D10DE933043}.Release|Any CPU.Build.0 = Release|Any CPU
{6C7670D1-E684-4F22-A2AB-51D93B1BFBC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C7670D1-E684-4F22-A2AB-51D93B1BFBC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C7670D1-E684-4F22-A2AB-51D93B1BFBC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C7670D1-E684-4F22-A2AB-51D93B1BFBC5}.Release|Any CPU.Build.0 = Release|Any CPU
{66C63DA0-03E1-4C59-BE57-33E680F634D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66C63DA0-03E1-4C59-BE57-33E680F634D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66C63DA0-03E1-4C59-BE57-33E680F634D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66C63DA0-03E1-4C59-BE57-33E680F634D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0A55FFDB-D663-4EFC-A02E-9875E08EF085}
EndGlobalSection
EndGlobal