Uso de api para leer y ejecutar sentencias SQL
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio Version 18
|
# Visual Studio Version 18
|
||||||
VisualStudioVersion = 18.2.11415.280 d18.0
|
VisualStudioVersion = 18.2.11415.280
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bdGrupoSanchoToro", "bdGrupoSanchoToro\bdGrupoSanchoToro.csproj", "{747EDA0C-CF88-4F3A-88C2-9CE2F23B5D56}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bdGrupoSanchoToro", "bdGrupoSanchoToro\bdGrupoSanchoToro.csproj", "{747EDA0C-CF88-4F3A-88C2-9CE2F23B5D56}"
|
||||||
EndProject
|
EndProject
|
||||||
@@ -9,6 +9,10 @@ Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "GestionGrupoSanchoToro", "G
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServicioGrupoSanchoToro", "ServicioGrupoSanchoToro\ServicioGrupoSanchoToro.csproj", "{B5C14166-BE3A-4F61-BD9A-11894BC45C1F}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServicioGrupoSanchoToro", "ServicioGrupoSanchoToro\ServicioGrupoSanchoToro.csproj", "{B5C14166-BE3A-4F61-BD9A-11894BC45C1F}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InterconexionHP", "..\Guadex\InterconexionHP\InterconexionHP.csproj", "{43932962-58FE-A2E7-8695-ADFDB60EC1E2}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiDatosSanchoToro", "..\Guadex\ApiDatosGuadex\ApiDatosSanchoToro.csproj", "{B399F33C-87E1-6AA2-D9E0-6044133F45F8}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
All|Any CPU = All|Any CPU
|
All|Any CPU = All|Any CPU
|
||||||
@@ -34,6 +38,18 @@ Global
|
|||||||
{B5C14166-BE3A-4F61-BD9A-11894BC45C1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{B5C14166-BE3A-4F61-BD9A-11894BC45C1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{B5C14166-BE3A-4F61-BD9A-11894BC45C1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{B5C14166-BE3A-4F61-BD9A-11894BC45C1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{B5C14166-BE3A-4F61-BD9A-11894BC45C1F}.Release|Any CPU.Build.0 = Release|Any CPU
|
{B5C14166-BE3A-4F61-BD9A-11894BC45C1F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{43932962-58FE-A2E7-8695-ADFDB60EC1E2}.All|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{43932962-58FE-A2E7-8695-ADFDB60EC1E2}.All|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{43932962-58FE-A2E7-8695-ADFDB60EC1E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{43932962-58FE-A2E7-8695-ADFDB60EC1E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{43932962-58FE-A2E7-8695-ADFDB60EC1E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{43932962-58FE-A2E7-8695-ADFDB60EC1E2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{B399F33C-87E1-6AA2-D9E0-6044133F45F8}.All|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{B399F33C-87E1-6AA2-D9E0-6044133F45F8}.All|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{B399F33C-87E1-6AA2-D9E0-6044133F45F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{B399F33C-87E1-6AA2-D9E0-6044133F45F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{B399F33C-87E1-6AA2-D9E0-6044133F45F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{B399F33C-87E1-6AA2-D9E0-6044133F45F8}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|||||||
Reference in New Issue
Block a user