Skip to content

Commit

Permalink
Cleaning up the AppHarbor solution to test this in a live scenario 😄
Browse files Browse the repository at this point in the history
- AppHarbor solution totally redone to use the MvcAuto project.
- Google and Facebook live api keys added. Will test then add the rest once I've got this all working on AppHarbor.
  • Loading branch information
PureKrome committed Jul 7, 2013
1 parent c239f64 commit 4459917
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 69 deletions.
119 changes: 51 additions & 68 deletions AppHarbor.sln
@@ -1,68 +1,51 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorldDomination.Web.Authentication", "Code\WorldDomination.Web.Authentication\WorldDomination.Web.Authentication.csproj", "{F94E2140-8262-4463-8054-0B1DCE8ABE03}"
EndProject
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}") = "Nancy.Authentication.WorldDomination", "Code\Nancy.Authentication.WorldDomination\Nancy.Authentication.WorldDomination.csproj", "{94B8D947-6CAD-42C3-B328-F369CE7BC6C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{D128BA57-B2BC-4AAE-9306-F6B428D1AE8F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorldDomination.Web.Authentication.Samples.NancyFX2", "Samples\WorldDomination.Web.Authentication.Test.NancyFX2\WorldDomination.Web.Authentication.Samples.NancyFX2.csproj", "{837B5D35-57D3-402F-BA87-23E6B8E18433}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorldDomination.Web.Authentication.Tests", "Code\WorldDomination.Web.Authentication.Tests\WorldDomination.Web.Authentication.Tests.csproj", "{14AC417B-A1F8-4DEC-8FF0-EB6788C1C1AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorldDomination.Web.Authentication.ExtraProviders", "Code\WorldDomination.Web.Authentication.ExtraProviders\WorldDomination.Web.Authentication.ExtraProviders.csproj", "{D75207D5-FA68-4DC6-939A-2AC3CAD4BEAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorldDomination.Web.Authentication.ExtraProviders.Tests", "Code\WorldDomination.Web.Authentication.ExtraProviders.Tests\WorldDomination.Web.Authentication.ExtraProviders.Tests.csproj", "{B30944EC-C68B-49F8-B064-CCB135EABE61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorldDomination.Web.Authentication.Mvc", "Code\WorldDomination.Web.Authentication.Mvc\WorldDomination.Web.Authentication.Mvc.csproj", "{02C40D4A-17F3-465B-88D6-64D238A32396}"
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
{94B8D947-6CAD-42C3-B328-F369CE7BC6C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94B8D947-6CAD-42C3-B328-F369CE7BC6C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94B8D947-6CAD-42C3-B328-F369CE7BC6C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94B8D947-6CAD-42C3-B328-F369CE7BC6C0}.Release|Any CPU.Build.0 = Release|Any CPU
{837B5D35-57D3-402F-BA87-23E6B8E18433}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{837B5D35-57D3-402F-BA87-23E6B8E18433}.Debug|Any CPU.Build.0 = Debug|Any CPU
{837B5D35-57D3-402F-BA87-23E6B8E18433}.Release|Any CPU.ActiveCfg = Release|Any CPU
{837B5D35-57D3-402F-BA87-23E6B8E18433}.Release|Any CPU.Build.0 = Release|Any CPU
{14AC417B-A1F8-4DEC-8FF0-EB6788C1C1AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14AC417B-A1F8-4DEC-8FF0-EB6788C1C1AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14AC417B-A1F8-4DEC-8FF0-EB6788C1C1AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14AC417B-A1F8-4DEC-8FF0-EB6788C1C1AA}.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
{B30944EC-C68B-49F8-B064-CCB135EABE61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B30944EC-C68B-49F8-B064-CCB135EABE61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B30944EC-C68B-49F8-B064-CCB135EABE61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B30944EC-C68B-49F8-B064-CCB135EABE61}.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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{837B5D35-57D3-402F-BA87-23E6B8E18433} = {D128BA57-B2BC-4AAE-9306-F6B428D1AE8F}
EndGlobalSection
EndGlobal

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
Expand Up @@ -85,7 +85,7 @@
<ItemGroup>
<ProjectReference Include="..\SimpleAuthentication\SimpleAuthentication.csproj">
<Project>{f94e2140-8262-4463-8054-0b1dce8abe03}</Project>
<Name>WorldDomination.Web.Authentication</Name>
<Name>SimpleAuthentication</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
Expand Down
15 changes: 15 additions & 0 deletions Samples/SimpleAuthentication.Sample.MvcAuto/Web.Release.config
Expand Up @@ -14,6 +14,21 @@
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->

<authenticationProviders xdt:Transform="Replace">
<providers>
<add name="Facebook" key="203217206501193" secret="a27234954126fda5a9fffbc552bd96d2" />
<add name="Google" key="587140099194.apps.googleusercontent.com" secret="npk1_gx-gqJmLiJRPFooxCEY" />
<!--<add name="Twitter" key="Rb7qNNPUPsRSYkznFTbF6Q" secret="pP1jBdYOlmCzo08QFJjGIHY4YSyPdGLPO2m1q47hu9c" />-->
<add name="WindowsLive" key="00000000400ED488" secret="OAc-A5hoXE0eOolc6aczF2xvnq5sLfRr" />
<add name="GitHub" key="9403c7920a82689969d1" secret="e5b3807c7c97466634bdf21ddf9a179485f1fe60" />
<add name="LinkedIn" key="6dc177ul18d1" secret="50u96i9iDmRDmvok" />
<add name="ThirtySevenSignals" key="add32f6aa2d62f650312ca18c908aac21a473f0b" secret="873364139675d74bc219cc1ec21f1f3d281ad247" />
<add name="OpenId" key="-" secret="-" />
</providers>
</authenticationProviders>


<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
Expand Down

0 comments on commit 4459917

Please sign in to comment.