diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-08 10:18:53 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-08 10:18:53 -0800 |
commit | 14d58b7c1c4c596bfa5bf43dab170add843ec273 (patch) | |
tree | 813da19aafa1c4763ecd08b83ddb531a4a2111d6 /tools/DotNetOpenAuth.props | |
parent | 1e74844e63bd444b6848ca526a2c18b4d32e71cb (diff) | |
download | DotNetOpenAuth-14d58b7c1c4c596bfa5bf43dab170add843ec273.zip DotNetOpenAuth-14d58b7c1c4c596bfa5bf43dab170add843ec273.tar.gz DotNetOpenAuth-14d58b7c1c4c596bfa5bf43dab170add843ec273.tar.bz2 |
Touching up how CLR 4 is conditioned in the build.
Diffstat (limited to 'tools/DotNetOpenAuth.props')
-rw-r--r-- | tools/DotNetOpenAuth.props | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/DotNetOpenAuth.props b/tools/DotNetOpenAuth.props index 693a344..adbfec2 100644 --- a/tools/DotNetOpenAuth.props +++ b/tools/DotNetOpenAuth.props @@ -10,6 +10,8 @@ <IntermediatePath>$(ProjectRoot)obj\$(Configuration)\</IntermediatePath> <BaseIntermediateOutputPath Condition=" '$(BaseIntermediateOutputPath)' == '' ">obj\</BaseIntermediateOutputPath> <ToolsDir>$(ProjectRoot)tools\</ToolsDir> + <ClrVersion Condition=" '$(TargetFrameworkVersion)' == 'v4.0' ">4</ClrVersion> + <ClrVersion Condition=" '$(TargetFrameworkVersion)' != 'v4.0' ">2</ClrVersion> <SignAssembly>true</SignAssembly> <PublicKeyFile Condition="'$(PublicKeyFile)' == ''">$(ProjectRoot)src\official-build-key.pub</PublicKeyFile> |