From 67fde98baee53b8047b16f5916e5017d61d4b97b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Sat, 13 Feb 2016 00:30:01 +0100 Subject: [PATCH] Remove not used files --- Projects/App_Start/IdentityConfig.cs | 18 ------------------ Projects/App_Start/Startup.Auth.cs | 15 --------------- Projects/Projects.csproj | 2 -- 3 files changed, 35 deletions(-) delete mode 100644 Projects/App_Start/IdentityConfig.cs delete mode 100644 Projects/App_Start/Startup.Auth.cs diff --git a/Projects/App_Start/IdentityConfig.cs b/Projects/App_Start/IdentityConfig.cs deleted file mode 100644 index ac244c6..0000000 --- a/Projects/App_Start/IdentityConfig.cs +++ /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 index d584b89..0000000 --- a/Projects/App_Start/Startup.Auth.cs +++ /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 diff --git a/Projects/Projects.csproj b/Projects/Projects.csproj index cc369fb..08f2500 100644 --- a/Projects/Projects.csproj +++ b/Projects/Projects.csproj @@ -194,9 +194,7 @@ - - -- 2.30.2