summaryrefslogtreecommitdiffstats
path: root/samples/OAuthClient/OAuthClient.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-08-01 22:01:49 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-08-01 22:01:49 -0700
commit87ed411070fa2ff7233a6fd9184c9cc63c6ce0af (patch)
tree21825e55b46399b900cb427f3836e120f2df9a76 /samples/OAuthClient/OAuthClient.csproj
parent3208068bbd28cd50be5559662e33284c97e43b53 (diff)
downloadDotNetOpenAuth-87ed411070fa2ff7233a6fd9184c9cc63c6ce0af.zip
DotNetOpenAuth-87ed411070fa2ff7233a6fd9184c9cc63c6ce0af.tar.gz
DotNetOpenAuth-87ed411070fa2ff7233a6fd9184c9cc63c6ce0af.tar.bz2
Fixed sample release compilation.
Diffstat (limited to 'samples/OAuthClient/OAuthClient.csproj')
-rw-r--r--samples/OAuthClient/OAuthClient.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/OAuthClient/OAuthClient.csproj b/samples/OAuthClient/OAuthClient.csproj
index 37e42b2..8ebfbc2 100644
--- a/samples/OAuthClient/OAuthClient.csproj
+++ b/samples/OAuthClient/OAuthClient.csproj
@@ -21,7 +21,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
- <DefineConstants>TRACE;DEBUG</DefineConstants>
+ <DefineConstants>TRACE;DEBUG;SAMPLESONLY</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
@@ -29,7 +29,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
+ <DefineConstants>TRACE;SAMPLESONLY</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>