Skip to content

Commit

Permalink
add Stripe provider and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
victorantos committed Jun 17, 2015
1 parent e90d9cb commit 894c018
Show file tree
Hide file tree
Showing 170 changed files with 256 additions and 10,997 deletions.
2 changes: 1 addition & 1 deletion AngJobs/AngJobs.csproj
Expand Up @@ -718,7 +718,7 @@
<Content Include="Views\GoogleBot\_Daily.cshtml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\SneoS\Authentication Step 1\OwinOAuthProviders\Owin.Security.Providers\Owin.Security.Providers.csproj">
<ProjectReference Include="..\Owin.Security.Providers\Owin.Security.Providers.csproj">
<Project>{6ad9ba00-1330-426d-8bae-2d3bc0d976e4}</Project>
<Name>Owin.Security.Providers</Name>
</ProjectReference>
Expand Down
2 changes: 1 addition & 1 deletion AngJobs/Web.config
Expand Up @@ -4,7 +4,7 @@
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<connectionStrings>
<add name="DefaultConnection" providerName="System.Data.SqlClient" connectionString="Server=.\mssqlserver2;Database=angjobsDB;Integrated Security=True; MultipleActiveResultSets=true;" />
<add name="DefaultConnection" providerName="System.Data.SqlClient" connectionString="Server=.\mssqlserver2;Database=angjobs2;Integrated Security=True; MultipleActiveResultSets=true;" />
</connectionStrings>

<appSettings>
Expand Down
29 changes: 0 additions & 29 deletions Owin.Security.Providers/Asana/AsanaAuthenticationExtensions.cs

This file was deleted.

247 changes: 0 additions & 247 deletions Owin.Security.Providers/Asana/AsanaAuthenticationHandler.cs

This file was deleted.

87 changes: 0 additions & 87 deletions Owin.Security.Providers/Asana/AsanaAuthenticationMiddleware.cs

This file was deleted.

0 comments on commit 894c018

Please sign in to comment.