136 lines
6.3 KiB
XML
136 lines
6.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.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>{4FB2DD1C-FC61-4298-BCD9-3E1A1E5700E1}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Exferia_TraspasoDatos</RootNamespace>
|
|
<AssemblyName>Exferia_TraspasoDatos</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</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>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</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>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="ClosedXML, Version=0.87.0.0, Culture=neutral, PublicKeyToken=fd1eb21b62ae805b, processorArchitecture=MSIL" />
|
|
<Reference Include="DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\DLL\DocumentFormat.OpenXml.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EntityFramework">
|
|
<HintPath>..\..\..\DLL\EntityFramework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Exferia_Aplicacion">
|
|
<HintPath>..\..\..\DLL\Exferia_Aplicacion.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Exferia_Controles">
|
|
<HintPath>..\..\..\DLL\Exferia_Controles.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Exferia_EntityFramework">
|
|
<HintPath>..\..\..\DLL\Exferia_EntityFramework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Exferia_Formularios">
|
|
<HintPath>..\..\..\DLL\Exferia_Formularios.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Exferia_General, Version=1.0.0.7, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\DLL\Exferia_General.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MonthCalendarControl, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="WindowsBase" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="0_Modelos\INTERNO_Identificador_Descripcion_Modelo.cs" />
|
|
<Compile Include="0_Modelos\INTERNO_DatosCabecera_CalculoResumen_Modelo.cs" />
|
|
<Compile Include="0_Modelos\INTERNO_Totales_Modelo.cs" />
|
|
<Compile Include="0_Modelos\INTERNO_Tabla_Modelo.cs" />
|
|
<Compile Include="3_Vistas\Controladoras\P_TraspasoDato_Controladora.cs" />
|
|
<Compile Include="3_Vistas\PE_Traspaso_BarraProgreso.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="3_Vistas\PE_Traspaso_BarraProgreso.Designer.cs">
|
|
<DependentUpon>PE_Traspaso_BarraProgreso.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="3_Vistas\P_TraspasoDato.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="3_Vistas\P_TraspasoDato.Designer.cs">
|
|
<DependentUpon>P_TraspasoDato.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Datos_TraspasoDatos.cs" />
|
|
<Compile Include="General\ErroresLog.cs" />
|
|
<Compile Include="General\Funciones_Insertar.cs" />
|
|
<Compile Include="General\Funciones_TraspasoDatos.cs" />
|
|
<Compile Include="General\Mensajes_TraspasoDatos.cs" />
|
|
<Compile Include="General\Variables_TraspasoDatos.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="1_Datos\" />
|
|
<Folder Include="3_Vistas\MantenimientoSimple\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="3_Vistas\PE_Traspaso_BarraProgreso.resx">
|
|
<DependentUpon>PE_Traspaso_BarraProgreso.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="3_Vistas\P_TraspasoDato.resx">
|
|
<DependentUpon>P_TraspasoDato.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</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> |