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/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj | |
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/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj')
-rw-r--r-- | samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj b/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj index 6101222..dfa79a8 100644 --- a/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj +++ b/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj @@ -279,6 +279,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> |