diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-04-19 08:46:08 -0400 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-04-19 08:46:08 -0400 |
commit | 5f1f1f2a3a79e521089d5213da65613d542b6ae3 (patch) | |
tree | 9ab497e25a9d25345565fdf365fa7887d38bcea6 /samples/DotNetOpenAuth.ApplicationBlock | |
parent | b3eeaa8855f0eca9428155c5d953fcb0502190c5 (diff) | |
download | DotNetOpenAuth-5f1f1f2a3a79e521089d5213da65613d542b6ae3.zip DotNetOpenAuth-5f1f1f2a3a79e521089d5213da65613d542b6ae3.tar.gz DotNetOpenAuth-5f1f1f2a3a79e521089d5213da65613d542b6ae3.tar.bz2 |
Fixed build break in non-DEBUG configurations of the recently changed samples.
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock')
-rw-r--r-- | samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj index f1da85a..6739bf9 100644 --- a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj +++ b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj @@ -38,7 +38,7 @@ <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> - <DefineConstants>TRACE;DEBUG;SAMPLESONLY</DefineConstants> + <DefineConstants>TRACE;DEBUG</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> @@ -63,6 +63,9 @@ <ErrorReport>prompt</ErrorReport> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> + <PropertyGroup> + <DefineConstants>$(DefineConstants);SAMPLESONLY</DefineConstants> + </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.configuration" /> |