-
Notifications
You must be signed in to change notification settings - Fork 3
/
BtrDataAccessProposal.sln
50 lines (50 loc) · 3.25 KB
/
BtrDataAccessProposal.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{0CF6EA2F-3365-40C8-AEB4-E50C339C8A51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{233BA516-BF7A-4744-8D4C-550C132C365B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
set-orm.ps1 = set-orm.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlogTalkRadio.Common.Data", "BlogTalkRadio.Common.Data\BlogTalkRadio.Common.Data.csproj", "{B1EC9C9A-A886-47BE-BA80-D4B3A50F066B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlogTalkRadio.Common.Data.NHibernate", "BlogTalkRadio.Common.Data.NHibernate\BlogTalkRadio.Common.Data.NHibernate.csproj", "{3AAB8A75-8F77-4DC5-823E-8F9F2983DCD2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlogTalkRadio.Common.Data.EntityFramework", "BlogTalkRadio.Common.Data.EntityFramework\BlogTalkRadio.Common.Data.EntityFramework.csproj", "{C6118BF8-4748-4C11-904E-54214FF69398}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlogTalkRadio.Common.Data.Dapper", "BlogTalkRadio.Common.Data.Dapper\BlogTalkRadio.Common.Data.Dapper.csproj", "{9F539E03-5C05-49CF-9C80-E6021EB9783B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CF6EA2F-3365-40C8-AEB4-E50C339C8A51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CF6EA2F-3365-40C8-AEB4-E50C339C8A51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CF6EA2F-3365-40C8-AEB4-E50C339C8A51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CF6EA2F-3365-40C8-AEB4-E50C339C8A51}.Release|Any CPU.Build.0 = Release|Any CPU
{B1EC9C9A-A886-47BE-BA80-D4B3A50F066B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1EC9C9A-A886-47BE-BA80-D4B3A50F066B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1EC9C9A-A886-47BE-BA80-D4B3A50F066B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1EC9C9A-A886-47BE-BA80-D4B3A50F066B}.Release|Any CPU.Build.0 = Release|Any CPU
{3AAB8A75-8F77-4DC5-823E-8F9F2983DCD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AAB8A75-8F77-4DC5-823E-8F9F2983DCD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AAB8A75-8F77-4DC5-823E-8F9F2983DCD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AAB8A75-8F77-4DC5-823E-8F9F2983DCD2}.Release|Any CPU.Build.0 = Release|Any CPU
{C6118BF8-4748-4C11-904E-54214FF69398}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6118BF8-4748-4C11-904E-54214FF69398}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6118BF8-4748-4C11-904E-54214FF69398}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6118BF8-4748-4C11-904E-54214FF69398}.Release|Any CPU.Build.0 = Release|Any CPU
{9F539E03-5C05-49CF-9C80-E6021EB9783B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F539E03-5C05-49CF-9C80-E6021EB9783B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F539E03-5C05-49CF-9C80-E6021EB9783B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F539E03-5C05-49CF-9C80-E6021EB9783B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal