-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod_auth_putkt_dotnet.sln
49 lines (49 loc) · 2.81 KB
/
mod_auth_putkt_dotnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Justin.AspNetCore.ModAuthPubTkt", "src\Justin.AspNetCore.ModAuthPubTkt\Justin.AspNetCore.ModAuthPubTkt.xproj", "{982A4C24-3B30-4E9B-A5BB-A44665FFA03C}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Justin.ModAuthPubTkt", "src\Justin.ModAuthPubTkt\Justin.ModAuthPubTkt.xproj", "{3409383C-6D60-4FC2-8CF3-889CC4A0F356}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Justin.AspNet.ModAuthPubTkt", "src\Justin.AspNet.ModAuthPubTkt\Justin.AspNet.ModAuthPubTkt.xproj", "{A7099591-71E6-490B-8DA9-8FE0F64D5D0A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0918FAD1-3D4D-4A2B-AB4A-E37A0D9CBB66}"
ProjectSection(SolutionItems) = preProject
.bowerrc = .bowerrc
.gitignore = .gitignore
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Website", "src\Website\Website.xproj", "{71583D73-3F74-41AB-9005-0871B4A0C848}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{982A4C24-3B30-4E9B-A5BB-A44665FFA03C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{982A4C24-3B30-4E9B-A5BB-A44665FFA03C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{982A4C24-3B30-4E9B-A5BB-A44665FFA03C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{982A4C24-3B30-4E9B-A5BB-A44665FFA03C}.Release|Any CPU.Build.0 = Release|Any CPU
{3409383C-6D60-4FC2-8CF3-889CC4A0F356}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3409383C-6D60-4FC2-8CF3-889CC4A0F356}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3409383C-6D60-4FC2-8CF3-889CC4A0F356}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3409383C-6D60-4FC2-8CF3-889CC4A0F356}.Release|Any CPU.Build.0 = Release|Any CPU
{A7099591-71E6-490B-8DA9-8FE0F64D5D0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7099591-71E6-490B-8DA9-8FE0F64D5D0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7099591-71E6-490B-8DA9-8FE0F64D5D0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7099591-71E6-490B-8DA9-8FE0F64D5D0A}.Release|Any CPU.Build.0 = Release|Any CPU
{71583D73-3F74-41AB-9005-0871B4A0C848}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71583D73-3F74-41AB-9005-0871B4A0C848}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71583D73-3F74-41AB-9005-0871B4A0C848}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71583D73-3F74-41AB-9005-0871B4A0C848}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal