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>
2018-06-08 19:11:02 +00:00
<ProjectGuid > {DF92655D-08EA-4E25-A1E1-EE13CB7902D7}</ProjectGuid>
2018-06-05 19:09:29 +00:00
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
2018-06-08 19:11:02 +00:00
<RootNamespace > Atesa.Utilitarios</RootNamespace>
<AssemblyName > Atesa.Utilitarios</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-08 19:11:02 +00:00
<Reference Include= "APCEncryptLibrary" >
<HintPath > ..\..\..\..\..\..\..\..\DLL\APCEncryptLibrary.dll</HintPath>
2018-06-05 22:51:02 +00:00
</Reference>
2018-06-14 19:16:48 +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-13 16:26:15 +00:00
<Reference Include= "log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL" >
<HintPath > ..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
<Private > True</Private>
</Reference>
2018-06-12 16:14:03 +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-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-05 19:09:29 +00:00
<Reference Include= "System" />
2018-06-14 19:16:48 +00:00
<Reference Include= "System.ComponentModel.DataAnnotations" />
2018-06-12 16:14:03 +00:00
<Reference Include= "System.Configuration" />
2018-06-05 19:09:29 +00:00
<Reference Include= "System.Core" />
2018-06-14 19:16:48 +00:00
<Reference Include= "System.IO.Compression" />
2018-06-12 16:14:03 +00:00
<Reference Include= "System.Runtime.Serialization" />
<Reference Include= "System.ServiceModel" />
<Reference Include= "System.ServiceModel.Web" />
2018-06-14 19:16:48 +00:00
<Reference Include= "System.Transactions" />
2018-06-05 19:09:29 +00:00
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
2018-06-22 18:02:17 +00:00
<Compile Include= "AtesaJSON.cs" />
2018-06-11 15:52:09 +00:00
<Compile Include= "Encriptar.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "Extensiones.cs" />
2018-06-14 19:16:48 +00:00
<Compile Include= "Log.cs" />
2018-06-12 16:14:03 +00:00
<Compile Include= "NewtonsoftJsonDispatchFormatter.cs" />
2018-06-08 19:11:02 +00:00
<Compile Include= "ObtieneParametros.cs" />
2018-06-05 19:09:29 +00:00
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
2018-06-12 16:14:03 +00:00
<ItemGroup >
2018-06-14 19:16:48 +00:00
<None Include= "App.config" />
2018-06-12 16:14:03 +00:00
<None Include= "packages.config" />
</ItemGroup>
<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>