TFS_ANTIGUO/SInCathay/ULA.Cathay.CreditoModel.BL/ULA.Cathay.CreditoModel.BL.csproj

125 lines
6.3 KiB
XML
Raw Normal View History

<?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>{09F65696-4382-4B26-A42B-D1B90BAC0AD6}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ULA.Cathay.CreditoModel.BL</RootNamespace>
<AssemblyName>ULA.Cathay.CreditoModel.BL</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</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>false</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.1.3\lib\net45\EntityFramework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EntityFramework.Extended, Version=6.0.0.0, Culture=neutral, PublicKeyToken=05b7e29bdd433584, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.Extended.6.1.0.168\lib\net45\EntityFramework.Extended.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.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NLog">
<HintPath>..\packages\BPMComplementFramework.1.2.6\lib\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Ultimus.Framework">
<HintPath>..\packages\BPMComplementFramework.1.2.6\lib\Ultimus.Framework.dll</HintPath>
</Reference>
<Reference Include="Ultimus.Interfaces">
<HintPath>..\packages\BPMComplementFramework.1.2.6\lib\Ultimus.Interfaces.dll</HintPath>
</Reference>
<Reference Include="Ultimus.Utilitarios">
<HintPath>..\packages\BPMComplementFramework.1.2.6\lib\Ultimus.Utilitarios.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Credito\ClienteBL.cs" />
<Compile Include="Credito\DocumentosCategoriaBL.cs" />
<Compile Include="Credito\EjecutivoBL.cs" />
<Compile Include="Credito\EtapasBL.cs" />
<Compile Include="Credito\GestionesVariasBL.cs" />
<Compile Include="Credito\EmailSolicitudBL.cs" />
<Compile Include="Credito\ControlVisitasBL.cs" />
<Compile Include="Credito\NotificacionBL.cs" />
<Compile Include="Credito\SolicitanteBL.cs" />
<Compile Include="Credito\SolicitudBL.cs" />
<Compile Include="Credito\TipoDeudorBL.cs" />
<Compile Include="Credito\TipoDocumentoBL.cs" />
<Compile Include="Credito\EmailClienteBL.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Credito\TelefonoClienteBL.cs" />
<Compile Include="RequisitosBasicosBL.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ULA.Cathay.CreditoModel.DAL\ULA.Cathay.CreditoModel.DAL.csproj">
<Project>{b00bef5a-ed7e-4f80-bde7-117eb49b3ea8}</Project>
<Name>ULA.Cathay.CreditoModel.DAL</Name>
</ProjectReference>
<ProjectReference Include="..\ULA.Cathay.CreditoModel\ULA.Cathay.CreditoModel.csproj">
<Project>{af39a464-e4c2-4020-85f3-ca006843e88e}</Project>
<Name>ULA.Cathay.CreditoModel</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="Scripts\UltimusFramework.intellisense.js" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<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>
<!-- 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>