@@ -21,6 +21,16 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecipesApp.Infra", "src\Bac
2121EndProject
2222Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "RecipesApp.Communication" , "src\Shared\RecipesApp.Communication\RecipesApp.Communication.csproj" , "{68639CA6-1A2C-4A87-8AC5-16F24EAC28A9}"
2323EndProject
24+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "test" , "test" , "{C1D0FD22-94B4-4FC6-AD0A-8FB3F188E0EE}"
25+ EndProject
26+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "CommonTestUtilities" , "test\CommonTestUtilities\CommonTestUtilities.csproj" , "{57ADA9DB-D6F6-4D89-8D1F-64894A1D0451}"
27+ EndProject
28+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Validators.Test" , "test\Validators.Test\Validators.Test.csproj" , "{993F9D03-5E41-4B0F-8C63-4ADB422814EE}"
29+ EndProject
30+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "UseCases.Test" , "test\UseCases.Test\UseCases.Test.csproj" , "{FAE3D4EC-E66B-4C4E-913A-1E49F4D46C5D}"
31+ EndProject
32+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "API.Test" , "test\API.Test\API.Test.csproj" , "{D82F1550-371B-4C6D-8CAE-3DCD1B0984E2}"
33+ EndProject
2434Global
2535 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
2636 Debug| Any CPU = Debug| Any CPU
@@ -51,6 +61,22 @@ Global
5161 {68639CA6-1A2C-4A87-8AC5-16F24EAC28A9} .Debug| Any CPU .Build .0 = Debug| Any CPU
5262 {68639CA6-1A2C-4A87-8AC5-16F24EAC28A9} .Release| Any CPU .ActiveCfg = Release| Any CPU
5363 {68639CA6-1A2C-4A87-8AC5-16F24EAC28A9} .Release| Any CPU .Build .0 = Release| Any CPU
64+ {57ADA9DB-D6F6-4D89-8D1F-64894A1D0451} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
65+ {57ADA9DB-D6F6-4D89-8D1F-64894A1D0451} .Debug| Any CPU .Build .0 = Debug| Any CPU
66+ {57ADA9DB-D6F6-4D89-8D1F-64894A1D0451} .Release| Any CPU .ActiveCfg = Release| Any CPU
67+ {57ADA9DB-D6F6-4D89-8D1F-64894A1D0451} .Release| Any CPU .Build .0 = Release| Any CPU
68+ {993F9D03-5E41-4B0F-8C63-4ADB422814EE} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
69+ {993F9D03-5E41-4B0F-8C63-4ADB422814EE} .Debug| Any CPU .Build .0 = Debug| Any CPU
70+ {993F9D03-5E41-4B0F-8C63-4ADB422814EE} .Release| Any CPU .ActiveCfg = Release| Any CPU
71+ {993F9D03-5E41-4B0F-8C63-4ADB422814EE} .Release| Any CPU .Build .0 = Release| Any CPU
72+ {FAE3D4EC-E66B-4C4E-913A-1E49F4D46C5D} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
73+ {FAE3D4EC-E66B-4C4E-913A-1E49F4D46C5D} .Debug| Any CPU .Build .0 = Debug| Any CPU
74+ {FAE3D4EC-E66B-4C4E-913A-1E49F4D46C5D} .Release| Any CPU .ActiveCfg = Release| Any CPU
75+ {FAE3D4EC-E66B-4C4E-913A-1E49F4D46C5D} .Release| Any CPU .Build .0 = Release| Any CPU
76+ {D82F1550-371B-4C6D-8CAE-3DCD1B0984E2} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
77+ {D82F1550-371B-4C6D-8CAE-3DCD1B0984E2} .Debug| Any CPU .Build .0 = Debug| Any CPU
78+ {D82F1550-371B-4C6D-8CAE-3DCD1B0984E2} .Release| Any CPU .ActiveCfg = Release| Any CPU
79+ {D82F1550-371B-4C6D-8CAE-3DCD1B0984E2} .Release| Any CPU .Build .0 = Release| Any CPU
5480 EndGlobalSection
5581 GlobalSection (SolutionProperties ) = preSolution
5682 HideSolutionNode = FALSE
@@ -64,6 +90,10 @@ Global
6490 {B88DCFE5-032D-412B-89A9-A3AE8EAFA835} = {C4E08D9E-2204-45CB-922E-FE6E8DBC058B}
6591 {A52FFCB3-A84B-4E77-ADC2-DD4DB79CC474} = {C4E08D9E-2204-45CB-922E-FE6E8DBC058B}
6692 {68639CA6-1A2C-4A87-8AC5-16F24EAC28A9} = {56BEA599-5A43-4E39-91F4-458CDA73107D}
93+ {57ADA9DB-D6F6-4D89-8D1F-64894A1D0451} = {C1D0FD22-94B4-4FC6-AD0A-8FB3F188E0EE}
94+ {993F9D03-5E41-4B0F-8C63-4ADB422814EE} = {C1D0FD22-94B4-4FC6-AD0A-8FB3F188E0EE}
95+ {FAE3D4EC-E66B-4C4E-913A-1E49F4D46C5D} = {C1D0FD22-94B4-4FC6-AD0A-8FB3F188E0EE}
96+ {D82F1550-371B-4C6D-8CAE-3DCD1B0984E2} = {C1D0FD22-94B4-4FC6-AD0A-8FB3F188E0EE}
6797 EndGlobalSection
6898 GlobalSection (ExtensibilityGlobals ) = postSolution
6999 SolutionGuid = {655B2453-B859-4205-B05E-64082CF48732}
0 commit comments