-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEFCore.sln
85 lines (85 loc) · 6.67 KB
/
EFCore.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.DatabaseFirst", "EFCore.DatabaseFirst\EFCore.DatabaseFirst.csproj", "{0EC59E09-F455-4A26-A0E4-26EBA31B2735}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.DatabaseFirstByScaffold", "EFCore.DatabaseFirstByScaffold\EFCore.DatabaseFirstByScaffold.csproj", "{B8DD00B1-4867-4E1A-AB8B-B578C92FF7F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.CodeFirst", "EFCore.CodeFirst\EFCore.CodeFirst.csproj", "{65D00347-0126-41F2-B0E5-02EF6AA317A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.CodeFirst.Relationships", "EFCore.CodeFirst.Relationships\EFCore.CodeFirst.Relationships.csproj", "{6D71D057-6661-4497-AEF0-67852947C342}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.CodeFirst.Relationships.OneToMany.DataAdd", "EFCore.CodeFirst.Relationships.OneToMany.DataAdd\EFCore.CodeFirst.Relationships.OneToMany.DataAdd.csproj", "{F6088505-07B6-41F2-BBED-8009CA26CFC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.CodeFirst.Relationships.OneToOne.DataAdd", "EFCore.CodeFirst.Relationships.OneToOne.DataAdd\EFCore.CodeFirst.Relationships.OneToOne.DataAdd.csproj", "{C6A4ACAC-0D30-49A4-9077-77284AAD2554}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.CodeFirst.Relationships.ManyToMany.DataAdd", "EFCore.CodeFirst.Relationships.ManyToMany.DataAdd\EFCore.CodeFirst.Relationships.ManyToMany.DataAdd.csproj", "{E829B27E-1809-4390-86BE-E6D7F677C622}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.CodeFirst.Relationships.DeleteBehaviors", "EFCore.CodeFirst.Relationships.DeleteBehaviors\EFCore.CodeFirst.Relationships.DeleteBehaviors.csproj", "{6BAE4ADA-2B86-478D-962E-4FF2D0206E49}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.CodeFirst.RelatedDataLoad.EagerLoading", "EFCore.CodeFirst.RelatedDataLoad.EagerLoading\EFCore.CodeFirst.RelatedDataLoad.EagerLoading.csproj", "{9BD05CCF-44F7-4D16-8931-FE7B831379DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFCore.CodeFirst.RelatedDataLoad.ExplicitLoading", "EFCore.CodeFirst.RelatedDataLoad.ExplicitLoading\EFCore.CodeFirst.RelatedDataLoad.ExplicitLoading.csproj", "{F27B950C-0CCA-4A58-A600-B18159F305E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFCore.CodeFirst.RelatedDataLoad.LazyLoading", "EFCore.CodeFirst.RelatedDataLoad.LazyLoading\EFCore.CodeFirst.RelatedDataLoad.LazyLoading.csproj", "{C058B088-3AFA-45F2-99A5-34C4CC38ECC0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0EC59E09-F455-4A26-A0E4-26EBA31B2735}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EC59E09-F455-4A26-A0E4-26EBA31B2735}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EC59E09-F455-4A26-A0E4-26EBA31B2735}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EC59E09-F455-4A26-A0E4-26EBA31B2735}.Release|Any CPU.Build.0 = Release|Any CPU
{B8DD00B1-4867-4E1A-AB8B-B578C92FF7F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8DD00B1-4867-4E1A-AB8B-B578C92FF7F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8DD00B1-4867-4E1A-AB8B-B578C92FF7F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8DD00B1-4867-4E1A-AB8B-B578C92FF7F7}.Release|Any CPU.Build.0 = Release|Any CPU
{65D00347-0126-41F2-B0E5-02EF6AA317A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65D00347-0126-41F2-B0E5-02EF6AA317A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65D00347-0126-41F2-B0E5-02EF6AA317A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65D00347-0126-41F2-B0E5-02EF6AA317A3}.Release|Any CPU.Build.0 = Release|Any CPU
{6D71D057-6661-4497-AEF0-67852947C342}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D71D057-6661-4497-AEF0-67852947C342}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D71D057-6661-4497-AEF0-67852947C342}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D71D057-6661-4497-AEF0-67852947C342}.Release|Any CPU.Build.0 = Release|Any CPU
{F6088505-07B6-41F2-BBED-8009CA26CFC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6088505-07B6-41F2-BBED-8009CA26CFC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6088505-07B6-41F2-BBED-8009CA26CFC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6088505-07B6-41F2-BBED-8009CA26CFC0}.Release|Any CPU.Build.0 = Release|Any CPU
{C6A4ACAC-0D30-49A4-9077-77284AAD2554}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6A4ACAC-0D30-49A4-9077-77284AAD2554}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6A4ACAC-0D30-49A4-9077-77284AAD2554}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6A4ACAC-0D30-49A4-9077-77284AAD2554}.Release|Any CPU.Build.0 = Release|Any CPU
{E829B27E-1809-4390-86BE-E6D7F677C622}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E829B27E-1809-4390-86BE-E6D7F677C622}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E829B27E-1809-4390-86BE-E6D7F677C622}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E829B27E-1809-4390-86BE-E6D7F677C622}.Release|Any CPU.Build.0 = Release|Any CPU
{6BAE4ADA-2B86-478D-962E-4FF2D0206E49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BAE4ADA-2B86-478D-962E-4FF2D0206E49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BAE4ADA-2B86-478D-962E-4FF2D0206E49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BAE4ADA-2B86-478D-962E-4FF2D0206E49}.Release|Any CPU.Build.0 = Release|Any CPU
{9BD05CCF-44F7-4D16-8931-FE7B831379DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BD05CCF-44F7-4D16-8931-FE7B831379DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BD05CCF-44F7-4D16-8931-FE7B831379DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BD05CCF-44F7-4D16-8931-FE7B831379DB}.Release|Any CPU.Build.0 = Release|Any CPU
{F27B950C-0CCA-4A58-A600-B18159F305E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F27B950C-0CCA-4A58-A600-B18159F305E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F27B950C-0CCA-4A58-A600-B18159F305E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F27B950C-0CCA-4A58-A600-B18159F305E1}.Release|Any CPU.Build.0 = Release|Any CPU
{C058B088-3AFA-45F2-99A5-34C4CC38ECC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C058B088-3AFA-45F2-99A5-34C4CC38ECC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C058B088-3AFA-45F2-99A5-34C4CC38ECC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C058B088-3AFA-45F2-99A5-34C4CC38ECC0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {283B128A-3421-4197-9391-D7CC4B18DBBA}
EndGlobalSection
EndGlobal