-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbwets.NetCore.Identity.sln
48 lines (48 loc) · 2.93 KB
/
bwets.NetCore.Identity.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bwets.NetCore.Identity", "bwets.NetCore.Identity\bwets.NetCore.Identity.csproj", "{39E2704C-B0DE-4BD2-849F-5B51332EE03F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bwets.NetCore.Identity.MongoDb", "bwets.NetCore.Identity.MongoDb\bwets.NetCore.Identity.MongoDb.csproj", "{8D656AF0-F81B-475D-AB1F-C9C00A68DDE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bwets.NetCore.Identity.ServiceProxy", "bwets.NetCore.Identity.ServiceProxy\bwets.NetCore.Identity.ServiceProxy.csproj", "{284E6DB6-6818-44E3-AF2D-D820E93BD8E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bwets.NetCore.Identity.Service", "bwets.NetCore.Identity.Service\bwets.NetCore.Identity.Service.csproj", "{D6715884-C8B2-48FD-B269-6DE4A1F3AC1C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A0246EA4-E3EF-4962-BE90-1D34F5B0FFD6}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39E2704C-B0DE-4BD2-849F-5B51332EE03F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39E2704C-B0DE-4BD2-849F-5B51332EE03F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39E2704C-B0DE-4BD2-849F-5B51332EE03F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39E2704C-B0DE-4BD2-849F-5B51332EE03F}.Release|Any CPU.Build.0 = Release|Any CPU
{8D656AF0-F81B-475D-AB1F-C9C00A68DDE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D656AF0-F81B-475D-AB1F-C9C00A68DDE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D656AF0-F81B-475D-AB1F-C9C00A68DDE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D656AF0-F81B-475D-AB1F-C9C00A68DDE1}.Release|Any CPU.Build.0 = Release|Any CPU
{284E6DB6-6818-44E3-AF2D-D820E93BD8E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{284E6DB6-6818-44E3-AF2D-D820E93BD8E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{284E6DB6-6818-44E3-AF2D-D820E93BD8E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{284E6DB6-6818-44E3-AF2D-D820E93BD8E7}.Release|Any CPU.Build.0 = Release|Any CPU
{D6715884-C8B2-48FD-B269-6DE4A1F3AC1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6715884-C8B2-48FD-B269-6DE4A1F3AC1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6715884-C8B2-48FD-B269-6DE4A1F3AC1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6715884-C8B2-48FD-B269-6DE4A1F3AC1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3806160E-9B49-41B7-A532-95CD600CE2CF}
EndGlobalSection
EndGlobal