diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-04-29 08:00:04 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-04-29 08:00:04 -0700 |
commit | 0681d3e57238bf9146bc70f2d5dc372e62e992fe (patch) | |
tree | d664e062dddfd69d9f2a302fff8ae07dd1507b6f /samples/OAuthConsumerWpf | |
parent | 9ca42a171ce76cf401988b1d5d94571b76a4d687 (diff) | |
download | DotNetOpenAuth-0681d3e57238bf9146bc70f2d5dc372e62e992fe.zip DotNetOpenAuth-0681d3e57238bf9146bc70f2d5dc372e62e992fe.tar.gz DotNetOpenAuth-0681d3e57238bf9146bc70f2d5dc372e62e992fe.tar.bz2 |
FxCop fixes and suppressions.
The "CodeAnalysis" configuration now runs clean.
Diffstat (limited to 'samples/OAuthConsumerWpf')
-rw-r--r-- | samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj b/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj index 32f1093..8654ec1 100644 --- a/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj +++ b/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj @@ -107,7 +107,7 @@ <Reference Include="PresentationFramework"> <RequiredTargetFramework>3.0</RequiredTargetFramework> </Reference> - <Reference Include="System.Xaml"> + <Reference Include="System.Xaml" Condition=" '$(TargetFrameworkVersion)' != 'v3.5' "> <RequiredTargetFramework>4.0</RequiredTargetFramework> </Reference> </ItemGroup> @@ -227,4 +227,4 @@ </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " /> -</Project>
\ No newline at end of file +</Project> |