Spaces:
Build error
Build error
File size: 3,737 Bytes
adf8dbc da4da8e adf8dbc da4da8e adf8dbc da4da8e adf8dbc | 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 |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36603.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserManagement.Api", "UserManagement.Api\UserManagement.Api.csproj", "{CF073E0B-B91E-4473-A255-4E9C48C9C3A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserManagement.Application", "UserManagement.Application\UserManagement.Application.csproj", "{04676FA8-660A-2097-AAA3-248AB489D2F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserManagement.Background", "UserManagement.Background\UserManagement.Background.csproj", "{552F84EF-F0BC-956D-F8BC-057487BB55F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserManagement.Domain", "UserManagement.Domain\UserManagement.Domain.csproj", "{613D2B8E-74DF-D74A-281C-8774D1CE5E66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserManagement.Infra.Data", "UserManagement.Infra.Data\UserManagement.Infra.Data.csproj", "{379CFDB6-3A99-B63A-9CF8-46AA54F20F19}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserManagement.Infra.IoC", "UserManagement.Infra.IoC\UserManagement.Infra.IoC.csproj", "{2DA40374-B40C-1035-4DFE-03BE64116065}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF073E0B-B91E-4473-A255-4E9C48C9C3A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF073E0B-B91E-4473-A255-4E9C48C9C3A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF073E0B-B91E-4473-A255-4E9C48C9C3A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF073E0B-B91E-4473-A255-4E9C48C9C3A8}.Release|Any CPU.Build.0 = Release|Any CPU
{04676FA8-660A-2097-AAA3-248AB489D2F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04676FA8-660A-2097-AAA3-248AB489D2F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04676FA8-660A-2097-AAA3-248AB489D2F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04676FA8-660A-2097-AAA3-248AB489D2F9}.Release|Any CPU.Build.0 = Release|Any CPU
{552F84EF-F0BC-956D-F8BC-057487BB55F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{552F84EF-F0BC-956D-F8BC-057487BB55F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{552F84EF-F0BC-956D-F8BC-057487BB55F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{552F84EF-F0BC-956D-F8BC-057487BB55F4}.Release|Any CPU.Build.0 = Release|Any CPU
{613D2B8E-74DF-D74A-281C-8774D1CE5E66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{613D2B8E-74DF-D74A-281C-8774D1CE5E66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{613D2B8E-74DF-D74A-281C-8774D1CE5E66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{613D2B8E-74DF-D74A-281C-8774D1CE5E66}.Release|Any CPU.Build.0 = Release|Any CPU
{379CFDB6-3A99-B63A-9CF8-46AA54F20F19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{379CFDB6-3A99-B63A-9CF8-46AA54F20F19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{379CFDB6-3A99-B63A-9CF8-46AA54F20F19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{379CFDB6-3A99-B63A-9CF8-46AA54F20F19}.Release|Any CPU.Build.0 = Release|Any CPU
{2DA40374-B40C-1035-4DFE-03BE64116065}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DA40374-B40C-1035-4DFE-03BE64116065}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DA40374-B40C-1035-4DFE-03BE64116065}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DA40374-B40C-1035-4DFE-03BE64116065}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0EBD4075-D5D6-424B-8ABD-C54FA8D39752}
EndGlobalSection
EndGlobal
|