forked from ryanrodemoyer/AltProvidersForAspNetIdentity2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAspNetIdentity2Providers.sln
48 lines (48 loc) · 3.11 KB
/
AspNetIdentity2Providers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Brade.AspNet.Identity.Dapper", "Brade.AspNet.Identity.Dapper\Brade.AspNet.Identity.Dapper.csproj", "{97555F7E-5829-4FB9-A163-C5D3A9690F7A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Brade.AspNet.Identity", "Brade.AspNet.Identity\Brade.AspNet.Identity.csproj", "{5ECB5043-1C2E-470C-B97C-BA92E06A61E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{E7F53EE3-B900-4ACD-BBB6-8515A98FEF5F}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "TestDatabase", "TestDatabase\TestDatabase.sqlproj", "{229DC325-72F3-46CB-9960-561512F1EB00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Safi.AspNet.Identity.Common", "Safi.AspNet.Identity.Common\Safi.AspNet.Identity.Common.csproj", "{F26B228D-9697-46F6-A73C-2EE7097B852F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97555F7E-5829-4FB9-A163-C5D3A9690F7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97555F7E-5829-4FB9-A163-C5D3A9690F7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97555F7E-5829-4FB9-A163-C5D3A9690F7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97555F7E-5829-4FB9-A163-C5D3A9690F7A}.Release|Any CPU.Build.0 = Release|Any CPU
{5ECB5043-1C2E-470C-B97C-BA92E06A61E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ECB5043-1C2E-470C-B97C-BA92E06A61E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ECB5043-1C2E-470C-B97C-BA92E06A61E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ECB5043-1C2E-470C-B97C-BA92E06A61E6}.Release|Any CPU.Build.0 = Release|Any CPU
{E7F53EE3-B900-4ACD-BBB6-8515A98FEF5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7F53EE3-B900-4ACD-BBB6-8515A98FEF5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7F53EE3-B900-4ACD-BBB6-8515A98FEF5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7F53EE3-B900-4ACD-BBB6-8515A98FEF5F}.Release|Any CPU.Build.0 = Release|Any CPU
{229DC325-72F3-46CB-9960-561512F1EB00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{229DC325-72F3-46CB-9960-561512F1EB00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{229DC325-72F3-46CB-9960-561512F1EB00}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{229DC325-72F3-46CB-9960-561512F1EB00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{229DC325-72F3-46CB-9960-561512F1EB00}.Release|Any CPU.Build.0 = Release|Any CPU
{229DC325-72F3-46CB-9960-561512F1EB00}.Release|Any CPU.Deploy.0 = Release|Any CPU
{F26B228D-9697-46F6-A73C-2EE7097B852F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F26B228D-9697-46F6-A73C-2EE7097B852F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F26B228D-9697-46F6-A73C-2EE7097B852F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F26B228D-9697-46F6-A73C-2EE7097B852F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal