2022-06-16 14:35:51 +00:00
|
|
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProductVersion>
|
|
|
|
|
|
</ProductVersion>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{F5330AFE-5190-4686-9B14-976FDAC26069}</ProjectGuid>
|
|
|
|
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>Gestion.UI</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Gestion.UI</AssemblyName>
|
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
|
<UseIISExpress>true</UseIISExpress>
|
|
|
|
|
|
<Use64BitIISExpress />
|
|
|
|
|
|
<IISExpressSSLPort>44319</IISExpressSSLPort>
|
|
|
|
|
|
<IISExpressAnonymousAuthentication />
|
|
|
|
|
|
<IISExpressWindowsAuthentication />
|
|
|
|
|
|
<IISExpressUseClassicPipelineMode />
|
|
|
|
|
|
<UseGlobalApplicationHostFile />
|
2022-06-16 14:40:34 +00:00
|
|
|
|
<SccProjectName>SAK</SccProjectName>
|
|
|
|
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
|
|
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
|
|
|
|
<SccProvider>SAK</SccProvider>
|
2022-06-16 14:35:51 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
|
<Reference Include="System.Web.DynamicData" />
|
|
|
|
|
|
<Reference Include="System.Web.Entity" />
|
|
|
|
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
|
|
<Reference Include="System.Web.Services" />
|
|
|
|
|
|
<Reference Include="System.EnterpriseServices" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="App_Themes\_basico\basico.skin" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\agregar.ai" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\eliminar.ai" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\Thumbs.db" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\varios.ai" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\default.skin" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\_images\web.config" />
|
|
|
|
|
|
<Content Include="App_Themes\_navidad\navidad.skin" />
|
|
|
|
|
|
<Content Include="Formularios\AdministracionContratos.aspx.cs.exclude" />
|
|
|
|
|
|
<Content Include="Formularios\AdministracionContratos.aspx.exclude" />
|
|
|
|
|
|
<Content Include="Formularios\AyAGUI.rar.exclude" />
|
|
|
|
|
|
<Content Include="Formularios\AyAGUI.sln.exclude" />
|
|
|
|
|
|
<Content Include="Formularios\AyAGUI.suo" />
|
|
|
|
|
|
<None Include="Web.Debug.config">
|
|
|
|
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="Web.Release.config">
|
|
|
|
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<Content Include="_paginasmaestro\MasterPage.master" />
|
|
|
|
|
|
<Content Include="_paginasmaestro\pgmInicio.master" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="App_Themes\_basico\basico.css" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\controldegestion.css" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\agregar.png" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\ayuda.png" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\biblioteca.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\btnEliminar.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\btnGenerico.png" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\btnNuevo.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\btnSalvar.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\btnSalvarLimpiar.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\buscar.png" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\candado.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\cerrar.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\cerrar.png" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\Consultas.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\contenido.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\ejecutar.png" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\eliminar.png" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\encabezado.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\encabezado.png" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\fondo.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\guardar.png" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\ingresar.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\inicio.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\licitacion.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\limpiar.png" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\mantenimiento.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\modificar.png" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\noticias.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\pie.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\reversar.png" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\salir.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\salir.png" />
|
|
|
|
|
|
<Content Include="App_Themes\_basico\_imagenes\usuarios.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\default.css" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\internal.css" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\_images\btnGeneric.png" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\_images\btnSave.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\_images\btnSaveClear.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\_images\footer.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\_images\header.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\_images\home.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\_images\library.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\_images\licitation.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\_images\lock.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\_images\login.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\_images\news.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_default\_images\users.jpg" />
|
|
|
|
|
|
<Content Include="App_Themes\_navidad\navidad.css" />
|
|
|
|
|
|
<Content Include="Conectarse.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\AnulacionArchivosTemporales.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\AplicacionDeposito.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\Autorizaciones.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\BitacoraOperaciones.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\BitácoraOperacionesResultados.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\CargarOpen.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\ConciliacionRecibos.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\DebitoAutomatico.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\DebitoAutomaticoResultados.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\HistorialTransacciones.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\HistorialTransaccionesResultados.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\ModificaNumeroRemesa.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\NotasCredito.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\NotasCreditoResultados.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\Oficinas.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\OficinasBuscar.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\Recaudador.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\RecaudadoresBuscar.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\Remesas.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\RemesasResultados.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\Reversiones.aspx" />
|
|
|
|
|
|
<Content Include="Formularios\ReversionesResultados.aspx" />
|
|
|
|
|
|
<Content Include="Recibos\Recibos.aspx" />
|
|
|
|
|
|
<Content Include="Recibos\RecibosBusquedaCliente.aspx" />
|
|
|
|
|
|
<Content Include="Recibos\RecibosBusquedaClienteResultados.aspx" />
|
|
|
|
|
|
<Content Include="Recibos\RecibosBusquedaGeneral.aspx" />
|
|
|
|
|
|
<Content Include="Recibos\RecibosBusquedaGeneralResultados.aspx" />
|
|
|
|
|
|
<Content Include="Recibos\RecibosBusquedaServicios.aspx" />
|
|
|
|
|
|
<Content Include="Recibos\RecibosBusquedaServiciosResultados.aspx" />
|
|
|
|
|
|
<Content Include="Recibos\RecibosRecaudador.aspx" />
|
|
|
|
|
|
<Content Include="Recibos\RecibosRecaudadorResultados.aspx" />
|
|
|
|
|
|
<Content Include="Reportes\ReporteComisionesGeneral.aspx" />
|
|
|
|
|
|
<Content Include="Reportes\ReporteComisionesPorRegionSubRegión.aspx" />
|
|
|
|
|
|
<Content Include="Reportes\ReporteComisionesRecaudador.aspx" />
|
|
|
|
|
|
<Content Include="Reportes\ReporteComisionesRegionales.aspx" />
|
|
|
|
|
|
<Content Include="Reportes\ReporteEstadisticoPeriodo.aspx" />
|
|
|
|
|
|
<Content Include="Reportes\ReporteRecaudacionRecaudador.aspx" />
|
|
|
|
|
|
<Content Include="Reportes\ReporteRecaudacionRegionRecaudador.aspx" />
|
|
|
|
|
|
<Content Include="Reportes\ReporteRemesasPorEstado.aspx" />
|
|
|
|
|
|
<Content Include="Reportes\ReporteRemesasVariasNotas.aspx" />
|
|
|
|
|
|
<Content Include="Servicios\Servicios.aspx" />
|
|
|
|
|
|
<Content Include="Servicios\ServiciosBusquedaCliente.aspx" />
|
|
|
|
|
|
<Content Include="Servicios\ServiciosBusquedaClienteResultados.aspx" />
|
|
|
|
|
|
<Content Include="Servicios\ServiciosBusquedaGeneral.aspx" />
|
|
|
|
|
|
<Content Include="Servicios\ServiciosBusquedaGeneralResultados.aspx" />
|
|
|
|
|
|
<Content Include="Transacciones\TransaccionesRecaudador.aspx" />
|
|
|
|
|
|
<Content Include="Transacciones\TransaccionesRecaudadorMantenimiento.aspx" />
|
|
|
|
|
|
<Content Include="Transacciones\TransaccionesRecaudadorResultadoBusqueda.aspx" />
|
|
|
|
|
|
<Content Include="Web.config" />
|
|
|
|
|
|
<Content Include="_controlesusuario\cuwMenu.ascx" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="Conectarse.aspx.cs">
|
|
|
|
|
|
<DependentUpon>Conectarse.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\AnulacionArchivosTemporales.aspx.cs">
|
|
|
|
|
|
<DependentUpon>AnulacionArchivosTemporales.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\AplicacionDeposito.aspx.cs">
|
|
|
|
|
|
<DependentUpon>AplicacionDeposito.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\Autorizaciones.aspx.cs">
|
|
|
|
|
|
<DependentUpon>Autorizaciones.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\BitacoraOperaciones.aspx.cs">
|
|
|
|
|
|
<DependentUpon>BitacoraOperaciones.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\BitácoraOperacionesResultados.aspx.cs">
|
|
|
|
|
|
<DependentUpon>BitácoraOperacionesResultados.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\CargarOpen.aspx.cs">
|
|
|
|
|
|
<DependentUpon>CargarOpen.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\ConciliacionRecibos.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ConciliacionRecibos.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\DebitoAutomatico.aspx.cs">
|
|
|
|
|
|
<DependentUpon>DebitoAutomatico.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\DebitoAutomaticoResultados.aspx.cs">
|
|
|
|
|
|
<DependentUpon>DebitoAutomaticoResultados.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\HistorialTransacciones.aspx.cs">
|
|
|
|
|
|
<DependentUpon>HistorialTransacciones.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\HistorialTransaccionesResultados.aspx.cs">
|
|
|
|
|
|
<DependentUpon>HistorialTransaccionesResultados.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\ModificaNumeroRemesa.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ModificaNumeroRemesa.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\NotasCredito.aspx.cs">
|
|
|
|
|
|
<DependentUpon>NotasCredito.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\NotasCreditoResultados.aspx.cs">
|
|
|
|
|
|
<DependentUpon>NotasCreditoResultados.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\Oficinas.aspx.cs">
|
|
|
|
|
|
<DependentUpon>Oficinas.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\OficinasBuscar.aspx.cs">
|
|
|
|
|
|
<DependentUpon>OficinasBuscar.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\Recaudador.aspx.cs">
|
|
|
|
|
|
<DependentUpon>Recaudador.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\RecaudadoresBuscar.aspx.cs">
|
|
|
|
|
|
<DependentUpon>RecaudadoresBuscar.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\Remesas.aspx.cs">
|
|
|
|
|
|
<DependentUpon>Remesas.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\RemesasResultados.aspx.cs">
|
|
|
|
|
|
<DependentUpon>RemesasResultados.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\Reversiones.aspx.cs">
|
|
|
|
|
|
<DependentUpon>Reversiones.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formularios\ReversionesResultados.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ReversionesResultados.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<Compile Include="Recibos\Recibos.aspx.cs">
|
|
|
|
|
|
<DependentUpon>Recibos.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Recibos\RecibosBusquedaCliente.aspx.cs">
|
|
|
|
|
|
<DependentUpon>RecibosBusquedaCliente.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Recibos\RecibosBusquedaClienteResultados.aspx.cs">
|
|
|
|
|
|
<DependentUpon>RecibosBusquedaClienteResultados.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Recibos\RecibosBusquedaGeneral.aspx.cs">
|
|
|
|
|
|
<DependentUpon>RecibosBusquedaGeneral.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Recibos\RecibosBusquedaGeneralResultados.aspx.cs">
|
|
|
|
|
|
<DependentUpon>RecibosBusquedaGeneralResultados.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Recibos\RecibosBusquedaServicios.aspx.cs">
|
|
|
|
|
|
<DependentUpon>RecibosBusquedaServicios.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Recibos\RecibosBusquedaServiciosResultados.aspx.cs">
|
|
|
|
|
|
<DependentUpon>RecibosBusquedaServiciosResultados.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Recibos\RecibosRecaudador.aspx.cs">
|
|
|
|
|
|
<DependentUpon>RecibosRecaudador.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Recibos\RecibosRecaudadorResultados.aspx.cs">
|
|
|
|
|
|
<DependentUpon>RecibosRecaudadorResultados.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Reportes\ReporteComisionesGeneral.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ReporteComisionesGeneral.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Reportes\ReporteComisionesPorRegionSubRegión.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ReporteComisionesPorRegionSubRegión.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Reportes\ReporteComisionesRecaudador.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ReporteComisionesRecaudador.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Reportes\ReporteComisionesRegionales.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ReporteComisionesRegionales.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Reportes\ReporteEstadisticoPeriodo.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ReporteEstadisticoPeriodo.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Reportes\ReporteRecaudacionRecaudador.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ReporteRecaudacionRecaudador.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Reportes\ReporteRecaudacionRegionRecaudador.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ReporteRecaudacionRegionRecaudador.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Reportes\ReporteRemesasPorEstado.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ReporteRemesasPorEstado.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Reportes\ReporteRemesasVariasNotas.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ReporteRemesasVariasNotas.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Servicios\Servicios.aspx.cs">
|
|
|
|
|
|
<DependentUpon>Servicios.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Servicios\ServiciosBusquedaCliente.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ServiciosBusquedaCliente.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Servicios\ServiciosBusquedaClienteResultados.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ServiciosBusquedaClienteResultados.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Servicios\ServiciosBusquedaGeneral.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ServiciosBusquedaGeneral.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Servicios\ServiciosBusquedaGeneralResultados.aspx.cs">
|
|
|
|
|
|
<DependentUpon>ServiciosBusquedaGeneralResultados.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Transacciones\TransaccionesRecaudador.aspx.cs">
|
|
|
|
|
|
<DependentUpon>TransaccionesRecaudador.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Transacciones\TransaccionesRecaudadorMantenimiento.aspx.cs">
|
|
|
|
|
|
<DependentUpon>TransaccionesRecaudadorMantenimiento.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Transacciones\TransaccionesRecaudadorResultadoBusqueda.aspx.cs">
|
|
|
|
|
|
<DependentUpon>TransaccionesRecaudadorResultadoBusqueda.aspx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="_controlesusuario\cuwMenu.ascx.cs">
|
|
|
|
|
|
<DependentUpon>cuwMenu.ascx</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="_paginasmaestro\MasterPage.master.cs">
|
|
|
|
|
|
<DependentUpon>MasterPage.master</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="_paginasmaestro\pgmInicio.master.cs">
|
|
|
|
|
|
<DependentUpon>pgmInicio.master</DependentUpon>
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Gestion.BL\Gestion.BL.csproj">
|
|
|
|
|
|
<Project>{d6dda1cb-6f0a-4b25-9ea2-7ed4f43d4c51}</Project>
|
|
|
|
|
|
<Name>Gestion.BL</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\Gestion.ET\Gestion.ET.csproj">
|
|
|
|
|
|
<Project>{d0bde1c2-6d3f-48aa-a2df-4881f33a83b9}</Project>
|
|
|
|
|
|
<Name>Gestion.ET</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="App_Themes\_navidad\_imagenes\" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
|
|
|
|
<WebProjectProperties>
|
|
|
|
|
|
<UseIIS>True</UseIIS>
|
|
|
|
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
|
|
|
|
<DevelopmentServerPort>65522</DevelopmentServerPort>
|
|
|
|
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
|
|
|
|
<IISUrl>https://localhost:44319/</IISUrl>
|
|
|
|
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
|
|
|
|
<UseCustomServer>False</UseCustomServer>
|
|
|
|
|
|
<CustomServerUrl>
|
|
|
|
|
|
</CustomServerUrl>
|
|
|
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
|
|
|
</WebProjectProperties>
|
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
|
</Target>
|
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
|
</Target>
|
|
|
|
|
|
-->
|
|
|
|
|
|
</Project>
|