-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexp_EntityFramework.sln
43 lines (43 loc) · 2.56 KB
/
exp_EntityFramework.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.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "k1_CodeFirst", "k1_CodeFirst\k1_CodeFirst.csproj", "{86F94C42-2337-4127-B35D-75FACA6E59BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "k2_CodeFirstWithMigrations", "k2_CodeFirstWithMigrations\k2_CodeFirstWithMigrations.csproj", "{84FC8601-5D54-4D10-BDB3-AEF791FEE654}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TurkiyeCodeFirst", "TurkiyeCodeFirst\TurkiyeCodeFirst.csproj", "{C2D0E413-9664-424A-AEC7-36E66E99F96B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "k3_DbFirst", "k3_DbFirst\k3_DbFirst.csproj", "{1EFD5B7F-B7C9-412D-932F-2EAFF39B4F2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86F94C42-2337-4127-B35D-75FACA6E59BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86F94C42-2337-4127-B35D-75FACA6E59BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86F94C42-2337-4127-B35D-75FACA6E59BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86F94C42-2337-4127-B35D-75FACA6E59BB}.Release|Any CPU.Build.0 = Release|Any CPU
{84FC8601-5D54-4D10-BDB3-AEF791FEE654}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84FC8601-5D54-4D10-BDB3-AEF791FEE654}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84FC8601-5D54-4D10-BDB3-AEF791FEE654}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84FC8601-5D54-4D10-BDB3-AEF791FEE654}.Release|Any CPU.Build.0 = Release|Any CPU
{C2D0E413-9664-424A-AEC7-36E66E99F96B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2D0E413-9664-424A-AEC7-36E66E99F96B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2D0E413-9664-424A-AEC7-36E66E99F96B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2D0E413-9664-424A-AEC7-36E66E99F96B}.Release|Any CPU.Build.0 = Release|Any CPU
{1EFD5B7F-B7C9-412D-932F-2EAFF39B4F2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EFD5B7F-B7C9-412D-932F-2EAFF39B4F2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EFD5B7F-B7C9-412D-932F-2EAFF39B4F2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EFD5B7F-B7C9-412D-932F-2EAFF39B4F2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A23D5201-AE6F-49D4-BFD3-35A20E822E50}
EndGlobalSection
EndGlobal