diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-04-19 08:24:54 -0400 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-04-19 08:24:54 -0400 |
commit | b3eeaa8855f0eca9428155c5d953fcb0502190c5 (patch) | |
tree | 060c34d8db246020d78120d2e669c1e7448d8261 /samples/OpenIdRelyingPartyWebForms/OpenIdRelyingPartyWebForms.csproj | |
parent | 668c50fd19dc633bd367ac8ace37df8b5f9a5881 (diff) | |
download | DotNetOpenAuth-b3eeaa8855f0eca9428155c5d953fcb0502190c5.zip DotNetOpenAuth-b3eeaa8855f0eca9428155c5d953fcb0502190c5.tar.gz DotNetOpenAuth-b3eeaa8855f0eca9428155c5d953fcb0502190c5.tar.bz2 |
Adjusted how the sample InMemoryTokenManager class is defined so that it is more difficult to use in real apps without knowing its limited scope.
Diffstat (limited to 'samples/OpenIdRelyingPartyWebForms/OpenIdRelyingPartyWebForms.csproj')
-rw-r--r-- | samples/OpenIdRelyingPartyWebForms/OpenIdRelyingPartyWebForms.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/samples/OpenIdRelyingPartyWebForms/OpenIdRelyingPartyWebForms.csproj b/samples/OpenIdRelyingPartyWebForms/OpenIdRelyingPartyWebForms.csproj index 9ed22f9..18cd373 100644 --- a/samples/OpenIdRelyingPartyWebForms/OpenIdRelyingPartyWebForms.csproj +++ b/samples/OpenIdRelyingPartyWebForms/OpenIdRelyingPartyWebForms.csproj @@ -23,7 +23,7 @@ <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\</OutputPath> - <DefineConstants>DEBUG;TRACE</DefineConstants> + <DefineConstants>TRACE;DEBUG;SAMPLESONLY</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> @@ -81,6 +81,9 @@ <Content Include="Web.config" /> </ItemGroup> <ItemGroup> + <Compile Include="..\DotNetOpenAuth.ApplicationBlock\InMemoryTokenManager.cs"> + <Link>Code\InMemoryTokenManager.cs</Link> + </Compile> <Compile Include="ajaxlogin.aspx.cs"> <DependentUpon>ajaxlogin.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> |