diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-26 10:32:44 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-26 10:32:44 -0700 |
commit | 26503b8670452d59b27c36984a00c49fa0aa684a (patch) | |
tree | 74b91a3d2ce022bc204accbf02a0ec05f1225119 /projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj | |
parent | df1894d9ff598da1e41207923f6913584f021347 (diff) | |
download | DotNetOpenAuth-26503b8670452d59b27c36984a00c49fa0aa684a.zip DotNetOpenAuth-26503b8670452d59b27c36984a00c49fa0aa684a.tar.gz DotNetOpenAuth-26503b8670452d59b27c36984a00c49fa0aa684a.tar.bz2 |
Updated more references to MVC 3.
Diffstat (limited to 'projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj')
-rw-r--r-- | projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj b/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj index 58e684e..bdec45b 100644 --- a/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj +++ b/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj @@ -187,7 +187,7 @@ <Project>{3896A32A-E876-4C23-B9B8-78E17D134CD3}</Project> <Name>DotNetOpenAuth.OpenId</Name> </ProjectReference> - <ProjectReference Include="..\RelyingPartyDatabase\RelyingPartyDatabase.dbproj"> + <ProjectReference Include="..\RelyingPartyDatabase\RelyingPartyDatabase.sqlproj"> <Name>RelyingPartyDatabase</Name> <!-- Deploy the latest SQL script first, so that this project can embed the latest version. --> <Targets>Build;Deploy</Targets> |