-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeFirst.sln
More file actions
45 lines (45 loc) · 2.56 KB
/
Copy pathCodeFirst.sln
File metadata and controls
45 lines (45 loc) · 2.56 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2043
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeFirst", "CodeFirst\CodeFirst.csproj", "{4804DEF5-7A9C-4F88-ADBD-6002E93CBC56}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01-DataAccessLayer", "01-DataAccessLayer", "{8EBFCF45-331A-444E-97A7-9702BA2E2A03}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "02-ServiceLayer", "02-ServiceLayer", "{AED1E501-B299-4BB7-A63A-2EFED207376D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataServiceInterfaces", "DataServiceInterfaces\DataServiceInterfaces.csproj", "{67F1D1E2-E5C0-4B5A-967C-5144A593B3B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataServiceLayer", "DataServiceLayer\DataServiceLayer.csproj", "{2FD12096-C3DE-4F92-9110-A50DBCB023ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4804DEF5-7A9C-4F88-ADBD-6002E93CBC56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4804DEF5-7A9C-4F88-ADBD-6002E93CBC56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4804DEF5-7A9C-4F88-ADBD-6002E93CBC56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4804DEF5-7A9C-4F88-ADBD-6002E93CBC56}.Release|Any CPU.Build.0 = Release|Any CPU
{67F1D1E2-E5C0-4B5A-967C-5144A593B3B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67F1D1E2-E5C0-4B5A-967C-5144A593B3B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67F1D1E2-E5C0-4B5A-967C-5144A593B3B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67F1D1E2-E5C0-4B5A-967C-5144A593B3B5}.Release|Any CPU.Build.0 = Release|Any CPU
{2FD12096-C3DE-4F92-9110-A50DBCB023ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FD12096-C3DE-4F92-9110-A50DBCB023ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FD12096-C3DE-4F92-9110-A50DBCB023ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FD12096-C3DE-4F92-9110-A50DBCB023ED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{67F1D1E2-E5C0-4B5A-967C-5144A593B3B5} = {8EBFCF45-331A-444E-97A7-9702BA2E2A03}
{2FD12096-C3DE-4F92-9110-A50DBCB023ED} = {8EBFCF45-331A-444E-97A7-9702BA2E2A03}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E50900D2-64CD-493F-B4C7-1FBA6CDA84FF}
EndGlobalSection
EndGlobal