diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-02-25 17:07:06 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-09 15:48:40 -0700 |
commit | f299f2feed60969a4933abe793826ccd1a0d75e4 (patch) | |
tree | c1f95ed714420b2ba59c6ecf2fa3a424c57bcaf1 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | 7fe6ee93ec72ada51960cf685a398cb20a54dc05 (diff) | |
download | DotNetOpenAuth-f299f2feed60969a4933abe793826ccd1a0d75e4.zip DotNetOpenAuth-f299f2feed60969a4933abe793826ccd1a0d75e4.tar.gz DotNetOpenAuth-f299f2feed60969a4933abe793826ccd1a0d75e4.tar.bz2 |
first sprint
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index 43beea0..a2e2ec2 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -34,6 +34,16 @@ <SignAssembly>true</SignAssembly> <AssemblyOriginatorKeyFile>..\official-build-key.pfx</AssemblyOriginatorKeyFile> </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'CodeAnalysis|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <OutputPath>bin\CodeAnalysis\</OutputPath> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <DebugType>full</DebugType> + <PlatformTarget>AnyCPU</PlatformTarget> + <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> + <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> + <ErrorReport>prompt</ErrorReport> + </PropertyGroup> <ItemGroup> <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> |