Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,4 @@ _UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
MongoDB.AspNet.Identity.csproj.GhostDoc.xml
*.lock.json
125 changes: 0 additions & 125 deletions IdentityDbContext.cs

This file was deleted.

42 changes: 0 additions & 42 deletions IdentityRole.cs

This file was deleted.

114 changes: 0 additions & 114 deletions MongoDB.AspNet.Identity.csproj

This file was deleted.

26 changes: 19 additions & 7 deletions MongoDB.AspNet.Identity.sln
Original file line number Diff line number Diff line change
@@ -1,22 +1,34 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
# Visual Studio 14
VisualStudioVersion = 14.0.22310.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.AspNet.Identity", "MongoDB.AspNet.Identity.csproj", "{0FF87680-235F-4231-8302-9BF6FCAC7476}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{41B2DD81-2BF4-49FD-BCC6-47850D1189AD}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.AspNet.Identity", "src\MongoDB.AspNet.Identity\MongoDB.AspNet.Identity.kproj", "{2BE4366F-4B07-47AA-98F6-D09E603A2F11}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{408E6EB1-E05A-408F-92CA-944467BA05C9}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0FF87680-235F-4231-8302-9BF6FCAC7476}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FF87680-235F-4231-8302-9BF6FCAC7476}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FF87680-235F-4231-8302-9BF6FCAC7476}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FF87680-235F-4231-8302-9BF6FCAC7476}.Release|Any CPU.Build.0 = Release|Any CPU
{2BE4366F-4B07-47AA-98F6-D09E603A2F11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BE4366F-4B07-47AA-98F6-D09E603A2F11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BE4366F-4B07-47AA-98F6-D09E603A2F11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BE4366F-4B07-47AA-98F6-D09E603A2F11}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2BE4366F-4B07-47AA-98F6-D09E603A2F11} = {41B2DD81-2BF4-49FD-BCC6-47850D1189AD}
EndGlobalSection
EndGlobal
35 changes: 0 additions & 35 deletions Properties/AssemblyInfo.cs

This file was deleted.

Loading