-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAspNetCore_Identity_JWT.sln
33 lines (33 loc) · 1.75 KB
/
AspNetCore_Identity_JWT.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.489
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Identity.Api", "AspNetCore.Web.Api\AspNetCore.Identity.Api.csproj", "{57C3DF4B-6D70-41D1-A1D5-038C301C027B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Identity.Data", "AspNetCore.Identity.Data\AspNetCore.Identity.Data.csproj", "{644C2453-06BC-442C-B1D4-213B73F6191D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A757FFC5-5ACA-4D33-8A8E-A4BCC06F5CCA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57C3DF4B-6D70-41D1-A1D5-038C301C027B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57C3DF4B-6D70-41D1-A1D5-038C301C027B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57C3DF4B-6D70-41D1-A1D5-038C301C027B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57C3DF4B-6D70-41D1-A1D5-038C301C027B}.Release|Any CPU.Build.0 = Release|Any CPU
{644C2453-06BC-442C-B1D4-213B73F6191D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{644C2453-06BC-442C-B1D4-213B73F6191D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{644C2453-06BC-442C-B1D4-213B73F6191D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{644C2453-06BC-442C-B1D4-213B73F6191D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EDEABF16-E07C-482F-B770-1E5650A7B503}
EndGlobalSection
EndGlobal