-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnHibernateMembershipProvider.sln
32 lines (32 loc) · 2.03 KB
/
nHibernateMembershipProvider.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MembershipProviderTestWebSite", "MembershipProviderTestWebSite\MembershipProviderTestWebSite.csproj", "{CA2BB337-A4A5-495C-980D-57D379A576B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nHibernate.Membership.Provider", "nHibernate.Membership.Provider\nHibernate.Membership.Provider.csproj", "{53D471A4-BDF8-4B25-9491-B677697CDCAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nHibernate.Membership.Provider.Test", "nHibernate.Membership.Provider.Test\nHibernate.Membership.Provider.Test.csproj", "{494731F7-D130-4A8E-972A-5EAF7904F27F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA2BB337-A4A5-495C-980D-57D379A576B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA2BB337-A4A5-495C-980D-57D379A576B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA2BB337-A4A5-495C-980D-57D379A576B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA2BB337-A4A5-495C-980D-57D379A576B9}.Release|Any CPU.Build.0 = Release|Any CPU
{53D471A4-BDF8-4B25-9491-B677697CDCAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53D471A4-BDF8-4B25-9491-B677697CDCAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53D471A4-BDF8-4B25-9491-B677697CDCAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53D471A4-BDF8-4B25-9491-B677697CDCAF}.Release|Any CPU.Build.0 = Release|Any CPU
{494731F7-D130-4A8E-972A-5EAF7904F27F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{494731F7-D130-4A8E-972A-5EAF7904F27F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{494731F7-D130-4A8E-972A-5EAF7904F27F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{494731F7-D130-4A8E-972A-5EAF7904F27F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal