-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJAPShare.sln
43 lines (43 loc) · 2.52 KB
/
JAPShare.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 15
VisualStudioVersion = 15.0.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CapaLogica", "CapaLogica\CapaLogica.csproj", "{82F9372E-8F1C-48F5-965F-A427A849DCA5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CapaDatos", "CapaDatos\CapaDatos.csproj", "{DC9EE572-D4EA-42B4-81D4-F60345D38793}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntidadesCompartidas", "EntidadesCompartidas\EntidadesCompartidas.csproj", "{CCAE03E9-5BF7-4C71-A371-D13B6950D5E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CapaPresentacion", "CapaPresentacion\CapaPresentacion.csproj", "{C18D9555-1190-4C03-9F60-FB2DDA332D49}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82F9372E-8F1C-48F5-965F-A427A849DCA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82F9372E-8F1C-48F5-965F-A427A849DCA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82F9372E-8F1C-48F5-965F-A427A849DCA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82F9372E-8F1C-48F5-965F-A427A849DCA5}.Release|Any CPU.Build.0 = Release|Any CPU
{DC9EE572-D4EA-42B4-81D4-F60345D38793}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC9EE572-D4EA-42B4-81D4-F60345D38793}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC9EE572-D4EA-42B4-81D4-F60345D38793}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC9EE572-D4EA-42B4-81D4-F60345D38793}.Release|Any CPU.Build.0 = Release|Any CPU
{CCAE03E9-5BF7-4C71-A371-D13B6950D5E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCAE03E9-5BF7-4C71-A371-D13B6950D5E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCAE03E9-5BF7-4C71-A371-D13B6950D5E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCAE03E9-5BF7-4C71-A371-D13B6950D5E8}.Release|Any CPU.Build.0 = Release|Any CPU
{C18D9555-1190-4C03-9F60-FB2DDA332D49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C18D9555-1190-4C03-9F60-FB2DDA332D49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C18D9555-1190-4C03-9F60-FB2DDA332D49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C18D9555-1190-4C03-9F60-FB2DDA332D49}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C07E77F-0F8F-402E-949D-6A1124B1A254}
EndGlobalSection
EndGlobal