diff options
Diffstat (limited to 'samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj')
-rw-r--r-- | samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj index 5bb1daf..d00cef4 100644 --- a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj +++ b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj @@ -70,13 +70,14 @@ </ItemGroup> <ItemGroup> <Compile Include="Code\Client.cs" /> - <Compile Include="Code\DatabaseNonceStore.cs" /> + <Compile Include="Code\DatabaseKeyNonceStore.cs" /> <Compile Include="Code\DataClasses.designer.cs"> <DependentUpon>DataClasses.dbml</DependentUpon> <DesignTime>True</DesignTime> <AutoGen>True</AutoGen> </Compile> <Compile Include="Code\OAuth2AuthorizationServer.cs" /> + <Compile Include="Code\Utilities.cs" /> <Compile Include="Controllers\AccountController.cs" /> <Compile Include="Controllers\HomeController.cs" /> <Compile Include="Controllers\OAuthController.cs" /> |