Remove not used files
authorRafał Długołęcki <dlugolecki.rafal@gmail.com>
Fri, 12 Feb 2016 23:30:01 +0000 (00:30 +0100)
committerRafał Długołęcki <dlugolecki.rafal@gmail.com>
Fri, 12 Feb 2016 23:30:01 +0000 (00:30 +0100)
Projects/App_Start/IdentityConfig.cs [deleted file]
Projects/App_Start/Startup.Auth.cs [deleted file]
Projects/Projects.csproj

diff --git a/Projects/App_Start/IdentityConfig.cs b/Projects/App_Start/IdentityConfig.cs
deleted file mode 100644 (file)
index ac244c6..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-{
-}
diff --git a/Projects/App_Start/Startup.Auth.cs b/Projects/App_Start/Startup.Auth.cs
deleted file mode 100644 (file)
index d584b89..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-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
index cc369fbf41ef686b81329cbe5f342ec30ab8a021..08f2500b5cab2b3cdaa7d96c18659c586657a723 100644 (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" />