-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGeneric.Repository.EntityFramework.sln
More file actions
31 lines (31 loc) · 1.7 KB
/
Copy pathGeneric.Repository.EntityFramework.sln
File metadata and controls
31 lines (31 loc) · 1.7 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generic.Repository.EntityFramework", "Generic.Repository.EntityFramework\Generic.Repository.EntityFramework.csproj", "{F2D7DE6A-A003-43E5-A1E3-45555A124F05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generic.Repository.EntityFramework.Test", "Generic.Repository.EntityFramework.Test\Generic.Repository.EntityFramework.Test.csproj", "{425A4ADA-7A8F-4EF7-B3DD-FEB313EB8803}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2D7DE6A-A003-43E5-A1E3-45555A124F05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2D7DE6A-A003-43E5-A1E3-45555A124F05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2D7DE6A-A003-43E5-A1E3-45555A124F05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2D7DE6A-A003-43E5-A1E3-45555A124F05}.Release|Any CPU.Build.0 = Release|Any CPU
{425A4ADA-7A8F-4EF7-B3DD-FEB313EB8803}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{425A4ADA-7A8F-4EF7-B3DD-FEB313EB8803}.Debug|Any CPU.Build.0 = Debug|Any CPU
{425A4ADA-7A8F-4EF7-B3DD-FEB313EB8803}.Release|Any CPU.ActiveCfg = Release|Any CPU
{425A4ADA-7A8F-4EF7-B3DD-FEB313EB8803}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5583C167-7201-443B-A1F5-2399CB6EF0C4}
EndGlobalSection
EndGlobal