-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathAspNet.Identity.EntityFramework6.sln
48 lines (48 loc) · 2.76 KB
/
AspNet.Identity.EntityFramework6.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.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BBE509D6-03B0-4983-BC05-0CB708596E1A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DCDF0527-0A51-49C1-82FA-4234A88564ED}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AspNet.Identity.EntityFramework6", "src\AspNet.Identity.EntityFramework6\AspNet.Identity.EntityFramework6.xproj", "{4C326938-7922-444B-892F-45DBCB43A58B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{6554265E-1992-4C0F-864C-0730B31FB9DF}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "BasicSample", "samples\BasicSample\BasicSample.xproj", "{6FFA6E45-BB0D-4164-9376-F0D38D379A6F}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CustomClassesSample", "samples\CustomClassesSample\CustomClassesSample.xproj", "{C0E0AEAB-2B0F-430F-A40B-17EC67D3CE99}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C326938-7922-444B-892F-45DBCB43A58B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C326938-7922-444B-892F-45DBCB43A58B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C326938-7922-444B-892F-45DBCB43A58B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C326938-7922-444B-892F-45DBCB43A58B}.Release|Any CPU.Build.0 = Release|Any CPU
{6FFA6E45-BB0D-4164-9376-F0D38D379A6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FFA6E45-BB0D-4164-9376-F0D38D379A6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FFA6E45-BB0D-4164-9376-F0D38D379A6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FFA6E45-BB0D-4164-9376-F0D38D379A6F}.Release|Any CPU.Build.0 = Release|Any CPU
{C0E0AEAB-2B0F-430F-A40B-17EC67D3CE99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0E0AEAB-2B0F-430F-A40B-17EC67D3CE99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0E0AEAB-2B0F-430F-A40B-17EC67D3CE99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0E0AEAB-2B0F-430F-A40B-17EC67D3CE99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4C326938-7922-444B-892F-45DBCB43A58B} = {BBE509D6-03B0-4983-BC05-0CB708596E1A}
{6FFA6E45-BB0D-4164-9376-F0D38D379A6F} = {6554265E-1992-4C0F-864C-0730B31FB9DF}
{C0E0AEAB-2B0F-430F-A40B-17EC67D3CE99} = {6554265E-1992-4C0F-864C-0730B31FB9DF}
EndGlobalSection
EndGlobal