forked from ezraroi/Mundialito
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mundialito.sln
45 lines (45 loc) · 2.76 KB
/
Mundialito.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mundialito", "Mundialito\Mundialito.csproj", "{C26C5E81-1BD5-452A-BB30-F8176D770B9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mundialito.Tests", "Mundialito.Tests\Mundialito.Tests.csproj", "{14F62FEE-D307-4F4B-A82B-903420C67265}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MundialitoDbBackupApp", "MundialitoDbBackupApp\MundialitoDbBackupApp.csproj", "{1C099A4F-81FF-4A29-B859-520D66801E17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MailSenderWebJob", "MailSenderWebJob\MailSenderWebJob.csproj", "{D1B3875B-E9E7-4F94-ADAA-0B3FF7F03903}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mundialito.AcceptenceTests", "Mundialito.AcceptenceTests\Mundialito.AcceptenceTests.csproj", "{9F00A336-6554-4F9B-AD8F-F4E38473A483}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C26C5E81-1BD5-452A-BB30-F8176D770B9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C26C5E81-1BD5-452A-BB30-F8176D770B9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C26C5E81-1BD5-452A-BB30-F8176D770B9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C26C5E81-1BD5-452A-BB30-F8176D770B9C}.Release|Any CPU.Build.0 = Release|Any CPU
{14F62FEE-D307-4F4B-A82B-903420C67265}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14F62FEE-D307-4F4B-A82B-903420C67265}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14F62FEE-D307-4F4B-A82B-903420C67265}.Release|Any CPU.Build.0 = Release|Any CPU
{1C099A4F-81FF-4A29-B859-520D66801E17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C099A4F-81FF-4A29-B859-520D66801E17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C099A4F-81FF-4A29-B859-520D66801E17}.Release|Any CPU.Build.0 = Release|Any CPU
{D1B3875B-E9E7-4F94-ADAA-0B3FF7F03903}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1B3875B-E9E7-4F94-ADAA-0B3FF7F03903}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1B3875B-E9E7-4F94-ADAA-0B3FF7F03903}.Release|Any CPU.Build.0 = Release|Any CPU
{9F00A336-6554-4F9B-AD8F-F4E38473A483}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F00A336-6554-4F9B-AD8F-F4E38473A483}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F00A336-6554-4F9B-AD8F-F4E38473A483}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CAF0F43F-6063-4938-85D3-A35B83A29410}
EndGlobalSection
EndGlobal