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