forked from JonPSmith/EfCoreinAction-SecondEdition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EfCoreInAction.Part1.sln
67 lines (67 loc) · 4.12 KB
/
EfCoreInAction.Part1.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
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyFirstEfCoreApp", "MyFirstEfCoreApp\MyFirstEfCoreApp.csproj", "{42042282-F7F3-48E9-A9B5-CE6A50D58EF3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{2C541617-2312-4769-B8A9-96E7B4501AC8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataLayer", "DataLayer\DataLayer.csproj", "{7D0D3E17-A620-4CC5-90A2-C9BCCE20BEC2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceLayer", "ServiceLayer\ServiceLayer.csproj", "{2819F3A5-99EF-4379-8A2D-2A8ECA3A42A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BookApp", "BookApp\BookApp.csproj", "{BF8812C2-5F19-4A59-8A22-968ECF89A315}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BizDbAccess", "BizDbAccess\BizDbAccess.csproj", "{C8984C15-EA16-4933-ACCF-81E443424A1F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BizLogic", "BizLogic\BizLogic.csproj", "{5CE8C6CD-9C2F-4A95-89D5-5ED2B07E4D02}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8096CFED-3708-468E-BF9D-3526C4E4558C}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42042282-F7F3-48E9-A9B5-CE6A50D58EF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42042282-F7F3-48E9-A9B5-CE6A50D58EF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42042282-F7F3-48E9-A9B5-CE6A50D58EF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42042282-F7F3-48E9-A9B5-CE6A50D58EF3}.Release|Any CPU.Build.0 = Release|Any CPU
{2C541617-2312-4769-B8A9-96E7B4501AC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C541617-2312-4769-B8A9-96E7B4501AC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C541617-2312-4769-B8A9-96E7B4501AC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C541617-2312-4769-B8A9-96E7B4501AC8}.Release|Any CPU.Build.0 = Release|Any CPU
{7D0D3E17-A620-4CC5-90A2-C9BCCE20BEC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D0D3E17-A620-4CC5-90A2-C9BCCE20BEC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D0D3E17-A620-4CC5-90A2-C9BCCE20BEC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D0D3E17-A620-4CC5-90A2-C9BCCE20BEC2}.Release|Any CPU.Build.0 = Release|Any CPU
{2819F3A5-99EF-4379-8A2D-2A8ECA3A42A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2819F3A5-99EF-4379-8A2D-2A8ECA3A42A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2819F3A5-99EF-4379-8A2D-2A8ECA3A42A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2819F3A5-99EF-4379-8A2D-2A8ECA3A42A1}.Release|Any CPU.Build.0 = Release|Any CPU
{BF8812C2-5F19-4A59-8A22-968ECF89A315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF8812C2-5F19-4A59-8A22-968ECF89A315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF8812C2-5F19-4A59-8A22-968ECF89A315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF8812C2-5F19-4A59-8A22-968ECF89A315}.Release|Any CPU.Build.0 = Release|Any CPU
{C8984C15-EA16-4933-ACCF-81E443424A1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8984C15-EA16-4933-ACCF-81E443424A1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8984C15-EA16-4933-ACCF-81E443424A1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8984C15-EA16-4933-ACCF-81E443424A1F}.Release|Any CPU.Build.0 = Release|Any CPU
{5CE8C6CD-9C2F-4A95-89D5-5ED2B07E4D02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CE8C6CD-9C2F-4A95-89D5-5ED2B07E4D02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CE8C6CD-9C2F-4A95-89D5-5ED2B07E4D02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CE8C6CD-9C2F-4A95-89D5-5ED2B07E4D02}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1AE6C82-05D0-46A0-BF0E-7C962AAC6F1F}
EndGlobalSection
EndGlobal