-
Notifications
You must be signed in to change notification settings - Fork 0
/
UserManagementService.sln
43 lines (43 loc) · 2.75 KB
/
UserManagementService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UserManagementService.Core", "UserManagementService.Core\UserManagementService.Core.csproj", "{E8C81A61-C31F-48A9-8F9D-630DB25261A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UserManagementService.Application", "UserManagementService.Application\UserManagementService.Application.csproj", "{36596188-D939-4BD0-8B67-761D46F42B4C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UserManagementService.DataAccess", "UserManagementService.DataAccess\UserManagementService.DataAccess.csproj", "{77486225-9D83-47DF-802B-86236D21F017}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserManagementService.Api", "UserManagementService.Api\UserManagementService.Api.csproj", "{D2460A09-13E6-41B8-BDB4-B8DC6E352A48}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8C81A61-C31F-48A9-8F9D-630DB25261A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8C81A61-C31F-48A9-8F9D-630DB25261A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8C81A61-C31F-48A9-8F9D-630DB25261A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8C81A61-C31F-48A9-8F9D-630DB25261A1}.Release|Any CPU.Build.0 = Release|Any CPU
{36596188-D939-4BD0-8B67-761D46F42B4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36596188-D939-4BD0-8B67-761D46F42B4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36596188-D939-4BD0-8B67-761D46F42B4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36596188-D939-4BD0-8B67-761D46F42B4C}.Release|Any CPU.Build.0 = Release|Any CPU
{77486225-9D83-47DF-802B-86236D21F017}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77486225-9D83-47DF-802B-86236D21F017}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77486225-9D83-47DF-802B-86236D21F017}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77486225-9D83-47DF-802B-86236D21F017}.Release|Any CPU.Build.0 = Release|Any CPU
{D2460A09-13E6-41B8-BDB4-B8DC6E352A48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2460A09-13E6-41B8-BDB4-B8DC6E352A48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2460A09-13E6-41B8-BDB4-B8DC6E352A48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2460A09-13E6-41B8-BDB4-B8DC6E352A48}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31807D23-3BCA-405F-AA2D-751858960C3C}
EndGlobalSection
EndGlobal