Skip to content

Commit

Permalink
Merge pull request #1 from dlmelendez/dev
Browse files Browse the repository at this point in the history
Initial check in
  • Loading branch information
dlmelendez committed Apr 27, 2017
2 parents 0d6eabf + 966c132 commit a8851f6
Show file tree
Hide file tree
Showing 140 changed files with 32,813 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

**/bin/**
**/obj/**
*.user
*.suo
1,030 changes: 1,030 additions & 0 deletions .vs/config/applicationhost.config

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions ElCamino.AspNetCore.Identity.DocumentDB.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElCamino.AspNetCore.Identity.DocumentDB", "src\ElCamino.AspNetCore.Identity.DocumentDB\ElCamino.AspNetCore.Identity.DocumentDB.csproj", "{FBDC528D-92AE-4CF5-BC51-7C47B951A23F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElCamino.AspNetCore.Identity.DocumentDB.Tests", "tests\ElCamino.AspNetCore.Identity.DocumentDB.Tests\ElCamino.AspNetCore.Identity.DocumentDB.Tests.csproj", "{543AD774-976E-4E69-9152-B37A3C21BB20}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{76E6FCF1-1099-40C3-BAEB-AA6345DE180A}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FBDC528D-92AE-4CF5-BC51-7C47B951A23F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBDC528D-92AE-4CF5-BC51-7C47B951A23F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBDC528D-92AE-4CF5-BC51-7C47B951A23F}.Debug|x64.ActiveCfg = Debug|Any CPU
{FBDC528D-92AE-4CF5-BC51-7C47B951A23F}.Debug|x64.Build.0 = Debug|Any CPU
{FBDC528D-92AE-4CF5-BC51-7C47B951A23F}.Debug|x86.ActiveCfg = Debug|Any CPU
{FBDC528D-92AE-4CF5-BC51-7C47B951A23F}.Debug|x86.Build.0 = Debug|Any CPU
{FBDC528D-92AE-4CF5-BC51-7C47B951A23F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBDC528D-92AE-4CF5-BC51-7C47B951A23F}.Release|Any CPU.Build.0 = Release|Any CPU
{FBDC528D-92AE-4CF5-BC51-7C47B951A23F}.Release|x64.ActiveCfg = Release|Any CPU
{FBDC528D-92AE-4CF5-BC51-7C47B951A23F}.Release|x64.Build.0 = Release|Any CPU
{FBDC528D-92AE-4CF5-BC51-7C47B951A23F}.Release|x86.ActiveCfg = Release|Any CPU
{FBDC528D-92AE-4CF5-BC51-7C47B951A23F}.Release|x86.Build.0 = Release|Any CPU
{543AD774-976E-4E69-9152-B37A3C21BB20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{543AD774-976E-4E69-9152-B37A3C21BB20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{543AD774-976E-4E69-9152-B37A3C21BB20}.Debug|x64.ActiveCfg = Debug|Any CPU
{543AD774-976E-4E69-9152-B37A3C21BB20}.Debug|x64.Build.0 = Debug|Any CPU
{543AD774-976E-4E69-9152-B37A3C21BB20}.Debug|x86.ActiveCfg = Debug|Any CPU
{543AD774-976E-4E69-9152-B37A3C21BB20}.Debug|x86.Build.0 = Debug|Any CPU
{543AD774-976E-4E69-9152-B37A3C21BB20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{543AD774-976E-4E69-9152-B37A3C21BB20}.Release|Any CPU.Build.0 = Release|Any CPU
{543AD774-976E-4E69-9152-B37A3C21BB20}.Release|x64.ActiveCfg = Release|Any CPU
{543AD774-976E-4E69-9152-B37A3C21BB20}.Release|x64.Build.0 = Release|Any CPU
{543AD774-976E-4E69-9152-B37A3C21BB20}.Release|x86.ActiveCfg = Release|Any CPU
{543AD774-976E-4E69-9152-B37A3C21BB20}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
982 changes: 982 additions & 0 deletions sample/.vs/config/applicationhost.config

Large diffs are not rendered by default.

Binary file added sample/.vs/samplecore.sqlite
Binary file not shown.
3 changes: 3 additions & 0 deletions sample/samplecore.mvc/.bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "wwwroot/lib"
}
Loading

0 comments on commit a8851f6

Please sign in to comment.