summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-07-19 22:19:36 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-07-19 22:19:36 -0700
commit2490aa5d185c88274f66ca1e2c388c84f7c369a7 (patch)
tree87e3a6acc4950e046c4439683ea6bb1879a96a3f /samples/OAuthServiceProvider
parentd9beb0eb2429894f18cc0545bfd2ef7a5ac54589 (diff)
downloadDotNetOpenAuth-2490aa5d185c88274f66ca1e2c388c84f7c369a7.zip
DotNetOpenAuth-2490aa5d185c88274f66ca1e2c388c84f7c369a7.tar.gz
DotNetOpenAuth-2490aa5d185c88274f66ca1e2c388c84f7c369a7.tar.bz2
Added StyleCop to toolset and regular command line build.
As part of this, all projects now import EnlistmentInfo.props and .targets.
Diffstat (limited to 'samples/OAuthServiceProvider')
-rw-r--r--samples/OAuthServiceProvider/OAuthServiceProvider.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/OAuthServiceProvider/OAuthServiceProvider.csproj b/samples/OAuthServiceProvider/OAuthServiceProvider.csproj
index 68b2d90..37af906 100644
--- a/samples/OAuthServiceProvider/OAuthServiceProvider.csproj
+++ b/samples/OAuthServiceProvider/OAuthServiceProvider.csproj
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))\EnlistmentInfo.props" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))' != '' " />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -176,4 +177,5 @@
<Target Name="AfterBuild">
</Target>
-->
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " />
</Project> \ No newline at end of file