-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathTempMail-API.sln
37 lines (37 loc) · 2.06 KB
/
TempMail-API.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TempMail.Sample", "sample\TempMail.Sample\TempMail.Sample.csproj", "{BF85CB00-E1CF-487A-A66C-299EB2EDC875}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TempMail.API", "src\TempMail.API\TempMail.API.csproj", "{C139731C-52B9-4D1C-86B4-C360765FE9EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TempMail.Tests", "test\TempMail.Tests\TempMail.Tests.csproj", "{31183D0A-80C7-4878-B28D-534C23ED5A2F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF85CB00-E1CF-487A-A66C-299EB2EDC875}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF85CB00-E1CF-487A-A66C-299EB2EDC875}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF85CB00-E1CF-487A-A66C-299EB2EDC875}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF85CB00-E1CF-487A-A66C-299EB2EDC875}.Release|Any CPU.Build.0 = Release|Any CPU
{C139731C-52B9-4D1C-86B4-C360765FE9EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C139731C-52B9-4D1C-86B4-C360765FE9EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C139731C-52B9-4D1C-86B4-C360765FE9EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C139731C-52B9-4D1C-86B4-C360765FE9EA}.Release|Any CPU.Build.0 = Release|Any CPU
{31183D0A-80C7-4878-B28D-534C23ED5A2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31183D0A-80C7-4878-B28D-534C23ED5A2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31183D0A-80C7-4878-B28D-534C23ED5A2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31183D0A-80C7-4878-B28D-534C23ED5A2F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8F91B9C-1A56-46D0-8C46-F1D5FEB38187}
EndGlobalSection
EndGlobal