summaryrefslogtreecommitdiffstats
path: root/samples/OAuthClient/OAuthClient.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-03-02 08:20:16 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2013-03-02 08:20:16 -0800
commitffecd2bd3cd8e0f21d4156770afe5d84626ca6bc (patch)
tree067d30f3de1c2bdc053d0ef5c47afd52a01b8f22 /samples/OAuthClient/OAuthClient.csproj
parentd4d806fbcc1c7cdc86ec8234c5792bbaf667d5a8 (diff)
downloadDotNetOpenAuth-ffecd2bd3cd8e0f21d4156770afe5d84626ca6bc.zip
DotNetOpenAuth-ffecd2bd3cd8e0f21d4156770afe5d84626ca6bc.tar.gz
DotNetOpenAuth-ffecd2bd3cd8e0f21d4156770afe5d84626ca6bc.tar.bz2
Fixes build breaks everywhere exception DNOA.AspNet.
Diffstat (limited to 'samples/OAuthClient/OAuthClient.csproj')
-rw-r--r--samples/OAuthClient/OAuthClient.csproj5
1 files changed, 1 insertions, 4 deletions
diff --git a/samples/OAuthClient/OAuthClient.csproj b/samples/OAuthClient/OAuthClient.csproj
index eb216b1..3c94f38 100644
--- a/samples/OAuthClient/OAuthClient.csproj
+++ b/samples/OAuthClient/OAuthClient.csproj
@@ -102,9 +102,7 @@
</None>
</ItemGroup>
<ItemGroup>
- <Compile Include="..\DotNetOpenAuth.ApplicationBlock\InMemoryTokenManager.cs">
- <Link>Code\InMemoryTokenManager.cs</Link>
- </Compile>
+ <Compile Include="Code\Logging.cs" />
<Compile Include="Facebook.aspx.cs">
<DependentUpon>Facebook.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -134,7 +132,6 @@
<Compile Include="TracePage.aspx.designer.cs">
<DependentUpon>TracePage.aspx</DependentUpon>
</Compile>
- <Compile Include="Code\Logging.cs" />
<Compile Include="Code\TracePageAppender.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="WindowsLive.aspx.cs">