-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCommon.DataAccess.sln
66 lines (66 loc) · 4.09 KB
/
Common.DataAccess.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2006
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.DataAccess", "Common.DataAccess\Common.DataAccess.csproj", "{8D77568C-56E5-4A4F-A47D-53B3EBF926D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{48A1F172-4B73-4BE6-BC92-E65E2B82C603}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Microsoft.Data.Entity.Design.dll = Microsoft.Data.Entity.Design.dll
Microsoft.VisualStudio.TextTemplating.11.0.dll = Microsoft.VisualStudio.TextTemplating.11.0.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Utilities", "_Utilities", "{6A152694-10D8-4ADE-B491-0A90017BFE90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VS.CustomTools", "_Utilities\VS.CustomTools\VS.CustomTools.csproj", "{A2CE5A3B-CC94-45F5-8E2D-05BE2282B76C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EF.Utility.CS", "_Utilities\EF.Utility.CS\EF.Utility.CS.csproj", "{74A71730-1AA3-4182-B03D-490A7429C94D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{95DF2659-E4D6-453C-8ACC-598DE7F33EC4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Base.Tests", "Testing\Base.Tests\Base.Tests.csproj", "{7B488CB1-B2EA-47A5-B98C-FF726B97F57C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.DataAccess.Tests", "Testing\Common.DataAccess.Tests\Common.DataAccess.Tests.csproj", "{EB98A938-1FF3-42A7-93EE-5C9FB95B3DC1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D77568C-56E5-4A4F-A47D-53B3EBF926D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D77568C-56E5-4A4F-A47D-53B3EBF926D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D77568C-56E5-4A4F-A47D-53B3EBF926D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D77568C-56E5-4A4F-A47D-53B3EBF926D2}.Release|Any CPU.Build.0 = Release|Any CPU
{A2CE5A3B-CC94-45F5-8E2D-05BE2282B76C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2CE5A3B-CC94-45F5-8E2D-05BE2282B76C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2CE5A3B-CC94-45F5-8E2D-05BE2282B76C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2CE5A3B-CC94-45F5-8E2D-05BE2282B76C}.Release|Any CPU.Build.0 = Release|Any CPU
{74A71730-1AA3-4182-B03D-490A7429C94D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74A71730-1AA3-4182-B03D-490A7429C94D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74A71730-1AA3-4182-B03D-490A7429C94D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74A71730-1AA3-4182-B03D-490A7429C94D}.Release|Any CPU.Build.0 = Release|Any CPU
{7B488CB1-B2EA-47A5-B98C-FF726B97F57C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B488CB1-B2EA-47A5-B98C-FF726B97F57C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B488CB1-B2EA-47A5-B98C-FF726B97F57C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B488CB1-B2EA-47A5-B98C-FF726B97F57C}.Release|Any CPU.Build.0 = Release|Any CPU
{EB98A938-1FF3-42A7-93EE-5C9FB95B3DC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB98A938-1FF3-42A7-93EE-5C9FB95B3DC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB98A938-1FF3-42A7-93EE-5C9FB95B3DC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB98A938-1FF3-42A7-93EE-5C9FB95B3DC1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A2CE5A3B-CC94-45F5-8E2D-05BE2282B76C} = {6A152694-10D8-4ADE-B491-0A90017BFE90}
{74A71730-1AA3-4182-B03D-490A7429C94D} = {6A152694-10D8-4ADE-B491-0A90017BFE90}
{7B488CB1-B2EA-47A5-B98C-FF726B97F57C} = {95DF2659-E4D6-453C-8ACC-598DE7F33EC4}
{EB98A938-1FF3-42A7-93EE-5C9FB95B3DC1} = {95DF2659-E4D6-453C-8ACC-598DE7F33EC4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {25D594B7-7F1A-4C57-AD6D-00E8A07A345C}
EndGlobalSection
EndGlobal