This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Stormpath.AspNet.sln
42 lines (42 loc) · 2.2 KB
/
Stormpath.AspNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C9C891A0-8043-4EAF-9DF1-39ACD3EFA488}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{1A140068-0DEB-471A-97E3-3AFBD0EB9FE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stormpath.AspNet", "src\Stormpath.AspNet\Stormpath.AspNet.csproj", "{869166A9-F474-46DB-B06B-FD9922674D38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stormpath.AspNet.TckHarness", "test\Stormpath.AspNet.TckHarness\Stormpath.AspNet.TckHarness.csproj", "{42CED7DE-0739-47EF-9089-1FA85347E124}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{584D2977-BBEB-4508-B996-9164E06BA8BF}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{869166A9-F474-46DB-B06B-FD9922674D38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{869166A9-F474-46DB-B06B-FD9922674D38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{869166A9-F474-46DB-B06B-FD9922674D38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{869166A9-F474-46DB-B06B-FD9922674D38}.Release|Any CPU.Build.0 = Release|Any CPU
{42CED7DE-0739-47EF-9089-1FA85347E124}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42CED7DE-0739-47EF-9089-1FA85347E124}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42CED7DE-0739-47EF-9089-1FA85347E124}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42CED7DE-0739-47EF-9089-1FA85347E124}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{869166A9-F474-46DB-B06B-FD9922674D38} = {C9C891A0-8043-4EAF-9DF1-39ACD3EFA488}
{42CED7DE-0739-47EF-9089-1FA85347E124} = {1A140068-0DEB-471A-97E3-3AFBD0EB9FE1}
EndGlobalSection
EndGlobal