-
Notifications
You must be signed in to change notification settings - Fork 0
/
Entity Framework Generic Repository.sln
28 lines (28 loc) · 1.95 KB
/
Entity Framework Generic Repository.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityFrameworkGenericRepository", "EntityFrameworkGenericRepository\EntityFrameworkGenericRepository.csproj", "{DE24D652-3ADC-4AEB-8208-E2B7773CFD23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityFrameworkGenericRepositoryTests", "EntityFrameworkGenericRepositoryTests\EntityFrameworkGenericRepositoryTests.csproj", "{A4D10DC3-7C14-4BF8-A910-8A210E6D1FF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityFrameworkGenericRepositoryImplementation", "EntityFrameworkGenericRepositoryImplementation\EntityFrameworkGenericRepositoryImplementation.csproj", "{1B7D04D5-8062-4ECD-94AC-C07D23DD1FF1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE24D652-3ADC-4AEB-8208-E2B7773CFD23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE24D652-3ADC-4AEB-8208-E2B7773CFD23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE24D652-3ADC-4AEB-8208-E2B7773CFD23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE24D652-3ADC-4AEB-8208-E2B7773CFD23}.Release|Any CPU.Build.0 = Release|Any CPU
{A4D10DC3-7C14-4BF8-A910-8A210E6D1FF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4D10DC3-7C14-4BF8-A910-8A210E6D1FF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4D10DC3-7C14-4BF8-A910-8A210E6D1FF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4D10DC3-7C14-4BF8-A910-8A210E6D1FF8}.Release|Any CPU.Build.0 = Release|Any CPU
{1B7D04D5-8062-4ECD-94AC-C07D23DD1FF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B7D04D5-8062-4ECD-94AC-C07D23DD1FF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B7D04D5-8062-4ECD-94AC-C07D23DD1FF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B7D04D5-8062-4ECD-94AC-C07D23DD1FF1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal