-
Notifications
You must be signed in to change notification settings - Fork 0
/
Data_Access.sln
37 lines (37 loc) · 2.05 KB
/
Data_Access.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Db_First", "Db_First\Db_First.csproj", "{97A30304-E5B9-4A0A-A816-2915B1BB7689}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Code_First_MusicDb", "Code_First_MusicDb\Code_First_MusicDb.csproj", "{8DD1A455-67D5-4D0B-9267-FF061530CA4B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapper_MusicDb", "Dapper_MusicDb\Dapper_MusicDb.csproj", "{9EB9800D-0E8C-428F-B2DF-813570A48373}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97A30304-E5B9-4A0A-A816-2915B1BB7689}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97A30304-E5B9-4A0A-A816-2915B1BB7689}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97A30304-E5B9-4A0A-A816-2915B1BB7689}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97A30304-E5B9-4A0A-A816-2915B1BB7689}.Release|Any CPU.Build.0 = Release|Any CPU
{8DD1A455-67D5-4D0B-9267-FF061530CA4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DD1A455-67D5-4D0B-9267-FF061530CA4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DD1A455-67D5-4D0B-9267-FF061530CA4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DD1A455-67D5-4D0B-9267-FF061530CA4B}.Release|Any CPU.Build.0 = Release|Any CPU
{9EB9800D-0E8C-428F-B2DF-813570A48373}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EB9800D-0E8C-428F-B2DF-813570A48373}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EB9800D-0E8C-428F-B2DF-813570A48373}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EB9800D-0E8C-428F-B2DF-813570A48373}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8E4CC5BB-5B8D-408C-8384-5FC3A71AA80C}
EndGlobalSection
EndGlobal