-
Notifications
You must be signed in to change notification settings - Fork 0
/
SistemaPasesPM.sln
49 lines (49 loc) · 2.96 KB
/
SistemaPasesPM.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dominio", "Dominio\Dominio.csproj", "{1E6AFC51-BFFE-4C16-86B8-2A99896F77C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Persistencia", "Persistencia\Persistencia.csproj", "{0B008E95-1FF3-44D0-97D3-C1CB94D98832}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{2EE6F61E-C2FE-4BCF-B915-AF91AAD1B978}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aplicacion", "Aplicacion\Aplicacion.csproj", "{A6EC41AE-73E6-493B-9B79-21AE1D7DDB43}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersistenciaTests", "PersistenciaTests\PersistenciaTests.csproj", "{1C95498E-440A-4246-9E77-AE1F5B056E24}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E6AFC51-BFFE-4C16-86B8-2A99896F77C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E6AFC51-BFFE-4C16-86B8-2A99896F77C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E6AFC51-BFFE-4C16-86B8-2A99896F77C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E6AFC51-BFFE-4C16-86B8-2A99896F77C6}.Release|Any CPU.Build.0 = Release|Any CPU
{0B008E95-1FF3-44D0-97D3-C1CB94D98832}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B008E95-1FF3-44D0-97D3-C1CB94D98832}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B008E95-1FF3-44D0-97D3-C1CB94D98832}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B008E95-1FF3-44D0-97D3-C1CB94D98832}.Release|Any CPU.Build.0 = Release|Any CPU
{2EE6F61E-C2FE-4BCF-B915-AF91AAD1B978}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EE6F61E-C2FE-4BCF-B915-AF91AAD1B978}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EE6F61E-C2FE-4BCF-B915-AF91AAD1B978}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EE6F61E-C2FE-4BCF-B915-AF91AAD1B978}.Release|Any CPU.Build.0 = Release|Any CPU
{A6EC41AE-73E6-493B-9B79-21AE1D7DDB43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6EC41AE-73E6-493B-9B79-21AE1D7DDB43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6EC41AE-73E6-493B-9B79-21AE1D7DDB43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6EC41AE-73E6-493B-9B79-21AE1D7DDB43}.Release|Any CPU.Build.0 = Release|Any CPU
{1C95498E-440A-4246-9E77-AE1F5B056E24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C95498E-440A-4246-9E77-AE1F5B056E24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C95498E-440A-4246-9E77-AE1F5B056E24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C95498E-440A-4246-9E77-AE1F5B056E24}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3DB54F3F-5965-4C12-8F97-AD589B800173}
EndGlobalSection
EndGlobal