2018-06-05 19:09:29 +00:00
<?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 > {9ECD985B-2354-4156-AD6A-3EBD888C0241}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
2018-06-08 19:11:02 +00:00
<RootNamespace > AYA.SlnSinortModel</RootNamespace>
<AssemblyName > AYA.SlnSinortModel</AssemblyName>
2018-06-05 19:09:29 +00:00
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<SccProjectName > SAK</SccProjectName>
<SccLocalPath > SAK</SccLocalPath>
<SccAuxPath > SAK</SccAuxPath>
<SccProvider > SAK</SccProvider>
2018-08-09 06:16:48 +00:00
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
<RestorePackages > true</RestorePackages>
2018-06-05 19:09:29 +00:00
</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 >
2018-06-05 22:51:02 +00:00
<Reference Include= "EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
2018-06-08 22:25:24 +00:00
<HintPath > ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
2018-06-05 22:51:02 +00:00
<Private > True</Private>
</Reference>
<Reference Include= "EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
2018-06-08 22:25:24 +00:00
<HintPath > ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
2018-06-05 22:51:02 +00:00
<Private > True</Private>
</Reference>
2018-06-14 19:16:48 +00:00
<Reference Include= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
<HintPath > ..\packages\NLog.4.5.6\lib\net45\NLog.dll</HintPath>
<Private > True</Private>
</Reference>
2018-06-05 19:09:29 +00:00
<Reference Include= "System" />
2018-06-05 22:51:02 +00:00
<Reference Include= "System.ComponentModel.DataAnnotations" />
<Reference Include= "System.Configuration" />
2018-06-05 19:09:29 +00:00
<Reference Include= "System.Core" />
2018-06-14 19:16:48 +00:00
<Reference Include= "System.IO.Compression" />
2018-06-05 22:51:02 +00:00
<Reference Include= "System.Runtime.Serialization" />
<Reference Include= "System.Security" />
2018-06-14 19:16:48 +00:00
<Reference Include= "System.ServiceModel" />
<Reference Include= "System.Transactions" />
2018-06-05 19:09:29 +00:00
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
2018-06-05 22:51:02 +00:00
<Compile Include= "Constantes\Constantes.cs" />
<Compile Include= "Entidades\CatalogosJSON.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Entidades\Json.cs" />
2018-06-05 19:09:29 +00:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\Aplicacion.cs" />
2018-07-10 20:30:10 +00:00
<Compile Include= "Sinort\AreaAplicacionDocumentoTecnico.cs" />
2018-07-17 15:08:44 +00:00
<Compile Include= "Sinort\BitacoraDocumento.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\BitacoraDocumentos.cs" />
2018-06-29 21:11:40 +00:00
<Compile Include= "Sinort\Calendario.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\Categoria.cs" />
2018-06-21 13:52:05 +00:00
<Compile Include= "Sinort\ComentariosProyecto.cs" />
2018-06-26 15:24:15 +00:00
<Compile Include= "Sinort\Contenido.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\Convocatoria.cs" />
2018-07-27 20:43:02 +00:00
<Compile Include= "Sinort\DetalleEncuesta.cs" />
2018-07-17 15:08:44 +00:00
<Compile Include= "Sinort\Documento.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\Documentos.cs" />
2018-07-17 15:08:44 +00:00
<Compile Include= "Sinort\DocumentosAdjunto.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\DocumentosAdjuntos.cs" />
2018-06-26 15:24:15 +00:00
<Compile Include= "Sinort\DocumentoTecnico.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\Emisor.cs" />
2018-07-27 20:43:02 +00:00
<Compile Include= "Sinort\EncabezadoEncuesta.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\Estado.cs" />
2018-07-10 20:30:10 +00:00
<Compile Include= "Sinort\FichaTecnica.cs" />
<Compile Include= "Sinort\FichaTecnicaPalabraClave.cs" />
2018-07-20 13:56:46 +00:00
<Compile Include= "Sinort\GotitasNormativa.cs" />
2018-07-20 14:55:14 +00:00
<Compile Include= "Sinort\GotitasNormativas.cs" />
2018-06-26 15:24:15 +00:00
<Compile Include= "Sinort\GrupoTematico.cs" />
2018-06-11 23:01:10 +00:00
<Compile Include= "Sinort\Mantenimiento.cs" />
2018-06-26 15:24:15 +00:00
<Compile Include= "Sinort\PalabraClave.cs" />
2018-07-17 15:08:44 +00:00
<Compile Include= "Sinort\Pantalla.cs" />
2018-06-13 16:26:15 +00:00
<Compile Include= "Sinort\Pantallas.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\Partial\Contex.cs" />
<Compile Include= "Sinort\PlantillaEmail.cs" />
2018-06-15 21:54:05 +00:00
<Compile Include= "Sinort\ProyectoNormativo.cs" />
2018-08-09 06:16:48 +00:00
<Compile Include= "Sinort\Reportes.cs" />
2018-08-03 20:52:06 +00:00
<Compile Include= "Sinort\RespuestaEncuesta.cs" />
2018-07-17 15:08:44 +00:00
<Compile Include= "Sinort\Role.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\Roles.cs" />
2018-07-17 15:08:44 +00:00
<Compile Include= "Sinort\RolesPantalla.cs" />
2018-06-13 21:26:35 +00:00
<Compile Include= "Sinort\RolesPantallas.cs" />
<Compile Include= "Sinort\RolesUsuario.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\SinortContex.cs" />
2018-07-10 20:30:10 +00:00
<Compile Include= "Sinort\Solicitud.cs" />
2018-06-26 15:24:15 +00:00
<Compile Include= "Sinort\SubCategoriaContenido.cs" />
<Compile Include= "Sinort\SubCategoriaGrupoTematico.cs" />
2018-06-29 20:40:24 +00:00
<Compile Include= "Sinort\SubCategoriaTipoDocumento.cs" />
2018-07-17 15:08:44 +00:00
<Compile Include= "Sinort\TareasPendiente.cs" />
2018-07-03 21:49:32 +00:00
<Compile Include= "Sinort\TareasPendientes.cs" />
2018-06-12 16:21:52 +00:00
<Compile Include= "Sinort\TipoAplicacion.cs" />
2018-06-26 21:57:54 +00:00
<Compile Include= "Sinort\TipoComentario.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\TipoDocumento.cs" />
<Compile Include= "Sinort\TipoEmisor.cs" />
<Compile Include= "Sinort\TipoEstado.cs" />
2018-07-27 20:43:02 +00:00
<Compile Include= "Sinort\TipoPregunta.cs" />
2018-06-21 13:52:05 +00:00
<Compile Include= "Sinort\TipoProyecto.cs" />
2018-07-10 20:30:10 +00:00
<Compile Include= "Sinort\TipoSolicitud.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\Usuario.cs" />
2018-07-31 15:55:02 +00:00
<Compile Include= "Sinort\UsuariosEncuesta.cs" />
2018-06-08 19:11:02 +00:00
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\Atesa.Utilitarios\Atesa.Utilitarios.csproj" >
<Project > {df92655d-08ea-4e25-a1e1-ee13cb7902d7}</Project>
<Name > Atesa.Utilitarios</Name>
</ProjectReference>
2018-06-05 19:09:29 +00:00
</ItemGroup>
2018-06-05 22:51:02 +00:00
<ItemGroup >
<None Include= "App.config" />
<None Include= "packages.config" />
</ItemGroup>
2018-06-05 19:09:29 +00:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2018-08-09 06:16:48 +00:00
<Import Project= "$(SolutionDir)\.nuget\NuGet.targets" Condition= "Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
2018-06-05 19:09:29 +00:00
<!-- 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>