forked from blowdart/idunno.Authentication
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathidunno.Authentication.sln
More file actions
49 lines (49 loc) · 2.75 KB
/
idunno.Authentication.sln
File metadata and controls
49 lines (49 loc) · 2.75 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
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.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6462A7D2-5018-443D-BF20-B7E407E3FEA6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E2FF6F9D-3B6D-4D51-8EE5-F3A8789B0B96}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
license.txt = license.txt
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "idunno.Authentication.Demo", "src\idunno.Authentication.Demo\idunno.Authentication.Demo.xproj", "{F6B849CD-26D5-4830-85E7-1628066D27B4}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "idunno.Authentication", "src\idunno.Authentication\idunno.Authentication.xproj", "{98E2DD56-D69E-44FB-829A-154592A15B98}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "idunno.Authentication.Tests", "src\idunno.Authentication.Tests\idunno.Authentication.Tests.xproj", "{D835CDE1-A683-4864-831A-7A36201491DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6B849CD-26D5-4830-85E7-1628066D27B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6B849CD-26D5-4830-85E7-1628066D27B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6B849CD-26D5-4830-85E7-1628066D27B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6B849CD-26D5-4830-85E7-1628066D27B4}.Release|Any CPU.Build.0 = Release|Any CPU
{98E2DD56-D69E-44FB-829A-154592A15B98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98E2DD56-D69E-44FB-829A-154592A15B98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98E2DD56-D69E-44FB-829A-154592A15B98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98E2DD56-D69E-44FB-829A-154592A15B98}.Release|Any CPU.Build.0 = Release|Any CPU
{D835CDE1-A683-4864-831A-7A36201491DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D835CDE1-A683-4864-831A-7A36201491DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D835CDE1-A683-4864-831A-7A36201491DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D835CDE1-A683-4864-831A-7A36201491DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F6B849CD-26D5-4830-85E7-1628066D27B4} = {6462A7D2-5018-443D-BF20-B7E407E3FEA6}
{98E2DD56-D69E-44FB-829A-154592A15B98} = {6462A7D2-5018-443D-BF20-B7E407E3FEA6}
{D835CDE1-A683-4864-831A-7A36201491DF} = {6462A7D2-5018-443D-BF20-B7E407E3FEA6}
EndGlobalSection
EndGlobal