-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathServiceStack.Authentication.LightSpeed.sln
More file actions
65 lines (65 loc) · 3.92 KB
/
ServiceStack.Authentication.LightSpeed.sln
File metadata and controls
65 lines (65 loc) · 3.92 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1 - Resources", "1 - Resources", "{A75110FA-FCD9-4D6D-A289-E6BD29947003}"
ProjectSection(SolutionItems) = preProject
Contributors.md = Contributors.md
Readme.md = Readme.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2 - Sources", "2 - Sources", "{A5E233DE-AF97-4FF0-92BB-0129A6FEF283}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3 - Tests", "3 - Tests", "{7437CB13-F932-4DCB-A740-17D4316B62B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceStack.Authentication.LightSpeed", "src\ServiceStack.Authentication.LightSpeed\ServiceStack.Authentication.LightSpeed.csproj", "{4B40A44C-F71A-452F-9609-D2737955587E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SQL Scripts", "SQL Scripts", "{463E41E1-91D5-41D7-96DA-E147CBA8D2AC}"
ProjectSection(SolutionItems) = preProject
resources\data_schema_1.0.dn.sqlserver.sql = resources\data_schema_1.0.dn.sqlserver.sql
resources\data_schema_1.0.up.sqlserver.sql = resources\data_schema_1.0.up.sqlserver.sql
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceStack.Authentication.LightSpeedTests", "tests\ServiceStack.Authentication.LightSpeedTests\ServiceStack.Authentication.LightSpeedTests.csproj", "{0A191356-64D0-4178-B2DA-C0250585C1EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceStack.Authentication.LightSpeed.Migration", "src\ServiceStack.Authentication.LightSpeed.Migration\ServiceStack.Authentication.LightSpeed.Migration.csproj", "{0C506A08-23D4-40AB-A9A7-DF6BB014E443}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0 - NuGet", "0 - NuGet", "{9AA8A5F5-E1FB-4B16-9984-AAEC897A9EE0}"
ProjectSection(SolutionItems) = preProject
nuget\NuGetCleanCache.cmd = nuget\NuGetCleanCache.cmd
nuget\NuGetPack.cmd = nuget\NuGetPack.cmd
nuget\readme.txt = nuget\readme.txt
nuget\ServiceStack.Authentication.LightSpeed.nuspec = nuget\ServiceStack.Authentication.LightSpeed.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B40A44C-F71A-452F-9609-D2737955587E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B40A44C-F71A-452F-9609-D2737955587E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B40A44C-F71A-452F-9609-D2737955587E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B40A44C-F71A-452F-9609-D2737955587E}.Release|Any CPU.Build.0 = Release|Any CPU
{0A191356-64D0-4178-B2DA-C0250585C1EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A191356-64D0-4178-B2DA-C0250585C1EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A191356-64D0-4178-B2DA-C0250585C1EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A191356-64D0-4178-B2DA-C0250585C1EF}.Release|Any CPU.Build.0 = Release|Any CPU
{0C506A08-23D4-40AB-A9A7-DF6BB014E443}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C506A08-23D4-40AB-A9A7-DF6BB014E443}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C506A08-23D4-40AB-A9A7-DF6BB014E443}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C506A08-23D4-40AB-A9A7-DF6BB014E443}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4B40A44C-F71A-452F-9609-D2737955587E} = {A5E233DE-AF97-4FF0-92BB-0129A6FEF283}
{463E41E1-91D5-41D7-96DA-E147CBA8D2AC} = {A75110FA-FCD9-4D6D-A289-E6BD29947003}
{0A191356-64D0-4178-B2DA-C0250585C1EF} = {7437CB13-F932-4DCB-A740-17D4316B62B5}
{0C506A08-23D4-40AB-A9A7-DF6BB014E443} = {A5E233DE-AF97-4FF0-92BB-0129A6FEF283}
EndGlobalSection
EndGlobal