Exferia/Exferia_Servicios/Exferia_Servicios/Exferia_Servicios.csproj

111 lines
5.2 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>{2CEF299E-1C6A-4257-913F-A8CF63C25EC6}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Exferia_Servicios</RootNamespace>
<AssemblyName>Exferia_Servicios</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>
</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="ClosedXML, Version=0.87.0.0, Culture=neutral, PublicKeyToken=fd1eb21b62ae805b, processorArchitecture=MSIL" />
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<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">
<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" />
</ItemGroup>
<ItemGroup>
<Compile Include="0_Modelos\INTERNO_SRV_Relacion_ClienteProveedor_Modelo.cs" />
<Compile Include="0_Modelos\INTERNO_SRV_Relacion_ClienteProveedor_Listado_Modelo.cs" />
<Compile Include="1_Datos\SRV_Relacion_ClienteProveedor_Datos.cs" />
<Compile Include="3_Vistas\Controladoras\P_Relacion_ClienteProveedor_Controladora.cs" />
<Compile Include="3_Vistas\F3\ABS_F3_SRV_Relacion_ClienteProveedor.cs" />
<Compile Include="3_Vistas\Listados\ABS_Listado_SRV_Relacion_ClienteProveedor.cs" />
<Compile Include="3_Vistas\Pruebas.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="3_Vistas\Pruebas.Designer.cs">
<DependentUpon>Pruebas.cs</DependentUpon>
</Compile>
<Compile Include="3_Vistas\P_Relacion_ClienteProveedor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="3_Vistas\P_Relacion_ClienteProveedor.Designer.cs">
<DependentUpon>P_Relacion_ClienteProveedor.cs</DependentUpon>
</Compile>
<Compile Include="Datos_Servicios.cs" />
<Compile Include="General\Funciones_Servicios.cs" />
<Compile Include="General\Variables_Servicios.cs" />
<Compile Include="Opciones.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="3_Vistas\ControlesPersonalizados_DentroPaneles\" />
<Folder Include="3_Vistas\MantenimientoSimple\" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="3_Vistas\Pruebas.resx">
<DependentUpon>Pruebas.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="3_Vistas\P_Relacion_ClienteProveedor.resx">
<DependentUpon>P_Relacion_ClienteProveedor.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>