primer commit

This commit is contained in:
Leonel Toro 2025-06-24 12:32:36 -04:00
commit cdcaa6e49f
193 changed files with 11597 additions and 0 deletions

View file

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

View file

@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("BLL")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("BLL")]
[assembly: System.Reflection.AssemblyTitleAttribute("BLL")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View file

@ -0,0 +1 @@
62434ed4862fb234978cb47913984efa422c1b158d592073a6e1921ce241b9c1

View file

@ -0,0 +1,15 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = BLL
build_property.ProjectDir = C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =

View file

@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

Binary file not shown.

View file

@ -0,0 +1 @@
8f1761063a2acbda93aa1239ec2a3ab4db9917d095f9b4d26eb31a54ce876bbd

View file

@ -0,0 +1,17 @@
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\bin\Debug\net8.0\BLL.deps.json
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\bin\Debug\net8.0\BLL.dll
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\bin\Debug\net8.0\BLL.pdb
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.AssemblyInfoInputs.cache
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.AssemblyInfo.cs
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.csproj.CoreCompileInputs.cache
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.dll
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\refint\BLL.dll
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.pdb
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\ref\BLL.dll
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.csproj.AssemblyReference.cache
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\bin\Debug\net8.0\DAL.dll
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\bin\Debug\net8.0\DAS.dll
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\bin\Debug\net8.0\DAL.pdb
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\bin\Debug\net8.0\DAS.pdb
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.csproj.Up2Date

View file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.