@@ -21,6 +21,12 @@ 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
2430Global
2531 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
2632 Debug| Any CPU = Debug| Any CPU
@@ -51,6 +57,14 @@ Global
5157 {68639CA6-1A2C-4A87-8AC5-16F24EAC28A9} .Debug| Any CPU .Build .0 = Debug| Any CPU
5258 {68639CA6-1A2C-4A87-8AC5-16F24EAC28A9} .Release| Any CPU .ActiveCfg = Release| Any CPU
5359 {68639CA6-1A2C-4A87-8AC5-16F24EAC28A9} .Release| Any CPU .Build .0 = Release| Any CPU
60+ {57ADA9DB-D6F6-4D89-8D1F-64894A1D0451} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
61+ {57ADA9DB-D6F6-4D89-8D1F-64894A1D0451} .Debug| Any CPU .Build .0 = Debug| Any CPU
62+ {57ADA9DB-D6F6-4D89-8D1F-64894A1D0451} .Release| Any CPU .ActiveCfg = Release| Any CPU
63+ {57ADA9DB-D6F6-4D89-8D1F-64894A1D0451} .Release| Any CPU .Build .0 = Release| Any CPU
64+ {993F9D03-5E41-4B0F-8C63-4ADB422814EE} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
65+ {993F9D03-5E41-4B0F-8C63-4ADB422814EE} .Debug| Any CPU .Build .0 = Debug| Any CPU
66+ {993F9D03-5E41-4B0F-8C63-4ADB422814EE} .Release| Any CPU .ActiveCfg = Release| Any CPU
67+ {993F9D03-5E41-4B0F-8C63-4ADB422814EE} .Release| Any CPU .Build .0 = Release| Any CPU
5468 EndGlobalSection
5569 GlobalSection (SolutionProperties ) = preSolution
5670 HideSolutionNode = FALSE
6478 {B88DCFE5-032D-412B-89A9-A3AE8EAFA835} = {C4E08D9E-2204-45CB-922E-FE6E8DBC058B}
6579 {A52FFCB3-A84B-4E77-ADC2-DD4DB79CC474} = {C4E08D9E-2204-45CB-922E-FE6E8DBC058B}
6680 {68639CA6-1A2C-4A87-8AC5-16F24EAC28A9} = {56BEA599-5A43-4E39-91F4-458CDA73107D}
81+ {57ADA9DB-D6F6-4D89-8D1F-64894A1D0451} = {C1D0FD22-94B4-4FC6-AD0A-8FB3F188E0EE}
82+ {993F9D03-5E41-4B0F-8C63-4ADB422814EE} = {C1D0FD22-94B4-4FC6-AD0A-8FB3F188E0EE}
6783 EndGlobalSection
6884 GlobalSection (ExtensibilityGlobals ) = postSolution
6985 SolutionGuid = {655B2453-B859-4205-B05E-64082CF48732}
0 commit comments