-
Notifications
You must be signed in to change notification settings - Fork 42
/
AspNetCore.Identity.DocumentDb.sln
53 lines (53 loc) · 3.07 KB
/
AspNetCore.Identity.DocumentDb.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0F067842-A952-4A9F-B6D9-CF7CF6AF5A45}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EF8C4EF7-972F-48C6-8EDF-E46A7EAB61CF}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{051D9068-906C-4767-A0C8-32CECB631923}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{2C513BEF-CCD9-4528-A444-B45E90E90CCA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Identity.DocumentDb", "src\AspNetCore.Identity.DocumentDb\AspNetCore.Identity.DocumentDb.csproj", "{6B44E67C-EA8A-48F3-BF49-EA3642AAD033}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Identity.DocumentDb.Tests", "Tests\AspNetCore.Identity.DocumentDb.Tests\AspNetCore.Identity.DocumentDb.Tests.csproj", "{BADF7B07-258C-474E-878B-AB720F65E910}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentitySample.Mvc", "Samples\IdentitySample.Mvc\IdentitySample.Mvc.csproj", "{B8A465AD-AFD3-4925-9BDD-0A1D48357E9F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B44E67C-EA8A-48F3-BF49-EA3642AAD033}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B44E67C-EA8A-48F3-BF49-EA3642AAD033}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B44E67C-EA8A-48F3-BF49-EA3642AAD033}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B44E67C-EA8A-48F3-BF49-EA3642AAD033}.Release|Any CPU.Build.0 = Release|Any CPU
{BADF7B07-258C-474E-878B-AB720F65E910}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BADF7B07-258C-474E-878B-AB720F65E910}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BADF7B07-258C-474E-878B-AB720F65E910}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BADF7B07-258C-474E-878B-AB720F65E910}.Release|Any CPU.Build.0 = Release|Any CPU
{B8A465AD-AFD3-4925-9BDD-0A1D48357E9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8A465AD-AFD3-4925-9BDD-0A1D48357E9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8A465AD-AFD3-4925-9BDD-0A1D48357E9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8A465AD-AFD3-4925-9BDD-0A1D48357E9F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6B44E67C-EA8A-48F3-BF49-EA3642AAD033} = {0F067842-A952-4A9F-B6D9-CF7CF6AF5A45}
{BADF7B07-258C-474E-878B-AB720F65E910} = {2C513BEF-CCD9-4528-A444-B45E90E90CCA}
{B8A465AD-AFD3-4925-9BDD-0A1D48357E9F} = {051D9068-906C-4767-A0C8-32CECB631923}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A40F15C-78EE-48B1-8478-840EFBC427EA}
EndGlobalSection
EndGlobal