diff options
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" /> |