Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
fixed f'ing csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Jan 23, 2016
1 parent 6575bee commit 89e7577
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,12 @@
<Compile Include="Services\Caching\CachingScopeStore.cs" />
<Compile Include="Services\DefaultViewService\DefaultViewServiceOptions.cs" />
<Compile Include="Services\DefaultViewService\DefaultViewServiceRegistration.cs" />
<Compile Include="Services\Default\DefaultCustomTokenResponseGenerator.cs" />
<Compile Include="Services\Default\DefaultSigningKeyService.cs" />
<Compile Include="Services\Default\DefaultTokenSigningService.cs" />
<Compile Include="Services\ICustomTokenResponseGenerator.cs" />
<Compile Include="Services\Default\DefaultAuthenticationSessionValidator.cs" />
<Compile Include="Services\Default\DefaultCustomTokenResponseGenerator.cs" />
<Compile Include="Services\Default\DefaultSigningKeyService.cs" />
<Compile Include="Services\Default\DefaultTokenSigningService.cs" />
<Compile Include="Services\IAuthenticationSessionValidator.cs" />
<Compile Include="Services\ICustomTokenResponseGenerator.cs" />
<Compile Include="Services\ISigningKeyService.cs" />
<Compile Include="Validation\BasicAuthenticationSecretParser.cs" />
<Compile Include="Validation\IntrospectionRequestValidationResult.cs" />
Expand Down

0 comments on commit 89e7577

Please sign in to comment.