This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
AspNetIdentityDependencyInjectionSample.sln
59 lines (59 loc) · 3.94 KB
/
AspNetIdentityDependencyInjectionSample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetIdentityDependencyInjectionSample", "AspNetIdentityDependencyInjectionSample\AspNetIdentityDependencyInjectionSample.csproj", "{401C48FD-4033-4727-B754-93EA33C6E0C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetIdentityDependencyInjectionSample.DataLayer", "AspNetIdentityDependencyInjectionSample.DataLayer\AspNetIdentityDependencyInjectionSample.DataLayer.csproj", "{80696B39-13AE-44C3-82A9-34D206887132}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetIdentityDependencyInjectionSample.DomainClasses", "AspNetIdentityDependencyInjectionSample.DomainClasses\AspNetIdentityDependencyInjectionSample.DomainClasses.csproj", "{99386F57-FA8D-4865-896C-DB2166674BE1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetIdentityDependencyInjectionSample.ServiceLayer", "AspNetIdentityDependencyInjectionSample.ServiceLayer\AspNetIdentityDependencyInjectionSample.ServiceLayer.csproj", "{8BB88CBB-3F1B-441F-925A-9E20E2FB8E11}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{9F882466-D786-4FA3-AE06-FB31C66A5A8D}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetIdentityDependencyInjectionSample.IocConfig", "AspNetIdentityDependencyInjectionSample.IocConfig\AspNetIdentityDependencyInjectionSample.IocConfig.csproj", "{D953F6DA-6ADB-4A39-95AE-9BD571A2058C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AEA08E6F-96E5-4C74-9833-1BB42FE3A962}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{401C48FD-4033-4727-B754-93EA33C6E0C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{401C48FD-4033-4727-B754-93EA33C6E0C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{401C48FD-4033-4727-B754-93EA33C6E0C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{401C48FD-4033-4727-B754-93EA33C6E0C2}.Release|Any CPU.Build.0 = Release|Any CPU
{80696B39-13AE-44C3-82A9-34D206887132}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80696B39-13AE-44C3-82A9-34D206887132}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80696B39-13AE-44C3-82A9-34D206887132}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80696B39-13AE-44C3-82A9-34D206887132}.Release|Any CPU.Build.0 = Release|Any CPU
{99386F57-FA8D-4865-896C-DB2166674BE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99386F57-FA8D-4865-896C-DB2166674BE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99386F57-FA8D-4865-896C-DB2166674BE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99386F57-FA8D-4865-896C-DB2166674BE1}.Release|Any CPU.Build.0 = Release|Any CPU
{8BB88CBB-3F1B-441F-925A-9E20E2FB8E11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BB88CBB-3F1B-441F-925A-9E20E2FB8E11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BB88CBB-3F1B-441F-925A-9E20E2FB8E11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BB88CBB-3F1B-441F-925A-9E20E2FB8E11}.Release|Any CPU.Build.0 = Release|Any CPU
{D953F6DA-6ADB-4A39-95AE-9BD571A2058C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D953F6DA-6ADB-4A39-95AE-9BD571A2058C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D953F6DA-6ADB-4A39-95AE-9BD571A2058C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D953F6DA-6ADB-4A39-95AE-9BD571A2058C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal