forked from salihcantekin/EFCoreTutorial_youtube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEFCoreTutorial.sln
48 lines (48 loc) · 2.66 KB
/
EFCoreTutorial.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E8BDB991-92DA-475E-A5BB-1F18069BCDE8}"
ProjectSection(SolutionItems) = preProject
RoadMap.txt = RoadMap.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{BE74EE12-CE14-42EE-B516-CE27BAD657C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCoreTutorial.WebApi", "src\EFCoreTutorial.WebApi\EFCoreTutorial.WebApi.csproj", "{D0CAB119-8561-4F25-B561-E71849101C55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCoreTutorial.Data", "src\EFCoreTutorial.Data\EFCoreTutorial.Data.csproj", "{898357BF-A16A-4B41-BEF1-5C0949727238}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFCoreTutorail.Common", "src\EFCoreTutorail.Common\EFCoreTutorail.Common.csproj", "{51F11A69-E58B-46EF-90CA-70FA1F1870A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0CAB119-8561-4F25-B561-E71849101C55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0CAB119-8561-4F25-B561-E71849101C55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0CAB119-8561-4F25-B561-E71849101C55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0CAB119-8561-4F25-B561-E71849101C55}.Release|Any CPU.Build.0 = Release|Any CPU
{898357BF-A16A-4B41-BEF1-5C0949727238}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{898357BF-A16A-4B41-BEF1-5C0949727238}.Debug|Any CPU.Build.0 = Debug|Any CPU
{898357BF-A16A-4B41-BEF1-5C0949727238}.Release|Any CPU.ActiveCfg = Release|Any CPU
{898357BF-A16A-4B41-BEF1-5C0949727238}.Release|Any CPU.Build.0 = Release|Any CPU
{51F11A69-E58B-46EF-90CA-70FA1F1870A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51F11A69-E58B-46EF-90CA-70FA1F1870A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51F11A69-E58B-46EF-90CA-70FA1F1870A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51F11A69-E58B-46EF-90CA-70FA1F1870A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D0CAB119-8561-4F25-B561-E71849101C55} = {E8BDB991-92DA-475E-A5BB-1F18069BCDE8}
{898357BF-A16A-4B41-BEF1-5C0949727238} = {E8BDB991-92DA-475E-A5BB-1F18069BCDE8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1732561B-E082-4CD3-9DDD-905BEA5A2F9F}
EndGlobalSection
EndGlobal