Conexion con procedimiento almacenado
This commit is contained in:
parent
cdcaa6e49f
commit
765e9aaa98
174 changed files with 4127 additions and 1019 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.12.35527.113 d17.12
|
||||
VisualStudioVersion = 17.12.35527.113
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Integracion_DGA", "Integracion_DGA\Integracion_DGA.csproj", "{F14D61AA-FE11-4055-8DE7-898A1C1F9DAF}"
|
||||
EndProject
|
||||
|
@ -11,6 +11,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BLL", "BLL\BLL.csproj", "{D
|
|||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DAS", "DAS\DAS.csproj", "{E7F63FE5-0448-4903-9247-D57A4BCB6A01}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "SHARED\Shared.csproj", "{6F270A26-F9CB-4F15-A2F7-EA72DB31F2CA}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
@ -33,8 +35,15 @@ Global
|
|||
{E7F63FE5-0448-4903-9247-D57A4BCB6A01}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E7F63FE5-0448-4903-9247-D57A4BCB6A01}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E7F63FE5-0448-4903-9247-D57A4BCB6A01}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{6F270A26-F9CB-4F15-A2F7-EA72DB31F2CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{6F270A26-F9CB-4F15-A2F7-EA72DB31F2CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{6F270A26-F9CB-4F15-A2F7-EA72DB31F2CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{6F270A26-F9CB-4F15-A2F7-EA72DB31F2CA}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {884022C5-4EC7-475F-B05A-3ED3FE05ED1B}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue