diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-10-19 18:08:25 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-10-19 18:08:25 -0700 |
commit | 9fac617a455acffa4f78dc5cfe7415157e12a63c (patch) | |
tree | 47a4a7da8a8a61da203bb4f0714f179d1b572899 /samples/OAuthAuthorizationServer | |
parent | dab0acee2544e23f36b84b443af0d160adb4bc49 (diff) | |
download | DotNetOpenAuth-9fac617a455acffa4f78dc5cfe7415157e12a63c.zip DotNetOpenAuth-9fac617a455acffa4f78dc5cfe7415157e12a63c.tar.gz DotNetOpenAuth-9fac617a455acffa4f78dc5cfe7415157e12a63c.tar.bz2 |
Moves all MVC dependencies from core assemblies to a separate assembly.
I still need to add DNOA.Mvc to some build and package authoring.
Diffstat (limited to 'samples/OAuthAuthorizationServer')
-rw-r--r-- | samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj index c6ae9f7..1e373b3 100644 --- a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj +++ b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj @@ -198,6 +198,10 @@ <Project>{60426312-6AE5-4835-8667-37EDEA670222}</Project> <Name>DotNetOpenAuth.Core</Name> </ProjectReference> + <ProjectReference Include="..\..\src\DotNetOpenAuth.Mvc\DotNetOpenAuth.Mvc.csproj"> + <Project>{9d308ef2-2712-4f83-a14c-18bf08d45526}</Project> + <Name>DotNetOpenAuth.Mvc</Name> + </ProjectReference> <ProjectReference Include="..\..\src\DotNetOpenAuth.OAuth2.AuthorizationServer\DotNetOpenAuth.OAuth2.AuthorizationServer.csproj"> <Project>{99BB7543-EA16-43EE-A7BC-D7A25A3B22F6}</Project> <Name>DotNetOpenAuth.OAuth2.AuthorizationServer</Name> |