This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdministracionEscuela.sln
46 lines (46 loc) · 2.62 KB
/
AdministracionEscuela.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Web", "App.Web\App.Web.csproj", "{1DBE9BC2-D76D-4169-A045-C192FFE80909}"
ProjectSection(ProjectDependencies) = postProject
{079F3063-9984-4C9D-9B1E-A32C81D6C249} = {079F3063-9984-4C9D-9B1E-A32C81D6C249}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Negocio", "App.Negocio\App.Negocio.csproj", "{4756DEF9-F8AB-47F8-943B-1CECD6CE0B12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Datos", "App.Datos\App.Datos.csproj", "{EFFC9884-2D30-46B7-93ED-F3F40E4B1A2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Servicios", "App.Servicios\App.Servicios.csproj", "{079F3063-9984-4C9D-9B1E-A32C81D6C249}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DBE9BC2-D76D-4169-A045-C192FFE80909}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DBE9BC2-D76D-4169-A045-C192FFE80909}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DBE9BC2-D76D-4169-A045-C192FFE80909}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DBE9BC2-D76D-4169-A045-C192FFE80909}.Release|Any CPU.Build.0 = Release|Any CPU
{4756DEF9-F8AB-47F8-943B-1CECD6CE0B12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4756DEF9-F8AB-47F8-943B-1CECD6CE0B12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4756DEF9-F8AB-47F8-943B-1CECD6CE0B12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4756DEF9-F8AB-47F8-943B-1CECD6CE0B12}.Release|Any CPU.Build.0 = Release|Any CPU
{EFFC9884-2D30-46B7-93ED-F3F40E4B1A2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFFC9884-2D30-46B7-93ED-F3F40E4B1A2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFFC9884-2D30-46B7-93ED-F3F40E4B1A2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFFC9884-2D30-46B7-93ED-F3F40E4B1A2C}.Release|Any CPU.Build.0 = Release|Any CPU
{079F3063-9984-4C9D-9B1E-A32C81D6C249}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{079F3063-9984-4C9D-9B1E-A32C81D6C249}.Debug|Any CPU.Build.0 = Debug|Any CPU
{079F3063-9984-4C9D-9B1E-A32C81D6C249}.Release|Any CPU.ActiveCfg = Release|Any CPU
{079F3063-9984-4C9D-9B1E-A32C81D6C249}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {606147F5-08C5-4EA6-9646-1E189F0274D7}
EndGlobalSection
EndGlobal