From: Rafał Długołęcki Date: Fri, 12 Feb 2016 23:30:01 +0000 (+0100) Subject: Remove not used files X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=67fde98baee53b8047b16f5916e5017d61d4b97b;p=wsti_pai.git Remove not used files --- 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 @@ - -