-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEmailingSystemAPI.sln
More file actions
40 lines (40 loc) · 2.5 KB
/
EmailingSystemAPI.sln
File metadata and controls
40 lines (40 loc) · 2.5 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35506.116 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmailingSystemAPI", "EmailingSystemAPI\EmailingSystemAPI.csproj", "{A91099EF-168C-4120-9FC5-86CDBD52E068}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmailingSystem.Core", "EmailingSystem.Core\EmailingSystem.Core.csproj", "{5D8FC49C-6A81-439B-AA9E-47CAF6E80A04}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmailingSystem.Repository", "EmailingSystem.Repository\EmailingSystem.Repository.csproj", "{F9EBDCA8-4602-43C9-BB0B-6F3ED651BAC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmailingSystem.Services", "EmailingSystem.Services\EmailingSystem.Services.csproj", "{FEC3C65C-A614-401E-B23E-3DC1565235F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A91099EF-168C-4120-9FC5-86CDBD52E068}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A91099EF-168C-4120-9FC5-86CDBD52E068}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A91099EF-168C-4120-9FC5-86CDBD52E068}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A91099EF-168C-4120-9FC5-86CDBD52E068}.Release|Any CPU.Build.0 = Release|Any CPU
{5D8FC49C-6A81-439B-AA9E-47CAF6E80A04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D8FC49C-6A81-439B-AA9E-47CAF6E80A04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D8FC49C-6A81-439B-AA9E-47CAF6E80A04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D8FC49C-6A81-439B-AA9E-47CAF6E80A04}.Release|Any CPU.Build.0 = Release|Any CPU
{F9EBDCA8-4602-43C9-BB0B-6F3ED651BAC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9EBDCA8-4602-43C9-BB0B-6F3ED651BAC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9EBDCA8-4602-43C9-BB0B-6F3ED651BAC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9EBDCA8-4602-43C9-BB0B-6F3ED651BAC6}.Release|Any CPU.Build.0 = Release|Any CPU
{FEC3C65C-A614-401E-B23E-3DC1565235F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEC3C65C-A614-401E-B23E-3DC1565235F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEC3C65C-A614-401E-B23E-3DC1565235F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEC3C65C-A614-401E-B23E-3DC1565235F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal