summaryrefslogtreecommitdiffstats
path: root/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2014-12-02 08:00:29 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2014-12-02 08:00:29 -0800
commit0edad645277c743756da96502a21aa0518890995 (patch)
treecc21215ee98d93bab2b17fdf6a52a754eae6762c /samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj
parentefbedd0665c120cc36d7f5fc49b136ae9c4d0bb5 (diff)
parentb1bc4c2f8b1905417bd06dde5c28ff02603453f0 (diff)
downloadDotNetOpenAuth-0edad645277c743756da96502a21aa0518890995.zip
DotNetOpenAuth-0edad645277c743756da96502a21aa0518890995.tar.gz
DotNetOpenAuth-0edad645277c743756da96502a21aa0518890995.tar.bz2
Merge pull request #348 from motiazu/master
Set System.Web.Mvc reference to CopyLocal.
Diffstat (limited to 'samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj')
-rw-r--r--samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj b/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj
index dfa79a8..0ba56e6 100644
--- a/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj
+++ b/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj
@@ -93,6 +93,7 @@
<Reference Include="System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\src\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath>
+ <Private>True</Private>
</Reference>
<Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
@@ -348,4 +349,4 @@
</Target>
<Target Name="AfterBuild">
</Target> -->
-</Project> \ No newline at end of file
+</Project>