-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBiblioteca2018.sln
40 lines (40 loc) · 2.54 KB
/
Biblioteca2018.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Biblioteca.Dominio", "Biblioteca.Dominio\Biblioteca.Dominio.csproj", "{8B2B9EAF-53CC-46AB-96ED-7A687CFD8EB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Biblioteca.Infraestructura.Datos", "Biblioteca.Infraestructura.Datos\Biblioteca.Infraestructura.Datos.csproj", "{13D69F03-109F-4D7E-97F9-BFA10E6AD13D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bilbioteca.PruebasUnitarias", "Bilbioteca.PruebasUnitarias\Bilbioteca.PruebasUnitarias.csproj", "{08D90208-3DA3-456B-BE11-5178C8039883}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Biblioteca.Distribucion.API", "Biblioteca.Distribucion.API\Biblioteca.Distribucion.API.csproj", "{0D737AB8-C552-4FE4-B347-6478FDBFC094}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B2B9EAF-53CC-46AB-96ED-7A687CFD8EB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B2B9EAF-53CC-46AB-96ED-7A687CFD8EB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B2B9EAF-53CC-46AB-96ED-7A687CFD8EB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B2B9EAF-53CC-46AB-96ED-7A687CFD8EB4}.Release|Any CPU.Build.0 = Release|Any CPU
{13D69F03-109F-4D7E-97F9-BFA10E6AD13D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13D69F03-109F-4D7E-97F9-BFA10E6AD13D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13D69F03-109F-4D7E-97F9-BFA10E6AD13D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13D69F03-109F-4D7E-97F9-BFA10E6AD13D}.Release|Any CPU.Build.0 = Release|Any CPU
{08D90208-3DA3-456B-BE11-5178C8039883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08D90208-3DA3-456B-BE11-5178C8039883}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08D90208-3DA3-456B-BE11-5178C8039883}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08D90208-3DA3-456B-BE11-5178C8039883}.Release|Any CPU.Build.0 = Release|Any CPU
{0D737AB8-C552-4FE4-B347-6478FDBFC094}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D737AB8-C552-4FE4-B347-6478FDBFC094}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D737AB8-C552-4FE4-B347-6478FDBFC094}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D737AB8-C552-4FE4-B347-6478FDBFC094}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal