forked from dkarzon/FluentEmail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFluentEmail.sln
35 lines (35 loc) · 1.74 KB
/
FluentEmail.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentEmail", "FluentEmail\FluentEmail.csproj", "{E3655E68-0152-4512-BB99-F4CF3BCA245C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentEmail.Tests", "FluentEmailTests\FluentEmail.Tests.csproj", "{595F5D5C-F2F2-4E23-90D6-5D75CB73BF4F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8C8294AE-C401-4B58-9DB4-3914555978D2}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = FluentEmail.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{595F5D5C-F2F2-4E23-90D6-5D75CB73BF4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{595F5D5C-F2F2-4E23-90D6-5D75CB73BF4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{595F5D5C-F2F2-4E23-90D6-5D75CB73BF4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{595F5D5C-F2F2-4E23-90D6-5D75CB73BF4F}.Release|Any CPU.Build.0 = Release|Any CPU
{E3655E68-0152-4512-BB99-F4CF3BCA245C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3655E68-0152-4512-BB99-F4CF3BCA245C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3655E68-0152-4512-BB99-F4CF3BCA245C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3655E68-0152-4512-BB99-F4CF3BCA245C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal