169 lines
No EOL
8.3 KiB
XML
169 lines
No EOL
8.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.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>
|
|
<ProjectGuid>{C3C8CE41-C68F-4873-A5FC-2A77E4CE43DA}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>AyABL</RootNamespace>
|
|
<AssemblyName>AyABL</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</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\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="AjaxControlToolkit, Version=16.1.1.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e, processorArchitecture=MSIL">
|
|
<HintPath>..\Base\packages\AjaxControlToolkit.16.1.1.0\lib\net40\AjaxControlToolkit.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="EntityFramework">
|
|
<HintPath>..\Base\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EntityFramework.SqlServer">
|
|
<HintPath>..\Base\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
|
<HintPath>..\Base\packages\Microsoft.Report.Viewer.11.0.0.0\lib\net\Microsoft.ReportViewer.Common.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.ReportViewer.ProcessingObjectModel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
|
<HintPath>..\Base\packages\Microsoft.Report.Viewer.11.0.0.0\lib\net\Microsoft.ReportViewer.ProcessingObjectModel.DLL</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
|
<HintPath>..\Base\packages\Microsoft.Report.Viewer.11.0.0.0\lib\net\Microsoft.ReportViewer.WebForms.DLL</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.DirectoryServices" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Entity" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ADM\CatalogoBL.cs" />
|
|
<Compile Include="ADM\ComplejidadBL.cs" />
|
|
<Compile Include="ADM\DependenciaBL.cs" />
|
|
<Compile Include="ADM\EstadoBL.cs" />
|
|
<Compile Include="ADM\FuenteFinanciamientoBL.cs" />
|
|
<Compile Include="ADM\PartidaPresupuestariaBL.cs" />
|
|
<Compile Include="ADM\ProcedenciaCentrogestorBL.cs" />
|
|
<Compile Include="ADM\ProgramaBL.cs" />
|
|
<Compile Include="ADM\RecursoBL.cs" />
|
|
<Compile Include="ADM\RegionBL.cs" />
|
|
<Compile Include="ADM\TipoRecursoHumanoBL.cs" />
|
|
<Compile Include="ADM\UbicacionBL.cs" />
|
|
<Compile Include="CIP\CierreBL.cs" />
|
|
<Compile Include="CIP\ComentarioBL.cs" />
|
|
<Compile Include="CIP\LeccionBL.cs" />
|
|
<Compile Include="IGP\CentroGestorBL.cs" />
|
|
<Compile Include="AGP\ObjetivoEspecificoBL.cs" />
|
|
<Compile Include="AGP\ProyectoBL.cs" />
|
|
<Compile Include="AGP\ResultadoBL.cs" />
|
|
<Compile Include="IGP\InformacionGeneralBL.cs" />
|
|
<Compile Include="IGP\RelacionPlanEstrategicoBL.cs" />
|
|
<Compile Include="IGP\TipoCambioBL.cs" />
|
|
<Compile Include="CVP\CicloVidaBL.cs" />
|
|
<Compile Include="CVP\EtapaBL.cs" />
|
|
<Compile Include="CVP\RespuestaEtapaBL.cs" />
|
|
<Compile Include="EVP\AnalisisAmbientalBL.cs" />
|
|
<Compile Include="EVP\EvaluacionSocialBL.cs" />
|
|
<Compile Include="EVP\EvaluacionCostosBL.cs" />
|
|
<Compile Include="EVP\EvaluacionFinancieraBL.cs" />
|
|
<Compile Include="EVP\AnalisisRiesgoBL.cs" />
|
|
<Compile Include="FNP\EndeudamientoBL.cs" />
|
|
<Compile Include="FNP\FinanciamientoBL.cs" />
|
|
<Compile Include="ICP\InformacionBL.cs" />
|
|
<Compile Include="ICP\ObservacionBL.cs" />
|
|
<Compile Include="PLE\ObjetivoBL.cs" />
|
|
<Compile Include="PLE\PerspectivaBL.cs" />
|
|
<Compile Include="PLE\PlanEstrategicoBL.cs" />
|
|
<Compile Include="PLE\TemaEstrategicoBL.cs" />
|
|
<Compile Include="PPP\DistribucionPartidaBL.cs" />
|
|
<Compile Include="RHP\RequerimientoRecursoBL.cs" />
|
|
<Compile Include="SEG\ComandoBL.cs" />
|
|
<Compile Include="SEG\MenuBL.cs" />
|
|
<Compile Include="SEG\MenuComandoBL.cs" />
|
|
<Compile Include="SEG\RolBL.cs" />
|
|
<Compile Include="SEG\RolMenuComandoBL.cs" />
|
|
<Compile Include="AUT\Autenticacion\AutenticacionBL.cs" />
|
|
<Compile Include="AUT\Encripta\EncriptaBL.cs" />
|
|
<Compile Include="AUT\FiltroBuscador\FiltroBuscadorBL.cs" />
|
|
<Compile Include="AUT\Login\LoginBL.cs" />
|
|
<Compile Include="AUT\PropiedadesAyuda\PropiedadesAyudaBL.cs" />
|
|
<Compile Include="AyABL.cs" />
|
|
<Compile Include="SEG\BitacoraBL.cs" />
|
|
<Compile Include="enumsBL.cs" />
|
|
<Compile Include="RCS\AccionBitacora.Designer.cs" />
|
|
<Compile Include="RCS\MensajesAplicacion.Designer.cs" />
|
|
<Compile Include="RCS\MensajesBitacora.Designer.cs" />
|
|
<Compile Include="SEG\UsuarioBL.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SEP\IndicadorProyectoBL.cs" />
|
|
<Compile Include="SEP\LiderProyectoBL.cs" />
|
|
<Compile Include="SEP\PeriodoPublicacionBL.cs" />
|
|
<Compile Include="SEP\VisitanteProyectoBL.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AyADAL\AyADAL.csproj">
|
|
<Project>{b93dd461-70f2-4882-b02f-d511739cea14}</Project>
|
|
<Name>AyADAL</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\AyAEL\AyAEL.csproj">
|
|
<Project>{ce52f597-e6c2-45ec-bcde-d9280bd14fef}</Project>
|
|
<Name>AyAEL</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="RCS\AccionBitacora.resx" />
|
|
<EmbeddedResource Include="RCS\MensajesAplicacion.resx" />
|
|
<EmbeddedResource Include="RCS\MensajesBitacora.resx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<None Include="fonts\glyphicons-halflings-regular.eot" />
|
|
<None Include="fonts\glyphicons-halflings-regular.ttf" />
|
|
<None Include="fonts\glyphicons-halflings-regular.woff" />
|
|
<None Include="fonts\glyphicons-halflings-regular.woff2" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="fonts\glyphicons-halflings-regular.svg" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- 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> |