-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEmail.Endpoint.sln
More file actions
39 lines (39 loc) · 2.19 KB
/
Copy pathEmail.Endpoint.sln
File metadata and controls
39 lines (39 loc) · 2.19 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Email.Endpoint", "Email.Endpoint\Email.Endpoint.csproj", "{A74A6487-6891-4DF1-BED9-35B482303D0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Email.Messages", "Email.Messages\Email.Messages.csproj", "{858D6B0E-E7AB-4B28-B509-5EBF10437EF5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{BFE98FC1-91E2-4225-A536-F6792BE6D4DE}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Email.Client", "Email.Client\Email.Client.csproj", "{AC913C79-607B-45C8-B26C-51D3C80DC379}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A74A6487-6891-4DF1-BED9-35B482303D0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A74A6487-6891-4DF1-BED9-35B482303D0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A74A6487-6891-4DF1-BED9-35B482303D0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A74A6487-6891-4DF1-BED9-35B482303D0F}.Release|Any CPU.Build.0 = Release|Any CPU
{858D6B0E-E7AB-4B28-B509-5EBF10437EF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{858D6B0E-E7AB-4B28-B509-5EBF10437EF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{858D6B0E-E7AB-4B28-B509-5EBF10437EF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{858D6B0E-E7AB-4B28-B509-5EBF10437EF5}.Release|Any CPU.Build.0 = Release|Any CPU
{AC913C79-607B-45C8-B26C-51D3C80DC379}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC913C79-607B-45C8-B26C-51D3C80DC379}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC913C79-607B-45C8-B26C-51D3C80DC379}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC913C79-607B-45C8-B26C-51D3C80DC379}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal