diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-10 15:45:14 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-10 15:45:14 -0800 |
commit | 8d530aa91c05b14be12c5b1177f39eb5f62c669e (patch) | |
tree | e3da76a89c8d39ac61d36024ae298c4d931cf318 /samples/OAuthClient/OAuthClient.csproj | |
parent | 4e85bc002819c123a6e2dd88f18fcc82fa78c38f (diff) | |
download | DotNetOpenAuth-8d530aa91c05b14be12c5b1177f39eb5f62c669e.zip DotNetOpenAuth-8d530aa91c05b14be12c5b1177f39eb5f62c669e.tar.gz DotNetOpenAuth-8d530aa91c05b14be12c5b1177f39eb5f62c669e.tar.bz2 |
Fixes up WCF OAuth 1 samples.
Diffstat (limited to 'samples/OAuthClient/OAuthClient.csproj')
-rw-r--r-- | samples/OAuthClient/OAuthClient.csproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/samples/OAuthClient/OAuthClient.csproj b/samples/OAuthClient/OAuthClient.csproj index 4ff85d3..61b3a79 100644 --- a/samples/OAuthClient/OAuthClient.csproj +++ b/samples/OAuthClient/OAuthClient.csproj @@ -97,7 +97,6 @@ <Content Include="SampleWcf2.aspx" /> <Content Include="SignInWithTwitter.aspx" /> <Content Include="TracePage.aspx" /> - <Content Include="Twitter.aspx" /> <Content Include="Web.config" /> <None Include="Service References\SampleResourceServer\DataApi1.xsd"> <SubType>Designer</SubType> @@ -156,10 +155,6 @@ <Compile Include="TracePage.aspx.designer.cs"> <DependentUpon>TracePage.aspx</DependentUpon> </Compile> - <Compile Include="Twitter.aspx.cs"> - <DependentUpon>Twitter.aspx</DependentUpon> - <SubType>ASPXCodeBehind</SubType> - </Compile> <Compile Include="Code\Logging.cs" /> <Compile Include="Code\TracePageAppender.cs" /> <Compile Include="GoogleAddressBook.aspx.cs"> @@ -167,9 +162,6 @@ <SubType>ASPXCodeBehind</SubType> </Compile> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="Twitter.aspx.designer.cs"> - <DependentUpon>Twitter.aspx</DependentUpon> - </Compile> <Compile Include="WindowsLive.aspx.cs"> <DependentUpon>WindowsLive.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> |