-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAspNet.Identity3.MongoDB.sln
48 lines (48 loc) · 2.46 KB
/
AspNet.Identity3.MongoDB.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 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "__Solution Items", "__Solution Items", "{5D6C297D-D138-4C97-A8D7-F0E893FBC841}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
global.json = global.json
LICENSE = LICENSE
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{64783591-4E58-45D1-9E64-9A2911C4F1CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0EC51239-3F23-407B-BEF3-5DC29EA6EC2A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8A58C419-018E-495E-AF9B-DF0FA2EA34C9}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AspNet.Identity3.MongoDB", "src\AspNet.Identity3.MongoDB\AspNet.Identity3.MongoDB.xproj", "{B071AA63-BB97-4F57-BC33-D336F98C02D0}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AspNet.Identity3.MongoDB.Tests", "test\AspNet.Identity3.MongoDB.Tests\AspNet.Identity3.MongoDB.Tests.xproj", "{873D862A-CAAD-4C36-8388-56E70CB16A1E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B071AA63-BB97-4F57-BC33-D336F98C02D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B071AA63-BB97-4F57-BC33-D336F98C02D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B071AA63-BB97-4F57-BC33-D336F98C02D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B071AA63-BB97-4F57-BC33-D336F98C02D0}.Release|Any CPU.Build.0 = Release|Any CPU
{873D862A-CAAD-4C36-8388-56E70CB16A1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{873D862A-CAAD-4C36-8388-56E70CB16A1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{873D862A-CAAD-4C36-8388-56E70CB16A1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{873D862A-CAAD-4C36-8388-56E70CB16A1E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B071AA63-BB97-4F57-BC33-D336F98C02D0} = {0EC51239-3F23-407B-BEF3-5DC29EA6EC2A}
{873D862A-CAAD-4C36-8388-56E70CB16A1E} = {8A58C419-018E-495E-AF9B-DF0FA2EA34C9}
EndGlobalSection
EndGlobal