diff --git a/.gitignore b/.gitignore
index fb25bb9..188ef61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,4 +28,5 @@ _ReSharper*/
[Tt]est[Rr]esult*
*.vssscc
$tf*/
-packages*/
\ No newline at end of file
+packages*/
+/.vs/config
diff --git a/.nuget/NuGet.Config b/.nuget/NuGet.Config
new file mode 100644
index 0000000..67f8ea0
--- /dev/null
+++ b/.nuget/NuGet.Config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.nuget/NuGet.exe b/.nuget/NuGet.exe
new file mode 100644
index 0000000..8dd7e45
Binary files /dev/null and b/.nuget/NuGet.exe differ
diff --git a/.nuget/NuGet.targets b/.nuget/NuGet.targets
new file mode 100644
index 0000000..3f8c37b
--- /dev/null
+++ b/.nuget/NuGet.targets
@@ -0,0 +1,144 @@
+
+
+
+ $(MSBuildProjectDirectory)\..\
+
+
+ false
+
+
+ false
+
+
+ true
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+ $([System.IO.Path]::Combine($(SolutionDir), ".nuget"))
+
+
+
+
+ $(SolutionDir).nuget
+
+
+
+ $(MSBuildProjectDirectory)\packages.$(MSBuildProjectName.Replace(' ', '_')).config
+ $(MSBuildProjectDirectory)\packages.$(MSBuildProjectName).config
+
+
+
+ $(MSBuildProjectDirectory)\packages.config
+ $(PackagesProjectConfig)
+
+
+
+
+ $(NuGetToolsPath)\NuGet.exe
+ @(PackageSource)
+
+ "$(NuGetExePath)"
+ mono --runtime=v4.0.30319 "$(NuGetExePath)"
+
+ $(TargetDir.Trim('\\'))
+
+ -RequireConsent
+ -NonInteractive
+
+ "$(SolutionDir) "
+ "$(SolutionDir)"
+
+
+ $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir $(PaddedSolutionDir)
+ $(NuGetCommand) pack "$(ProjectPath)" -Properties "Configuration=$(Configuration);Platform=$(Platform)" $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols
+
+
+
+ RestorePackages;
+ $(BuildDependsOn);
+
+
+
+
+ $(BuildDependsOn);
+ BuildPackage;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/AspNetIdentity2GroupPermissions.sln b/AspNetIdentity2GroupPermissions.sln
index 177bbe2..a0f9cbc 100644
--- a/AspNetIdentity2GroupPermissions.sln
+++ b/AspNetIdentity2GroupPermissions.sln
@@ -1,10 +1,17 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
-VisualStudioVersion = 12.0.30110.0
+VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetIdentity2GroupPermissions", "AspNetIdentity2GroupPermissions\AspNetIdentity2GroupPermissions.csproj", "{90053234-F75B-4623-8D24-DCBE76917590}"
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6308811E-6F69-4BB7-9DF5-7764D87C2A11}"
+ ProjectSection(SolutionItems) = preProject
+ .nuget\NuGet.Config = .nuget\NuGet.Config
+ .nuget\NuGet.exe = .nuget\NuGet.exe
+ .nuget\NuGet.targets = .nuget\NuGet.targets
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
diff --git a/AspNetIdentity2GroupPermissions/App_Start/BundleConfig.cs b/AspNetIdentity2GroupPermissions/App_Start/BundleConfig.cs
index 5a52701..aec6ce3 100644
--- a/AspNetIdentity2GroupPermissions/App_Start/BundleConfig.cs
+++ b/AspNetIdentity2GroupPermissions/App_Start/BundleConfig.cs
@@ -24,7 +24,8 @@ public static void RegisterBundles(BundleCollection bundles)
bundles.Add(new StyleBundle("~/Content/css").Include(
"~/Content/bootstrap.css",
- "~/Content/site.css"));
+ "~/Content/site.css",
+ "~/Content/loader.css"));
}
}
-}
+}
\ No newline at end of file
diff --git a/AspNetIdentity2GroupPermissions/AspNetIdentity2GroupPermissions.csproj b/AspNetIdentity2GroupPermissions/AspNetIdentity2GroupPermissions.csproj
index c365a67..b29b3f2 100644
--- a/AspNetIdentity2GroupPermissions/AspNetIdentity2GroupPermissions.csproj
+++ b/AspNetIdentity2GroupPermissions/AspNetIdentity2GroupPermissions.csproj
@@ -20,6 +20,8 @@
..\packages\WebGrease.1.5.2\lib
+ ..\
+ true
true
@@ -154,6 +156,14 @@
+
+
+
+
+
+
+
+
Web.config
@@ -232,24 +242,33 @@
+
+
Global.asax
+
+
+
+
+
+
+
10.0
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
@@ -275,6 +294,13 @@
+
+
+
+ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
+
+
+