This repository was archived by the owner on Feb 22, 2020. It is now read-only.
forked from g0t4/aspnet-identity-mongo
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathAspNetCore.Identity.DocumentDB.sln
103 lines (103 loc) · 6.35 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreTests", "test\CoreTests\CoreTests.csproj", "{EAC53866-6DBF-40B7-900A-22267FD0634A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreIntegrationTests", "test\CoreIntegrationTests\CoreIntegrationTests.csproj", "{836F4635-9B6B-4090-8CDB-9CD9F7BEA829}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Identity.DocumentDB", "src\AspNetCore.Identity.DocumentDB\AspNetCore.Identity.DocumentDB.csproj", "{6DFF5058-E107-459E-87C3-DA41B2C1463C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{DD522391-9F7D-4216-99FC-1792CC5D7AC0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{96F6B519-1C00-4DBC-8DDF-08D08AA5FA9C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{24A04FC5-FDFE-4A68-88CB-E7797DA16A16}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.bat = build.bat
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{674DEBDE-81C4-419A-ACD8-74A2D48D6536}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Identity.DocumentDB.Sample", "samples\AspNetCore.Identity.DocumentDB.Sample\AspNetCore.Identity.DocumentDB.Sample.csproj", "{7B8B4D28-4302-4827-8BDC-0A30865801C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAC53866-6DBF-40B7-900A-22267FD0634A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAC53866-6DBF-40B7-900A-22267FD0634A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAC53866-6DBF-40B7-900A-22267FD0634A}.Debug|x64.ActiveCfg = Debug|Any CPU
{EAC53866-6DBF-40B7-900A-22267FD0634A}.Debug|x64.Build.0 = Debug|Any CPU
{EAC53866-6DBF-40B7-900A-22267FD0634A}.Debug|x86.ActiveCfg = Debug|Any CPU
{EAC53866-6DBF-40B7-900A-22267FD0634A}.Debug|x86.Build.0 = Debug|Any CPU
{EAC53866-6DBF-40B7-900A-22267FD0634A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAC53866-6DBF-40B7-900A-22267FD0634A}.Release|Any CPU.Build.0 = Release|Any CPU
{EAC53866-6DBF-40B7-900A-22267FD0634A}.Release|x64.ActiveCfg = Release|Any CPU
{EAC53866-6DBF-40B7-900A-22267FD0634A}.Release|x64.Build.0 = Release|Any CPU
{EAC53866-6DBF-40B7-900A-22267FD0634A}.Release|x86.ActiveCfg = Release|Any CPU
{EAC53866-6DBF-40B7-900A-22267FD0634A}.Release|x86.Build.0 = Release|Any CPU
{836F4635-9B6B-4090-8CDB-9CD9F7BEA829}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{836F4635-9B6B-4090-8CDB-9CD9F7BEA829}.Debug|Any CPU.Build.0 = Debug|Any CPU
{836F4635-9B6B-4090-8CDB-9CD9F7BEA829}.Debug|x64.ActiveCfg = Debug|Any CPU
{836F4635-9B6B-4090-8CDB-9CD9F7BEA829}.Debug|x64.Build.0 = Debug|Any CPU
{836F4635-9B6B-4090-8CDB-9CD9F7BEA829}.Debug|x86.ActiveCfg = Debug|Any CPU
{836F4635-9B6B-4090-8CDB-9CD9F7BEA829}.Debug|x86.Build.0 = Debug|Any CPU
{836F4635-9B6B-4090-8CDB-9CD9F7BEA829}.Release|Any CPU.ActiveCfg = Release|Any CPU
{836F4635-9B6B-4090-8CDB-9CD9F7BEA829}.Release|Any CPU.Build.0 = Release|Any CPU
{836F4635-9B6B-4090-8CDB-9CD9F7BEA829}.Release|x64.ActiveCfg = Release|Any CPU
{836F4635-9B6B-4090-8CDB-9CD9F7BEA829}.Release|x64.Build.0 = Release|Any CPU
{836F4635-9B6B-4090-8CDB-9CD9F7BEA829}.Release|x86.ActiveCfg = Release|Any CPU
{836F4635-9B6B-4090-8CDB-9CD9F7BEA829}.Release|x86.Build.0 = Release|Any CPU
{6DFF5058-E107-459E-87C3-DA41B2C1463C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DFF5058-E107-459E-87C3-DA41B2C1463C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DFF5058-E107-459E-87C3-DA41B2C1463C}.Debug|x64.ActiveCfg = Debug|Any CPU
{6DFF5058-E107-459E-87C3-DA41B2C1463C}.Debug|x64.Build.0 = Debug|Any CPU
{6DFF5058-E107-459E-87C3-DA41B2C1463C}.Debug|x86.ActiveCfg = Debug|Any CPU
{6DFF5058-E107-459E-87C3-DA41B2C1463C}.Debug|x86.Build.0 = Debug|Any CPU
{6DFF5058-E107-459E-87C3-DA41B2C1463C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DFF5058-E107-459E-87C3-DA41B2C1463C}.Release|Any CPU.Build.0 = Release|Any CPU
{6DFF5058-E107-459E-87C3-DA41B2C1463C}.Release|x64.ActiveCfg = Release|Any CPU
{6DFF5058-E107-459E-87C3-DA41B2C1463C}.Release|x64.Build.0 = Release|Any CPU
{6DFF5058-E107-459E-87C3-DA41B2C1463C}.Release|x86.ActiveCfg = Release|Any CPU
{6DFF5058-E107-459E-87C3-DA41B2C1463C}.Release|x86.Build.0 = Release|Any CPU
{7B8B4D28-4302-4827-8BDC-0A30865801C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B8B4D28-4302-4827-8BDC-0A30865801C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B8B4D28-4302-4827-8BDC-0A30865801C8}.Debug|x64.ActiveCfg = Debug|Any CPU
{7B8B4D28-4302-4827-8BDC-0A30865801C8}.Debug|x64.Build.0 = Debug|Any CPU
{7B8B4D28-4302-4827-8BDC-0A30865801C8}.Debug|x86.ActiveCfg = Debug|Any CPU
{7B8B4D28-4302-4827-8BDC-0A30865801C8}.Debug|x86.Build.0 = Debug|Any CPU
{7B8B4D28-4302-4827-8BDC-0A30865801C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B8B4D28-4302-4827-8BDC-0A30865801C8}.Release|Any CPU.Build.0 = Release|Any CPU
{7B8B4D28-4302-4827-8BDC-0A30865801C8}.Release|x64.ActiveCfg = Release|Any CPU
{7B8B4D28-4302-4827-8BDC-0A30865801C8}.Release|x64.Build.0 = Release|Any CPU
{7B8B4D28-4302-4827-8BDC-0A30865801C8}.Release|x86.ActiveCfg = Release|Any CPU
{7B8B4D28-4302-4827-8BDC-0A30865801C8}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EAC53866-6DBF-40B7-900A-22267FD0634A} = {DD522391-9F7D-4216-99FC-1792CC5D7AC0}
{836F4635-9B6B-4090-8CDB-9CD9F7BEA829} = {DD522391-9F7D-4216-99FC-1792CC5D7AC0}
{6DFF5058-E107-459E-87C3-DA41B2C1463C} = {96F6B519-1C00-4DBC-8DDF-08D08AA5FA9C}
{7B8B4D28-4302-4827-8BDC-0A30865801C8} = {674DEBDE-81C4-419A-ACD8-74A2D48D6536}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2BD9C2BD-DB2B-4E0C-83C6-51891EB0DD9C}
EndGlobalSection
EndGlobal