-
Notifications
You must be signed in to change notification settings - Fork 0
/
TiendaServicios.sln
71 lines (71 loc) · 4.7 KB
/
TiendaServicios.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
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TiendaServicios.API.Autor", "TiendaServicios.API.Autor\TiendaServicios.API.Autor.csproj", "{5C535CA8-1BA0-4478-A7E5-49349F46E2CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TiendaServicios.API.Libro", "TiendaServicios.API.Libro\TiendaServicios.API.Libro.csproj", "{81AF5DDD-BC1A-453B-8373-40E958DD0C54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TiendaServicios.API.CarritoCompra", "TiendaServicios.API.CarritoCompra\TiendaServicios.API.CarritoCompra.csproj", "{31E04FA9-3513-4622-A8E3-4EC1A9E33597}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{44FB223A-8C82-4CA2-9BE0-C360D4D2FCBB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TiendaServicios.API.Libro.Test", "TiendaServicios.API.Libro.Test\TiendaServicios.API.Libro.Test.csproj", "{A2B92390-BCA9-4312-8AF8-45F3FE143230}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{07F53FD0-CB4F-43EE-A174-A74B1772AA81}"
ProjectSection(SolutionItems) = preProject
docker comands.txt = docker comands.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TiendaServicios.Api.Gateway", "TiendaServicios.Api.Gateway\TiendaServicios.Api.Gateway.csproj", "{9EC8894E-E9AD-4CB6-B592-A8A3D914A1E2}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{0F7D96F9-2534-4244-B36A-F70A409940A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TiendaServicios.RabbitMQ.Bus", "TiendaServicios.RabbitMQ.Bus\TiendaServicios.RabbitMQ.Bus.csproj", "{3B9F2DC5-7177-4C93-872A-2FADF208375D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C535CA8-1BA0-4478-A7E5-49349F46E2CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C535CA8-1BA0-4478-A7E5-49349F46E2CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C535CA8-1BA0-4478-A7E5-49349F46E2CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C535CA8-1BA0-4478-A7E5-49349F46E2CD}.Release|Any CPU.Build.0 = Release|Any CPU
{81AF5DDD-BC1A-453B-8373-40E958DD0C54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81AF5DDD-BC1A-453B-8373-40E958DD0C54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81AF5DDD-BC1A-453B-8373-40E958DD0C54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81AF5DDD-BC1A-453B-8373-40E958DD0C54}.Release|Any CPU.Build.0 = Release|Any CPU
{31E04FA9-3513-4622-A8E3-4EC1A9E33597}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31E04FA9-3513-4622-A8E3-4EC1A9E33597}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31E04FA9-3513-4622-A8E3-4EC1A9E33597}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31E04FA9-3513-4622-A8E3-4EC1A9E33597}.Release|Any CPU.Build.0 = Release|Any CPU
{A2B92390-BCA9-4312-8AF8-45F3FE143230}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2B92390-BCA9-4312-8AF8-45F3FE143230}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2B92390-BCA9-4312-8AF8-45F3FE143230}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2B92390-BCA9-4312-8AF8-45F3FE143230}.Release|Any CPU.Build.0 = Release|Any CPU
{9EC8894E-E9AD-4CB6-B592-A8A3D914A1E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EC8894E-E9AD-4CB6-B592-A8A3D914A1E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EC8894E-E9AD-4CB6-B592-A8A3D914A1E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EC8894E-E9AD-4CB6-B592-A8A3D914A1E2}.Release|Any CPU.Build.0 = Release|Any CPU
{0F7D96F9-2534-4244-B36A-F70A409940A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F7D96F9-2534-4244-B36A-F70A409940A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F7D96F9-2534-4244-B36A-F70A409940A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F7D96F9-2534-4244-B36A-F70A409940A0}.Release|Any CPU.Build.0 = Release|Any CPU
{3B9F2DC5-7177-4C93-872A-2FADF208375D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B9F2DC5-7177-4C93-872A-2FADF208375D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B9F2DC5-7177-4C93-872A-2FADF208375D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B9F2DC5-7177-4C93-872A-2FADF208375D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A2B92390-BCA9-4312-8AF8-45F3FE143230} = {44FB223A-8C82-4CA2-9BE0-C360D4D2FCBB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D45609F4-F859-47AD-8C58-D0ABB92E5231}
EndGlobalSection
EndGlobal