diff options
Diffstat (limited to 'samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj')
-rw-r--r-- | samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj index 8dff7d5..ffb0828 100644 --- a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj +++ b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj @@ -78,6 +78,7 @@ <DesignTime>True</DesignTime> <AutoGen>True</AutoGen> </Compile> + <Compile Include="Code\HttpHeaderAttribute.cs" /> <Compile Include="Code\OAuth2AuthorizationServer.cs" /> <Compile Include="Code\Utilities.cs" /> <Compile Include="Controllers\AccountController.cs" /> |