+++ /dev/null
-using System;
-using System.Collections.Generic;
-using System.Data.Entity;
-using System.Linq;
-using System.Security.Claims;
-using System.Threading.Tasks;
-using System.Web;
-using Microsoft.AspNet.Identity;
-using Microsoft.AspNet.Identity.EntityFramework;
-using Microsoft.AspNet.Identity.Owin;
-using Microsoft.Owin;
-using Microsoft.Owin.Security;
-using Projects.Models;
-using System.Web.Security;
-
-namespace Projects
-{
-}
+++ /dev/null
-using System;
-using Microsoft.AspNet.Identity;
-using Microsoft.AspNet.Identity.Owin;
-using Microsoft.Owin;
-using Microsoft.Owin.Security.Cookies;
-using Microsoft.Owin.Security.Google;
-using Owin;
-using Projects.Models;
-
-namespace Projects
-{
- public partial class Startup
- {
- }
-}
\ No newline at end of file
<ItemGroup>
<Compile Include="App_Start\BundleConfig.cs" />
<Compile Include="App_Start\FilterConfig.cs" />
- <Compile Include="App_Start\IdentityConfig.cs" />
<Compile Include="App_Start\RouteConfig.cs" />
- <Compile Include="App_Start\Startup.Auth.cs" />
<Compile Include="Controllers\ActivityController.cs" />
<Compile Include="Controllers\ActivityResult.cs" />
<Compile Include="Controllers\HomeController.cs" />