diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-07-27 17:44:16 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-07-27 17:44:16 -0700 |
commit | 3d0be8215136a7bae0e8b35d6c7a2620b9cfe1d3 (patch) | |
tree | ddd63c3a45d54e6c3c3e131de885e3ce726bd9e1 /src | |
parent | a72c48b654343543532216f0606a11e0db6b423c (diff) | |
download | DotNetOpenAuth-3d0be8215136a7bae0e8b35d6c7a2620b9cfe1d3.zip DotNetOpenAuth-3d0be8215136a7bae0e8b35d6c7a2620b9cfe1d3.tar.gz DotNetOpenAuth-3d0be8215136a7bae0e8b35d6c7a2620b9cfe1d3.tar.bz2 |
Fixed build break in CodeAnalysis configuration.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth/DotNetOpenAuth.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/DotNetOpenAuth.csproj b/src/DotNetOpenAuth/DotNetOpenAuth.csproj index d5f036c..cfdd27f 100644 --- a/src/DotNetOpenAuth/DotNetOpenAuth.csproj +++ b/src/DotNetOpenAuth/DotNetOpenAuth.csproj @@ -91,7 +91,7 @@ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'CodeAnalysis|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <OutputPath>..\..\bin\CodeAnalysis\</OutputPath> - <DefineConstants>CONTRACTS_FULL;DEBUG;TRACE</DefineConstants> + <DefineConstants>$(DefineConstants);CONTRACTS_FULL;DEBUG;TRACE</DefineConstants> <DocumentationFile>..\..\bin\CodeAnalysis\DotNetOpenAuth.xml</DocumentationFile> <DebugType>full</DebugType> <PlatformTarget>AnyCPU</PlatformTarget> |