-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMakingSense.AspNetCore.Authentication.SimpleToken.sln
41 lines (41 loc) · 1.85 KB
/
MakingSense.AspNetCore.Authentication.SimpleToken.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28917.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1A4906E1-3779-42B3-BE5D-2079B4D0C0C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{84D33A83-AC1C-472B-86B0-8EC0D8ECE5B7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE = LICENSE
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MakingSense.AspNetCore.Authentication.SimpleToken", "src\MakingSense.AspNetCore.Authentication.SimpleToken\MakingSense.AspNetCore.Authentication.SimpleToken.csproj", "{209CD8C9-0545-4A2E-826D-5B83044261AF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{209CD8C9-0545-4A2E-826D-5B83044261AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{209CD8C9-0545-4A2E-826D-5B83044261AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{209CD8C9-0545-4A2E-826D-5B83044261AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{209CD8C9-0545-4A2E-826D-5B83044261AF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{209CD8C9-0545-4A2E-826D-5B83044261AF} = {1A4906E1-3779-42B3-BE5D-2079B4D0C0C9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2C5D2C9-1449-47DC-80D9-FD90D490015A}
EndGlobalSection
EndGlobal