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 > {6188D201-EC99-47F0-BCD5-5C48EC354CD5}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
2018-06-08 19:11:02 +00:00
<RootNamespace > AYA.SlnSinortModel.DAL</RootNamespace>
<AssemblyName > AYA.SlnSinortModel.DAL</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" >
<HintPath > ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<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-14 21:05:04 +00:00
<Reference Include= "Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.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" />
2018-06-14 19:16:48 +00:00
<Reference Include= "System.Configuration" />
2018-06-05 19:09:29 +00:00
<Reference Include= "System.Core" />
2018-06-19 17:33:22 +00:00
<Reference Include= "System.Data.DataSetExtensions" />
2018-06-14 19:16:48 +00:00
<Reference Include= "System.IO.Compression" />
<Reference Include= "System.Runtime.Serialization" />
<Reference Include= "System.ServiceModel" />
<Reference Include= "System.Transactions" />
2018-06-05 19:09:29 +00:00
<Reference Include= "System.Xml.Linq" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
<Compile Include= "Properties\AssemblyInfo.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\AplicacionDAL.cs" />
2018-07-13 19:05:12 +00:00
<Compile Include= "Sinort\AreaAplicacionDocumentoTecnicoDAL.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\BitacoraDocumentosDAL.cs" />
2018-07-03 14:22:44 +00:00
<Compile Include= "Sinort\CalendarioDAL.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\CategoriaDAL.cs" />
2018-06-22 18:02:17 +00:00
<Compile Include= "Sinort\ComentariosDAL.cs" />
2018-06-26 16:47:36 +00:00
<Compile Include= "Sinort\ContenidoDAL.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\ConvocatoriaDAL.cs" />
<Compile Include= "Sinort\DocumentosAdjuntosDAL.cs" />
<Compile Include= "Sinort\DocumentosDAL.cs" />
2018-06-27 22:14:48 +00:00
<Compile Include= "Sinort\DocumentoTecnicoDAL.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\EmisorDAL.cs" />
2018-07-27 20:43:02 +00:00
<Compile Include= "Sinort\EncuestaDAL.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\EstadoDAL.cs" />
2018-07-12 14:12:05 +00:00
<Compile Include= "Sinort\FichaTecnicaDAL.cs" />
<Compile Include= "Sinort\FichaTecnicaPalabraClaveDAL.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\ForoDAL.cs" />
2018-07-20 18:46:23 +00:00
<Compile Include= "Sinort\GotitasNormativasDAL.cs" />
2018-06-26 16:47:36 +00:00
<Compile Include= "Sinort\GrupoTematicoDAL.cs" />
2018-06-11 23:01:10 +00:00
<Compile Include= "Sinort\MantenimientoDAL.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\MatrizDAL.cs" />
2018-06-27 22:14:48 +00:00
<Compile Include= "Sinort\PalabraClaveDAL.cs" />
2018-06-13 16:26:15 +00:00
<Compile Include= "Sinort\PantallasDAL.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\PermisosUsuarioDAL.cs" />
<Compile Include= "Sinort\PlantillaEmailDAL.cs" />
2018-06-19 21:39:20 +00:00
<Compile Include= "Sinort\ProyectoNormativoDAL.cs" />
2018-08-09 06:16:48 +00:00
<Compile Include= "Sinort\ReportesDAL.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\RolesDAL.cs" />
2018-07-13 22:20:43 +00:00
<Compile Include= "Sinort\SolicitudDAL.cs" />
2018-06-26 16:47:36 +00:00
<Compile Include= "Sinort\SubCategoriaContenidoDAL.cs" />
<Compile Include= "Sinort\SubCategoriaGrupoTematicoDAL.cs" />
2018-07-03 21:49:32 +00:00
<Compile Include= "Sinort\TareasPendientesDAL.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Sinort\TipoDocumentoDAL.cs" />
<Compile Include= "Sinort\TipoEmisorDAL.cs" />
<Compile Include= "Sinort\TipoEstadoDAL.cs" />
<Compile Include= "Sinort\TipoMatrizDAL.cs" />
<Compile Include= "Sinort\UsuarioDAL.cs" />
2018-09-05 21:05:19 +00:00
<Compile Include= "Sinort\UsuarioExternoDAL.cs" />
2018-06-05 19:09:29 +00:00
</ItemGroup>
2018-06-05 22:51:02 +00:00
<ItemGroup >
2018-06-08 19:11:02 +00:00
<ProjectReference Include= "..\Atesa.Utilitarios\Atesa.Utilitarios.csproj" >
<Project > {df92655d-08ea-4e25-a1e1-ee13cb7902d7}</Project>
<Name > Atesa.Utilitarios</Name>
</ProjectReference>
<ProjectReference Include= "..\AYA.SlnSynorModel\AYA.SlnSinortModel.csproj" >
2018-06-05 22:51:02 +00:00
<Project > {9ecd985b-2354-4156-ad6a-3ebd888c0241}</Project>
2018-06-08 19:11:02 +00:00
<Name > AYA.SlnSinortModel</Name>
2018-06-05 22:51:02 +00:00
</ProjectReference>
</ItemGroup>
2018-06-08 19:11:02 +00:00
<ItemGroup />
2018-06-05 22:51:02 +00:00
<ItemGroup >
<None Include= "App.config" />
2018-06-14 21:05:04 +00:00
<None Include= "packages.config" >
<SubType > Designer</SubType>
</None>
2018-06-05 22:51:02 +00:00
</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>