-
Notifications
You must be signed in to change notification settings - Fork 23
/
AspNetCore.Identity.DynamoDB.sln
58 lines (58 loc) · 3.09 KB
/
AspNetCore.Identity.DynamoDB.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26206.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{B45D8ABC-3D21-4A15-9F79-8A19A164CF27}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{E2179992-0698-4A64-AEAE-55FF33A2C14D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentitySample.Mvc", "samples\IdentitySample.Mvc\IdentitySample.Mvc.csproj", "{E1BFA023-CFFD-49CE-8466-1C28DD2EC1F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{0F567567-75BD-499E-B137-3B60F74E483F}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.sh = build.sh
scripts\local_db.ps1 = scripts\local_db.ps1
scripts\patch-version.sh = scripts\patch-version.sh
scripts\push-to-nuget.sh = scripts\push-to-nuget.sh
scripts\set-build-version.sh = scripts\set-build-version.sh
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCore.Identity.DynamoDB", "src\AspNetCore.Identity.DynamoDB\AspNetCore.Identity.DynamoDB.csproj", "{593AA3BD-ED1D-493E-833F-2AB840FC322C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCore.Identity.DynamoDB.Tests", "tests\AspNetCore.Identity.DynamoDB.Tests\AspNetCore.Identity.DynamoDB.Tests.csproj", "{0C0D868B-510B-40B8-BE39-917287C241F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1BFA023-CFFD-49CE-8466-1C28DD2EC1F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1BFA023-CFFD-49CE-8466-1C28DD2EC1F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1BFA023-CFFD-49CE-8466-1C28DD2EC1F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1BFA023-CFFD-49CE-8466-1C28DD2EC1F6}.Release|Any CPU.Build.0 = Release|Any CPU
{593AA3BD-ED1D-493E-833F-2AB840FC322C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{593AA3BD-ED1D-493E-833F-2AB840FC322C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{593AA3BD-ED1D-493E-833F-2AB840FC322C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{593AA3BD-ED1D-493E-833F-2AB840FC322C}.Release|Any CPU.Build.0 = Release|Any CPU
{0C0D868B-510B-40B8-BE39-917287C241F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C0D868B-510B-40B8-BE39-917287C241F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C0D868B-510B-40B8-BE39-917287C241F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C0D868B-510B-40B8-BE39-917287C241F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E1BFA023-CFFD-49CE-8466-1C28DD2EC1F6} = {E2179992-0698-4A64-AEAE-55FF33A2C14D}
EndGlobalSection
EndGlobal