-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGreenMailing.sln
49 lines (49 loc) · 3.23 KB
/
GreenMailing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenMailing.EntityLayer", "GreenMailing.EntityLayer\GreenMailing.EntityLayer.csproj", "{CC67AB25-2CB4-4351-91C4-BA00A799D4E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenMailing.DataAccessLayer", "GreenMailing.DataAccessLayer\GreenMailing.DataAccessLayer.csproj", "{6920342D-41F1-46E6-923B-3E6010369AD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenMailing.BusinessLayer", "GreenMailing.BusinessLayer\GreenMailing.BusinessLayer.csproj", "{1D4144DE-F5A1-46A4-BAF7-516351EE9AE8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenMailing.WebApplicationLayer", "GreenMailing.WebApplicationLayer\GreenMailing.WebApplicationLayer.csproj", "{2A1B31A2-38FE-40EE-A12D-70090C5D7ABC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreenMailing.DataTransferObjectLayer", "GreenMailing.DataTransferObjectLayer\GreenMailing.DataTransferObjectLayer.csproj", "{D335CFBB-1607-4AE7-8CFC-D7E4C22351ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC67AB25-2CB4-4351-91C4-BA00A799D4E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC67AB25-2CB4-4351-91C4-BA00A799D4E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC67AB25-2CB4-4351-91C4-BA00A799D4E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC67AB25-2CB4-4351-91C4-BA00A799D4E5}.Release|Any CPU.Build.0 = Release|Any CPU
{6920342D-41F1-46E6-923B-3E6010369AD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6920342D-41F1-46E6-923B-3E6010369AD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6920342D-41F1-46E6-923B-3E6010369AD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6920342D-41F1-46E6-923B-3E6010369AD2}.Release|Any CPU.Build.0 = Release|Any CPU
{1D4144DE-F5A1-46A4-BAF7-516351EE9AE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D4144DE-F5A1-46A4-BAF7-516351EE9AE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D4144DE-F5A1-46A4-BAF7-516351EE9AE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D4144DE-F5A1-46A4-BAF7-516351EE9AE8}.Release|Any CPU.Build.0 = Release|Any CPU
{2A1B31A2-38FE-40EE-A12D-70090C5D7ABC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A1B31A2-38FE-40EE-A12D-70090C5D7ABC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A1B31A2-38FE-40EE-A12D-70090C5D7ABC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A1B31A2-38FE-40EE-A12D-70090C5D7ABC}.Release|Any CPU.Build.0 = Release|Any CPU
{D335CFBB-1607-4AE7-8CFC-D7E4C22351ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D335CFBB-1607-4AE7-8CFC-D7E4C22351ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D335CFBB-1607-4AE7-8CFC-D7E4C22351ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D335CFBB-1607-4AE7-8CFC-D7E4C22351ED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E90546D5-9B7F-4C53-9F83-591AF20065AB}
EndGlobalSection
EndGlobal