-
Notifications
You must be signed in to change notification settings - Fork 91
/
AspNetCore.Identity.Mongo.sln
61 lines (61 loc) · 3.39 KB
/
AspNetCore.Identity.Mongo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29318.209
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Identity.Mongo", "src\AspNetCore.Identity.Mongo\AspNetCore.Identity.Mongo.csproj", "{39E2704C-B0DE-4BD2-849F-5B51332EE03F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestSite", "samples\TestSite\TestSite.csproj", "{25627014-8963-42D8-B1EC-A56FBDE16937}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{703D8F39-B182-45FF-85DC-140D730F237E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{0B883132-A85E-4EA6-9ADC-1EFD7E006F3E}"
ProjectSection(SolutionItems) = preProject
docs\MigrationGuideFromVersion3_1_5ToVersion6_7_0AndUpper.md = docs\MigrationGuideFromVersion3_1_5ToVersion6_7_0AndUpper.md
docs\MigrationGuideToVersion6_7_0AndUpper.md = docs\MigrationGuideToVersion6_7_0AndUpper.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{238A25AE-691E-4A86-9B5E-727DFC186F33}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{767BB7BE-35C8-424C-B873-FEBD69EE6C1A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7282BE10-249F-4308-BB55-EA2346584782}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{E3254B66-8E82-463F-9550-DFE8563341F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39E2704C-B0DE-4BD2-849F-5B51332EE03F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39E2704C-B0DE-4BD2-849F-5B51332EE03F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39E2704C-B0DE-4BD2-849F-5B51332EE03F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39E2704C-B0DE-4BD2-849F-5B51332EE03F}.Release|Any CPU.Build.0 = Release|Any CPU
{25627014-8963-42D8-B1EC-A56FBDE16937}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25627014-8963-42D8-B1EC-A56FBDE16937}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25627014-8963-42D8-B1EC-A56FBDE16937}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25627014-8963-42D8-B1EC-A56FBDE16937}.Release|Any CPU.Build.0 = Release|Any CPU
{E3254B66-8E82-463F-9550-DFE8563341F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3254B66-8E82-463F-9550-DFE8563341F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3254B66-8E82-463F-9550-DFE8563341F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3254B66-8E82-463F-9550-DFE8563341F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{39E2704C-B0DE-4BD2-849F-5B51332EE03F} = {7282BE10-249F-4308-BB55-EA2346584782}
{25627014-8963-42D8-B1EC-A56FBDE16937} = {238A25AE-691E-4A86-9B5E-727DFC186F33}
{E3254B66-8E82-463F-9550-DFE8563341F8} = {767BB7BE-35C8-424C-B873-FEBD69EE6C1A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3806160E-9B49-41B7-A532-95CD600CE2CF}
EndGlobalSection
EndGlobal