-
Notifications
You must be signed in to change notification settings - Fork 0
/
Entity-Framework-Code-First-Demos.sln
32 lines (32 loc) · 1.86 KB
/
Entity-Framework-Code-First-Demos.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeFirst.Models", "CodeFirst.Models\CodeFirst.Models.csproj", "{AFEC77ED-7062-4652-91D6-8958BBE71C12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeFirst.Data", "CodeFirst.Data\CodeFirst.Data.csproj", "{E5920E4F-7EA9-4212-A067-030DA1655042}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeFirst.Client", "CodeFirst.Client\CodeFirst.Client.csproj", "{F6618994-6601-47FD-9813-384020085464}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFEC77ED-7062-4652-91D6-8958BBE71C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFEC77ED-7062-4652-91D6-8958BBE71C12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFEC77ED-7062-4652-91D6-8958BBE71C12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFEC77ED-7062-4652-91D6-8958BBE71C12}.Release|Any CPU.Build.0 = Release|Any CPU
{E5920E4F-7EA9-4212-A067-030DA1655042}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5920E4F-7EA9-4212-A067-030DA1655042}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5920E4F-7EA9-4212-A067-030DA1655042}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5920E4F-7EA9-4212-A067-030DA1655042}.Release|Any CPU.Build.0 = Release|Any CPU
{F6618994-6601-47FD-9813-384020085464}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6618994-6601-47FD-9813-384020085464}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6618994-6601-47FD-9813-384020085464}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6618994-6601-47FD-9813-384020085464}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal