-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEtammen.sln
37 lines (37 loc) · 2.05 KB
/
Etammen.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.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccessLayerEF", "DataAccessLayerEF\DataAccessLayerEF.csproj", "{60164F75-DF08-46D6-9CDD-4615FBA9F20A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLogicLayer", "BusinessLogicLayer\BusinessLogicLayer.csproj", "{7AED5B7D-CB4A-439B-A3EF-62938D59A3B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Etammen", "Etammen\Etammen.csproj", "{44D101F7-B1CE-42B3-A827-DE0399A099F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60164F75-DF08-46D6-9CDD-4615FBA9F20A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60164F75-DF08-46D6-9CDD-4615FBA9F20A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60164F75-DF08-46D6-9CDD-4615FBA9F20A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60164F75-DF08-46D6-9CDD-4615FBA9F20A}.Release|Any CPU.Build.0 = Release|Any CPU
{7AED5B7D-CB4A-439B-A3EF-62938D59A3B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AED5B7D-CB4A-439B-A3EF-62938D59A3B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AED5B7D-CB4A-439B-A3EF-62938D59A3B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AED5B7D-CB4A-439B-A3EF-62938D59A3B9}.Release|Any CPU.Build.0 = Release|Any CPU
{44D101F7-B1CE-42B3-A827-DE0399A099F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44D101F7-B1CE-42B3-A827-DE0399A099F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44D101F7-B1CE-42B3-A827-DE0399A099F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44D101F7-B1CE-42B3-A827-DE0399A099F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93C37BC8-E90E-4509-8020-5BDDF1FD2229}
EndGlobalSection
EndGlobal