@@ -3,9 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33# Visual Studio Version 16
44VisualStudioVersion = 16.0.29905.134
55MinimumVisualStudioVersion = 10.0.40219.1
6- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "EmailService" , "EmailService\EmailService.csproj" , "{B5045CB1-D33E-452C-8B1A-A515CBC0CF67}"
6+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "EmailService" , "EmailService\EmailService.csproj" , "{B5045CB1-D33E-452C-8B1A-A515CBC0CF67}"
77EndProject
8- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Models" , "Models\Models.csproj" , "{F3C853FD-5509-4803-AEF4-820BF87F640E}"
8+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Models" , "Models\Models.csproj" , "{F3C853FD-5509-4803-AEF4-820BF87F640E}"
9+ EndProject
10+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Client" , "EmailService.Client\Client.csproj" , "{090F3095-5A51-436B-B539-46041D63E1A8}"
11+ EndProject
12+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "PublicAPI" , "PublicAPI\PublicAPI.csproj" , "{D092C687-8707-4D0C-AD8A-F4F1FB1718F2}"
913EndProject
1014Global
1115 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -21,6 +25,14 @@ Global
2125 {F3C853FD-5509-4803-AEF4-820BF87F640E} .Debug| Any CPU .Build .0 = Debug| Any CPU
2226 {F3C853FD-5509-4803-AEF4-820BF87F640E} .Release| Any CPU .ActiveCfg = Release| Any CPU
2327 {F3C853FD-5509-4803-AEF4-820BF87F640E} .Release| Any CPU .Build .0 = Release| Any CPU
28+ {090F3095-5A51-436B-B539-46041D63E1A8} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
29+ {090F3095-5A51-436B-B539-46041D63E1A8} .Debug| Any CPU .Build .0 = Debug| Any CPU
30+ {090F3095-5A51-436B-B539-46041D63E1A8} .Release| Any CPU .ActiveCfg = Release| Any CPU
31+ {090F3095-5A51-436B-B539-46041D63E1A8} .Release| Any CPU .Build .0 = Release| Any CPU
32+ {D092C687-8707-4D0C-AD8A-F4F1FB1718F2} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
33+ {D092C687-8707-4D0C-AD8A-F4F1FB1718F2} .Debug| Any CPU .Build .0 = Debug| Any CPU
34+ {D092C687-8707-4D0C-AD8A-F4F1FB1718F2} .Release| Any CPU .ActiveCfg = Release| Any CPU
35+ {D092C687-8707-4D0C-AD8A-F4F1FB1718F2} .Release| Any CPU .Build .0 = Release| Any CPU
2436 EndGlobalSection
2537 GlobalSection (SolutionProperties ) = preSolution
2638 HideSolutionNode = FALSE
0 commit comments