diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-10-19 18:15:59 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-10-19 18:15:59 -0700 |
commit | b76e6657c504673f9360ed474e0cdeaabb816d73 (patch) | |
tree | 8e14a81e7f3e5b92c62578f8d0b0f97fb4f14542 | |
parent | 9fac617a455acffa4f78dc5cfe7415157e12a63c (diff) | |
download | DotNetOpenAuth-b76e6657c504673f9360ed474e0cdeaabb816d73.zip DotNetOpenAuth-b76e6657c504673f9360ed474e0cdeaabb816d73.tar.gz DotNetOpenAuth-b76e6657c504673f9360ed474e0cdeaabb816d73.tar.bz2 |
Adds DNOA.Mvc to the standard shipping projects.
-rw-r--r-- | tools/DotNetOpenAuth.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/DotNetOpenAuth.props b/tools/DotNetOpenAuth.props index 31334c3..8fbee3d 100644 --- a/tools/DotNetOpenAuth.props +++ b/tools/DotNetOpenAuth.props @@ -47,6 +47,7 @@ <ProductProjectNames Include=" DotNetOpenAuth.Core; DotNetOpenAuth.Core.UI; + DotNetOpenAuth.Mvc; Mono.Math; Org.Mentalis.Security.Cryptography; DotNetOpenAuth.OpenId; |