This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBiblioteca.sln
34 lines (34 loc) · 1.98 KB
/
Biblioteca.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26606.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biblioteca.Entidades", "Entidades\Biblioteca.Entidades.csproj", "{219D8FBF-4088-449C-BAFA-2167CBEF727B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biblioteca.Repositorio", "Repositorio\Biblioteca.Repositorio.csproj", "{4E914277-41A3-42C6-8958-0CCDD44EEEE2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biblioteca.Entidades.EFMapping", "Entidades.EFMapping\Biblioteca.Entidades.EFMapping.csproj", "{3B52522E-C7E3-4A8B-ABBE-6A6B8ECCF0E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{219D8FBF-4088-449C-BAFA-2167CBEF727B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{219D8FBF-4088-449C-BAFA-2167CBEF727B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{219D8FBF-4088-449C-BAFA-2167CBEF727B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{219D8FBF-4088-449C-BAFA-2167CBEF727B}.Release|Any CPU.Build.0 = Release|Any CPU
{4E914277-41A3-42C6-8958-0CCDD44EEEE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E914277-41A3-42C6-8958-0CCDD44EEEE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E914277-41A3-42C6-8958-0CCDD44EEEE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E914277-41A3-42C6-8958-0CCDD44EEEE2}.Release|Any CPU.Build.0 = Release|Any CPU
{3B52522E-C7E3-4A8B-ABBE-6A6B8ECCF0E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B52522E-C7E3-4A8B-ABBE-6A6B8ECCF0E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B52522E-C7E3-4A8B-ABBE-6A6B8ECCF0E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B52522E-C7E3-4A8B-ABBE-6A6B8ECCF0E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal