-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathAspNetCore.Identity.Cassandra.sln
53 lines (53 loc) · 2.86 KB
/
AspNetCore.Identity.Cassandra.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2008
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3A8BB7CE-D3C3-421D-AC84-EA97DE1B77E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".solution-items", ".solution-items", "{B848A08F-3717-4C00-ACDF-190E033D447F}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Identity.Cassandra", "src\AspNetCore.Identity.Cassandra\AspNetCore.Identity.Cassandra.csproj", "{B90B64BE-5D15-4CC5-B61B-1FA813D02315}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{84FF8F54-DA2F-40B0-8A90-9EB37ABCA2B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentitySample.Web", "samples\IdentitySample.Web\IdentitySample.Web.csproj", "{BE4357EB-47FC-4A5B-8CAD-B493A7789B9F}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{F8711A91-CD40-4C6B-BE59-56C27C6FBC65}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B90B64BE-5D15-4CC5-B61B-1FA813D02315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B90B64BE-5D15-4CC5-B61B-1FA813D02315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B90B64BE-5D15-4CC5-B61B-1FA813D02315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B90B64BE-5D15-4CC5-B61B-1FA813D02315}.Release|Any CPU.Build.0 = Release|Any CPU
{BE4357EB-47FC-4A5B-8CAD-B493A7789B9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE4357EB-47FC-4A5B-8CAD-B493A7789B9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE4357EB-47FC-4A5B-8CAD-B493A7789B9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE4357EB-47FC-4A5B-8CAD-B493A7789B9F}.Release|Any CPU.Build.0 = Release|Any CPU
{F8711A91-CD40-4C6B-BE59-56C27C6FBC65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8711A91-CD40-4C6B-BE59-56C27C6FBC65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8711A91-CD40-4C6B-BE59-56C27C6FBC65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8711A91-CD40-4C6B-BE59-56C27C6FBC65}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B90B64BE-5D15-4CC5-B61B-1FA813D02315} = {3A8BB7CE-D3C3-421D-AC84-EA97DE1B77E0}
{BE4357EB-47FC-4A5B-8CAD-B493A7789B9F} = {84FF8F54-DA2F-40B0-8A90-9EB37ABCA2B8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73FC29B2-68A4-44FC-8089-1E2424F83262}
EndGlobalSection
EndGlobal