forked from Edwar-Caso/TextoAbierto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TextoAbierto.sln
43 lines (43 loc) · 2.64 KB
/
TextoAbierto.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 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CapaPresentacionTextoAbierto", "TextoAbierto\CapaPresentacionTextoAbierto.csproj", "{943CA522-6B15-4117-B379-E837F7D173E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CapaDatosTextoAbierto", "CapaDatosTextoAbierto\CapaDatosTextoAbierto.csproj", "{21DAC1B8-1226-453F-BD6A-5452F0D73E9A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CapaNegocioTextoAbierto", "CapaNegocioTextoAbierto\CapaNegocioTextoAbierto.csproj", "{4165AF21-4CD4-4880-BE45-5E8B65632B11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CapaEntidadesTextoAbierto", "CapaEntidadesTextoAbierto\CapaEntidadesTextoAbierto.csproj", "{A71BC25B-C62E-49A1-ACA8-5DCDBEB9F94A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{943CA522-6B15-4117-B379-E837F7D173E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{943CA522-6B15-4117-B379-E837F7D173E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{943CA522-6B15-4117-B379-E837F7D173E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{943CA522-6B15-4117-B379-E837F7D173E2}.Release|Any CPU.Build.0 = Release|Any CPU
{21DAC1B8-1226-453F-BD6A-5452F0D73E9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21DAC1B8-1226-453F-BD6A-5452F0D73E9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21DAC1B8-1226-453F-BD6A-5452F0D73E9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21DAC1B8-1226-453F-BD6A-5452F0D73E9A}.Release|Any CPU.Build.0 = Release|Any CPU
{4165AF21-4CD4-4880-BE45-5E8B65632B11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4165AF21-4CD4-4880-BE45-5E8B65632B11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4165AF21-4CD4-4880-BE45-5E8B65632B11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4165AF21-4CD4-4880-BE45-5E8B65632B11}.Release|Any CPU.Build.0 = Release|Any CPU
{A71BC25B-C62E-49A1-ACA8-5DCDBEB9F94A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A71BC25B-C62E-49A1-ACA8-5DCDBEB9F94A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A71BC25B-C62E-49A1-ACA8-5DCDBEB9F94A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A71BC25B-C62E-49A1-ACA8-5DCDBEB9F94A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6F72BDE5-B1CA-4D6A-BF4E-5556D2FB7D48}
EndGlobalSection
EndGlobal