107 lines
No EOL
5 KiB
XML
107 lines
No EOL
5 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>{9ECD985B-2354-4156-AD6A-3EBD888C0241}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>AYA.SlnSinortModel</RootNamespace>
|
|
<AssemblyName>AYA.SlnSinortModel</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="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>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Security" />
|
|
<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="Constantes\Constantes.cs" />
|
|
<Compile Include="Entidades\CatalogosJSON.cs" />
|
|
<Compile Include="Entidades\Json.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Sinort\Aplicacion.cs" />
|
|
<Compile Include="Sinort\BitacoraDocumentos.cs" />
|
|
<Compile Include="Sinort\Categoria.cs" />
|
|
<Compile Include="Sinort\ComentariosForo.cs" />
|
|
<Compile Include="Sinort\ComentariosMatriz.cs" />
|
|
<Compile Include="Sinort\Convocatoria.cs" />
|
|
<Compile Include="Sinort\Documentos.cs" />
|
|
<Compile Include="Sinort\DocumentosAdjuntos.cs" />
|
|
<Compile Include="Sinort\Emisor.cs" />
|
|
<Compile Include="Sinort\Estado.cs" />
|
|
<Compile Include="Sinort\Foro.cs" />
|
|
<Compile Include="Sinort\Mantenimiento.cs" />
|
|
<Compile Include="Sinort\Matriz.cs" />
|
|
<Compile Include="Sinort\Pantallas.cs" />
|
|
<Compile Include="Sinort\Partial\Contex.cs" />
|
|
<Compile Include="Sinort\PermisosUsuario.cs" />
|
|
<Compile Include="Sinort\PlantillaEmail.cs" />
|
|
<Compile Include="Sinort\Roles.cs" />
|
|
<Compile Include="Sinort\SinortContex.cs" />
|
|
<Compile Include="Sinort\TipoAplicacion.cs" />
|
|
<Compile Include="Sinort\TipoDocumento.cs" />
|
|
<Compile Include="Sinort\TipoEmisor.cs" />
|
|
<Compile Include="Sinort\TipoEstado.cs" />
|
|
<Compile Include="Sinort\TipoForo.cs" />
|
|
<Compile Include="Sinort\TipoMatriz.cs" />
|
|
<Compile Include="Sinort\Usuario.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Atesa.Utilitarios\Atesa.Utilitarios.csproj">
|
|
<Project>{df92655d-08ea-4e25-a1e1-ee13cb7902d7}</Project>
|
|
<Name>Atesa.Utilitarios</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<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> |