diff options
Diffstat (limited to 'samples/RelyingPartyWebForms/RelyingPartyWebForms.csproj')
-rw-r--r-- | samples/RelyingPartyWebForms/RelyingPartyWebForms.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/samples/RelyingPartyWebForms/RelyingPartyWebForms.csproj b/samples/RelyingPartyWebForms/RelyingPartyWebForms.csproj index 0297edb..d5c741e 100644 --- a/samples/RelyingPartyWebForms/RelyingPartyWebForms.csproj +++ b/samples/RelyingPartyWebForms/RelyingPartyWebForms.csproj @@ -29,6 +29,16 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'CodeAnalysis|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <OutputPath>bin\</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> |