-
Notifications
You must be signed in to change notification settings - Fork 1
/
EF-Core.sln
43 lines (43 loc) · 2.55 KB
/
EF-Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFGetStarted", "EFGetStarted\EFGetStarted.csproj", "{C0AE4448-DB3E-404D-9734-50669DA81B82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ContosoUniversity", "ContosoUniversity\ContosoUniversity.csproj", "{78866E4A-7A92-496A-952A-0341321933A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ContosoUniversityMVC", "ContosoUniversityMVC\ContosoUniversityMVC.csproj", "{F5B35C82-B9EB-42B4-9CEB-282A5772979F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsotoDbFirst", "ConsotoDbFirst\ConsotoDbFirst.csproj", "{AF114C29-79D7-4451-89FB-FFDA270C4084}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0AE4448-DB3E-404D-9734-50669DA81B82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0AE4448-DB3E-404D-9734-50669DA81B82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0AE4448-DB3E-404D-9734-50669DA81B82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0AE4448-DB3E-404D-9734-50669DA81B82}.Release|Any CPU.Build.0 = Release|Any CPU
{78866E4A-7A92-496A-952A-0341321933A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78866E4A-7A92-496A-952A-0341321933A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78866E4A-7A92-496A-952A-0341321933A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78866E4A-7A92-496A-952A-0341321933A4}.Release|Any CPU.Build.0 = Release|Any CPU
{F5B35C82-B9EB-42B4-9CEB-282A5772979F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5B35C82-B9EB-42B4-9CEB-282A5772979F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5B35C82-B9EB-42B4-9CEB-282A5772979F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5B35C82-B9EB-42B4-9CEB-282A5772979F}.Release|Any CPU.Build.0 = Release|Any CPU
{AF114C29-79D7-4451-89FB-FFDA270C4084}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF114C29-79D7-4451-89FB-FFDA270C4084}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF114C29-79D7-4451-89FB-FFDA270C4084}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF114C29-79D7-4451-89FB-FFDA270C4084}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D81C876-B5CE-4581-92E4-A32A757B6B3D}
EndGlobalSection
EndGlobal