forked from mrsheepuk/ASPNETSelfCreatedTokenAuthExample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTokenAuthExample.sln
More file actions
34 lines (34 loc) · 1.62 KB
/
TokenAuthExample.sln
File metadata and controls
34 lines (34 loc) · 1.62 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4A19A4CA-58C8-4EE5-94BA-B2D2F2DD68EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8165327B-8AB8-4B19-8AC0-9251BFDC1BDC}"
ProjectSection(SolutionItems) = preProject
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TokenAuthExampleWebApplication", "src\TokenAuthExampleWebApplication\TokenAuthExampleWebApplication.csproj", "{F6B6DAA2-0460-419E-88D7-CE887777F469}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6B6DAA2-0460-419E-88D7-CE887777F469}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6B6DAA2-0460-419E-88D7-CE887777F469}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6B6DAA2-0460-419E-88D7-CE887777F469}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6B6DAA2-0460-419E-88D7-CE887777F469}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F6B6DAA2-0460-419E-88D7-CE887777F469} = {4A19A4CA-58C8-4EE5-94BA-B2D2F2DD68EE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0B6A60A-7143-4EA9-9A05-D39C63E65A6B}
EndGlobalSection
EndGlobal