TFS_ANTIGUO/AYA.FROPI/AyAEL/AyAEL.csproj
Administrador 50700fd78b Solución FROPI
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C491
2019-05-27 14:46:35 +00:00

112 lines
No EOL
5.1 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>{CE52F597-E6C2-45EC-BCDE-D9280BD14FEF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AyAEL</RootNamespace>
<AssemblyName>AyAEL</AssemblyName>
<TargetFrameworkVersion>v4.5</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="System" />
<Reference Include="System.Core" />
<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\CatalogoEL.cs" />
<Compile Include="ADM\ComplejidadEL.cs" />
<Compile Include="ADM\DependenciaEL.cs" />
<Compile Include="ADM\EstadoEL.cs" />
<Compile Include="ADM\FuenteFinanciamientoEL.cs" />
<Compile Include="ADM\PartidaPresupuestariaEL.cs" />
<Compile Include="ADM\ProcedenciaCentrogestorEL.cs" />
<Compile Include="ADM\ProgramaEL.cs" />
<Compile Include="ADM\RecursoEL.cs" />
<Compile Include="ADM\RegionEL.cs" />
<Compile Include="ADM\TipoRecursoHumanoEL.cs" />
<Compile Include="ADM\UbicacionEL.cs" />
<Compile Include="CIP\ComentarioEL.cs" />
<Compile Include="CIP\LeccionEL.cs" />
<Compile Include="CIP\CierreEL.cs" />
<Compile Include="IGP\CentroGestorEL.cs" />
<Compile Include="AGP\ObjetivoEspecificoEL.cs" />
<Compile Include="AGP\ProyectoEL.cs" />
<Compile Include="AGP\ResultadoEL.cs" />
<Compile Include="IGP\RelacionPlanEstrategicoEL.cs" />
<Compile Include="IGP\TipoCambioEL.cs" />
<Compile Include="AyAEL.cs" />
<Compile Include="CVP\CicloVidaEL.cs" />
<Compile Include="CVP\EtapaEL.cs" />
<Compile Include="CVP\RespuestaEtapaEL.cs" />
<Compile Include="EVP\AprobacionVAPEL.cs" />
<Compile Include="EVP\EvaluacionCostosEL.cs" />
<Compile Include="EVP\EvaluacionFinancieraEL.cs" />
<Compile Include="EVP\AnalisisAmbientalEL.cs" />
<Compile Include="EVP\AnalisisRiesgoEL.cs" />
<Compile Include="EVP\EvaluacionSocialEL.cs" />
<Compile Include="FNP\EndeudamientoEL.cs" />
<Compile Include="FNP\FinanciamientoEL.cs" />
<Compile Include="ICP\InformacionEL.cs" />
<Compile Include="ICP\ObservacionEL.cs" />
<Compile Include="IGP\InformacionGeneralEL.cs" />
<Compile Include="PLE\ObjetivoEL.cs" />
<Compile Include="PLE\PerspectivaEL.cs" />
<Compile Include="PLE\PlanEstrategicoEL.cs" />
<Compile Include="PLE\TemaEstrategicoEL.cs" />
<Compile Include="PPP\DistribucionPartidaEL.cs" />
<Compile Include="RHP\RequerimientoRecursoEL.cs" />
<Compile Include="SEG\BitacoraEL.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SEG\ComandoEL.cs" />
<Compile Include="SEG\MenuComandoEL.cs" />
<Compile Include="SEG\MenuEL.cs" />
<Compile Include="SEG\RolEL.cs" />
<Compile Include="SEG\RolMenuComandoEL.cs" />
<Compile Include="SEG\UsuarioEL.cs" />
<Compile Include="SEP\IndicadorProyectoEL.cs" />
<Compile Include="SEP\LiderProyectoEL.cs" />
<Compile Include="SEP\PeriodoPublicacionEL.cs" />
<Compile Include="SEP\VisitanteProyectoEL.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</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>