-
Notifications
You must be signed in to change notification settings - Fork 0
/
FutureMe.sln
43 lines (43 loc) · 2.56 KB
/
FutureMe.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmailSchedulerService", "EmailSchedulerService\EmailSchedulerService.csproj", "{FD36A702-85ED-42D6-92F8-5007369F0D0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "Shared\Shared.csproj", "{6D435758-4E2B-4D6E-9C23-5C0872D2523A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmailSenderService", "EmailSenderService\EmailSenderService.csproj", "{6944D64E-3467-446A-B405-D2C8F71655CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{3FF1DB60-0B97-40D9-97DF-12DF06030933}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD36A702-85ED-42D6-92F8-5007369F0D0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD36A702-85ED-42D6-92F8-5007369F0D0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD36A702-85ED-42D6-92F8-5007369F0D0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD36A702-85ED-42D6-92F8-5007369F0D0C}.Release|Any CPU.Build.0 = Release|Any CPU
{6D435758-4E2B-4D6E-9C23-5C0872D2523A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D435758-4E2B-4D6E-9C23-5C0872D2523A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D435758-4E2B-4D6E-9C23-5C0872D2523A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D435758-4E2B-4D6E-9C23-5C0872D2523A}.Release|Any CPU.Build.0 = Release|Any CPU
{6944D64E-3467-446A-B405-D2C8F71655CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6944D64E-3467-446A-B405-D2C8F71655CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6944D64E-3467-446A-B405-D2C8F71655CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6944D64E-3467-446A-B405-D2C8F71655CA}.Release|Any CPU.Build.0 = Release|Any CPU
{3FF1DB60-0B97-40D9-97DF-12DF06030933}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FF1DB60-0B97-40D9-97DF-12DF06030933}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FF1DB60-0B97-40D9-97DF-12DF06030933}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FF1DB60-0B97-40D9-97DF-12DF06030933}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E4067D6C-0417-4A75-90E8-8E4CF70CAB4F}
EndGlobalSection
EndGlobal