primer commit
This commit is contained in:
commit
cdcaa6e49f
193 changed files with 11597 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
23
BLL/obj/Debug/net8.0/BLL.AssemblyInfo.cs
Normal file
23
BLL/obj/Debug/net8.0/BLL.AssemblyInfo.cs
Normal 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.
|
||||
|
1
BLL/obj/Debug/net8.0/BLL.AssemblyInfoInputs.cache
Normal file
1
BLL/obj/Debug/net8.0/BLL.AssemblyInfoInputs.cache
Normal file
|
@ -0,0 +1 @@
|
|||
62434ed4862fb234978cb47913984efa422c1b158d592073a6e1921ce241b9c1
|
|
@ -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 =
|
8
BLL/obj/Debug/net8.0/BLL.GlobalUsings.g.cs
Normal file
8
BLL/obj/Debug/net8.0/BLL.GlobalUsings.g.cs
Normal 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;
|
BIN
BLL/obj/Debug/net8.0/BLL.assets.cache
Normal file
BIN
BLL/obj/Debug/net8.0/BLL.assets.cache
Normal file
Binary file not shown.
BIN
BLL/obj/Debug/net8.0/BLL.csproj.AssemblyReference.cache
Normal file
BIN
BLL/obj/Debug/net8.0/BLL.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
0
BLL/obj/Debug/net8.0/BLL.csproj.BuildWithSkipAnalyzers
Normal file
0
BLL/obj/Debug/net8.0/BLL.csproj.BuildWithSkipAnalyzers
Normal file
1
BLL/obj/Debug/net8.0/BLL.csproj.CoreCompileInputs.cache
Normal file
1
BLL/obj/Debug/net8.0/BLL.csproj.CoreCompileInputs.cache
Normal file
|
@ -0,0 +1 @@
|
|||
8f1761063a2acbda93aa1239ec2a3ab4db9917d095f9b4d26eb31a54ce876bbd
|
17
BLL/obj/Debug/net8.0/BLL.csproj.FileListAbsolute.txt
Normal file
17
BLL/obj/Debug/net8.0/BLL.csproj.FileListAbsolute.txt
Normal 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
|
0
BLL/obj/Debug/net8.0/BLL.csproj.Up2Date
Normal file
0
BLL/obj/Debug/net8.0/BLL.csproj.Up2Date
Normal file
BIN
BLL/obj/Debug/net8.0/BLL.dll
Normal file
BIN
BLL/obj/Debug/net8.0/BLL.dll
Normal file
Binary file not shown.
BIN
BLL/obj/Debug/net8.0/BLL.pdb
Normal file
BIN
BLL/obj/Debug/net8.0/BLL.pdb
Normal file
Binary file not shown.
BIN
BLL/obj/Debug/net8.0/ref/BLL.dll
Normal file
BIN
BLL/obj/Debug/net8.0/ref/BLL.dll
Normal file
Binary file not shown.
BIN
BLL/obj/Debug/net8.0/refint/BLL.dll
Normal file
BIN
BLL/obj/Debug/net8.0/refint/BLL.dll
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue