-
Notifications
You must be signed in to change notification settings - Fork 2
/
Greetings.sln
59 lines (59 loc) · 3.45 KB
/
Greetings.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreetingsApp", "GreetingsApp\GreetingsApp.csproj", "{125B13FF-EF52-4352-ACA4-DEA9942B5069}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreetingsCore", "GreetingsCore\GreetingsCore.csproj", "{38D126BD-6BAB-4A6C-B774-17A0BE098F0A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scr", "scr", "{58D8D269-DE50-4228-BE9D-0E7EE644C1CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "miscellaneous", "miscellaneous", "{630EC03E-7296-429E-ADBA-29CF6FF107CE}"
ProjectSection(SolutionItems) = preProject
build.ps1 = build.ps1
docker-compose.yml = docker-compose.yml
Ensúciate con “Clean Architecture” - 2020.pdf = Ensúciate con “Clean Architecture” - 2020.pdf
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreetingsUnitTest", "GreetingsUnitTest\GreetingsUnitTest.csproj", "{05C3AB0F-2F0C-4F3C-9FAB-B34513601831}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreetingsIntegrationTest", "GreetingsIntegrationTest\GreetingsIntegrationTest.csproj", "{5410C2E5-8BDC-46F3-B434-A1D60627C7FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{125B13FF-EF52-4352-ACA4-DEA9942B5069}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{125B13FF-EF52-4352-ACA4-DEA9942B5069}.Debug|Any CPU.Build.0 = Debug|Any CPU
{125B13FF-EF52-4352-ACA4-DEA9942B5069}.Release|Any CPU.ActiveCfg = Release|Any CPU
{125B13FF-EF52-4352-ACA4-DEA9942B5069}.Release|Any CPU.Build.0 = Release|Any CPU
{38D126BD-6BAB-4A6C-B774-17A0BE098F0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38D126BD-6BAB-4A6C-B774-17A0BE098F0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38D126BD-6BAB-4A6C-B774-17A0BE098F0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38D126BD-6BAB-4A6C-B774-17A0BE098F0A}.Release|Any CPU.Build.0 = Release|Any CPU
{05C3AB0F-2F0C-4F3C-9FAB-B34513601831}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05C3AB0F-2F0C-4F3C-9FAB-B34513601831}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05C3AB0F-2F0C-4F3C-9FAB-B34513601831}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05C3AB0F-2F0C-4F3C-9FAB-B34513601831}.Release|Any CPU.Build.0 = Release|Any CPU
{5410C2E5-8BDC-46F3-B434-A1D60627C7FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5410C2E5-8BDC-46F3-B434-A1D60627C7FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5410C2E5-8BDC-46F3-B434-A1D60627C7FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5410C2E5-8BDC-46F3-B434-A1D60627C7FC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{125B13FF-EF52-4352-ACA4-DEA9942B5069} = {58D8D269-DE50-4228-BE9D-0E7EE644C1CD}
{38D126BD-6BAB-4A6C-B774-17A0BE098F0A} = {58D8D269-DE50-4228-BE9D-0E7EE644C1CD}
{05C3AB0F-2F0C-4F3C-9FAB-B34513601831} = {58D8D269-DE50-4228-BE9D-0E7EE644C1CD}
{5410C2E5-8BDC-46F3-B434-A1D60627C7FC} = {58D8D269-DE50-4228-BE9D-0E7EE644C1CD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C892A081-48A1-4B5C-B950-9219E017197B}
EndGlobalSection
EndGlobal