diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-04-19 07:09:32 -0400 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-04-19 07:09:32 -0400 |
commit | 668c50fd19dc633bd367ac8ace37df8b5f9a5881 (patch) | |
tree | 8ab71b553fa22e12aae6817b3c6fab93acdd31df /samples/OAuthServiceProvider/OAuthServiceProvider.csproj | |
parent | fef932af78eac2b775452c4a851e84a813027548 (diff) | |
download | DotNetOpenAuth-668c50fd19dc633bd367ac8ace37df8b5f9a5881.zip DotNetOpenAuth-668c50fd19dc633bd367ac8ace37df8b5f9a5881.tar.gz DotNetOpenAuth-668c50fd19dc633bd367ac8ace37df8b5f9a5881.tar.bz2 |
Updated OAuth C and SP samples to use standard WAP namespaces.
Diffstat (limited to 'samples/OAuthServiceProvider/OAuthServiceProvider.csproj')
-rw-r--r-- | samples/OAuthServiceProvider/OAuthServiceProvider.csproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/samples/OAuthServiceProvider/OAuthServiceProvider.csproj b/samples/OAuthServiceProvider/OAuthServiceProvider.csproj index 2c2f28f..68b2d90 100644 --- a/samples/OAuthServiceProvider/OAuthServiceProvider.csproj +++ b/samples/OAuthServiceProvider/OAuthServiceProvider.csproj @@ -82,7 +82,6 @@ <Compile Include="Code\Constants.cs" /> <Compile Include="Code\CustomOAuthTypeProvider.cs" /> <Compile Include="Code\DatabaseTokenManager.cs" /> - <Compile Include="Code\DataClasses.designer.cs" /> <Compile Include="Code\Global.cs" /> <Compile Include="Code\IDataApi.cs" /> <Compile Include="Code\OAuthAuthorizationManager.cs" /> @@ -93,7 +92,7 @@ <Compile Include="Code\TokenAuthorizationState.cs" /> <Compile Include="Code\TracePageAppender.cs" /> <Compile Include="Code\Utilities.cs" /> - <Compile Include="Code\DataClasses1.designer.cs"> + <Compile Include="Code\DataClasses.designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>DataClasses.dbml</DependentUpon> @@ -130,7 +129,7 @@ <ItemGroup> <None Include="Code\DataClasses.dbml"> <Generator>MSLinqToSQLGenerator</Generator> - <LastGenOutput>DataClasses1.designer.cs</LastGenOutput> + <LastGenOutput>DataClasses.designer.cs</LastGenOutput> <SubType>Designer</SubType> </None> <Content Include="Members\Web.config" /> |