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
DAL/obj/Debug/net8.0/DAL.AssemblyInfo.cs
Normal file
23
DAL/obj/Debug/net8.0/DAL.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("DAL")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("DAL")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("DAL")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
1
DAL/obj/Debug/net8.0/DAL.AssemblyInfoInputs.cache
Normal file
1
DAL/obj/Debug/net8.0/DAL.AssemblyInfoInputs.cache
Normal file
|
@ -0,0 +1 @@
|
|||
15bcc3f1c3a0b7609b7a1b3adf2368eff03844ed313fd46ac9aef346b89dee1e
|
|
@ -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 = DAL
|
||||
build_property.ProjectDir = C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||
build_property.EnableCodeStyleSeverity =
|
8
DAL/obj/Debug/net8.0/DAL.GlobalUsings.g.cs
Normal file
8
DAL/obj/Debug/net8.0/DAL.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
DAL/obj/Debug/net8.0/DAL.assets.cache
Normal file
BIN
DAL/obj/Debug/net8.0/DAL.assets.cache
Normal file
Binary file not shown.
BIN
DAL/obj/Debug/net8.0/DAL.csproj.AssemblyReference.cache
Normal file
BIN
DAL/obj/Debug/net8.0/DAL.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
0
DAL/obj/Debug/net8.0/DAL.csproj.BuildWithSkipAnalyzers
Normal file
0
DAL/obj/Debug/net8.0/DAL.csproj.BuildWithSkipAnalyzers
Normal file
1
DAL/obj/Debug/net8.0/DAL.csproj.CoreCompileInputs.cache
Normal file
1
DAL/obj/Debug/net8.0/DAL.csproj.CoreCompileInputs.cache
Normal file
|
@ -0,0 +1 @@
|
|||
cdb331590a21d4579f880e638f0ecf738982d40f616eca16ccb019057b2ce68c
|
12
DAL/obj/Debug/net8.0/DAL.csproj.FileListAbsolute.txt
Normal file
12
DAL/obj/Debug/net8.0/DAL.csproj.FileListAbsolute.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\bin\Debug\net8.0\DAL.deps.json
|
||||
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\bin\Debug\net8.0\DAL.dll
|
||||
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\bin\Debug\net8.0\DAL.pdb
|
||||
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.csproj.AssemblyReference.cache
|
||||
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.AssemblyInfoInputs.cache
|
||||
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.AssemblyInfo.cs
|
||||
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.csproj.CoreCompileInputs.cache
|
||||
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.dll
|
||||
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\refint\DAL.dll
|
||||
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.pdb
|
||||
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\ref\DAL.dll
|
BIN
DAL/obj/Debug/net8.0/DAL.dll
Normal file
BIN
DAL/obj/Debug/net8.0/DAL.dll
Normal file
Binary file not shown.
BIN
DAL/obj/Debug/net8.0/DAL.pdb
Normal file
BIN
DAL/obj/Debug/net8.0/DAL.pdb
Normal file
Binary file not shown.
BIN
DAL/obj/Debug/net8.0/ref/DAL.dll
Normal file
BIN
DAL/obj/Debug/net8.0/ref/DAL.dll
Normal file
Binary file not shown.
BIN
DAL/obj/Debug/net8.0/refint/DAL.dll
Normal file
BIN
DAL/obj/Debug/net8.0/refint/DAL.dll
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue