forked from SimpleAuthentication/SimpleAuthentication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AppHarbor.sln
51 lines (51 loc) · 3.4 KB
/
AppHarbor.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
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6D4F0640-E913-4961-862D-286C11FCC123}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleAuthentication", "Code\SimpleAuthentication\SimpleAuthentication.csproj", "{F94E2140-8262-4463-8054-0B1DCE8ABE03}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleAuthentication.ExtraProviders", "Code\SimpleAuthentication.ExtraProviders\SimpleAuthentication.ExtraProviders.csproj", "{D75207D5-FA68-4DC6-939A-2AC3CAD4BEAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.SimpleAuthentication", "Code\Glimpse.SimpleAuthentication\Glimpse.SimpleAuthentication.csproj", "{2BAFAFC7-635A-40A4-9B25-DF789C5976B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleAuthentication.Mvc", "Code\SimpleAuthentication.Mvc\SimpleAuthentication.Mvc.csproj", "{02C40D4A-17F3-465B-88D6-64D238A32396}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleAuthentication.Sample.MvcAuto", "Samples\SimpleAuthentication.Sample.MvcAuto\SimpleAuthentication.Sample.MvcAuto.csproj", "{F1AAC5AC-C356-460D-B5FF-097E84301622}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F94E2140-8262-4463-8054-0B1DCE8ABE03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F94E2140-8262-4463-8054-0B1DCE8ABE03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F94E2140-8262-4463-8054-0B1DCE8ABE03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F94E2140-8262-4463-8054-0B1DCE8ABE03}.Release|Any CPU.Build.0 = Release|Any CPU
{D75207D5-FA68-4DC6-939A-2AC3CAD4BEAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D75207D5-FA68-4DC6-939A-2AC3CAD4BEAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D75207D5-FA68-4DC6-939A-2AC3CAD4BEAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D75207D5-FA68-4DC6-939A-2AC3CAD4BEAD}.Release|Any CPU.Build.0 = Release|Any CPU
{2BAFAFC7-635A-40A4-9B25-DF789C5976B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BAFAFC7-635A-40A4-9B25-DF789C5976B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BAFAFC7-635A-40A4-9B25-DF789C5976B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BAFAFC7-635A-40A4-9B25-DF789C5976B7}.Release|Any CPU.Build.0 = Release|Any CPU
{02C40D4A-17F3-465B-88D6-64D238A32396}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02C40D4A-17F3-465B-88D6-64D238A32396}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02C40D4A-17F3-465B-88D6-64D238A32396}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02C40D4A-17F3-465B-88D6-64D238A32396}.Release|Any CPU.Build.0 = Release|Any CPU
{F1AAC5AC-C356-460D-B5FF-097E84301622}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1AAC5AC-C356-460D-B5FF-097E84301622}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1AAC5AC-C356-460D-B5FF-097E84301622}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1AAC5AC-C356-460D-B5FF-097E84301622}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal