feat: implement core domain models, authentication service, and UI components for the attendance system
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")]
|
||||
@@ -0,0 +1,22 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("Asistencia")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Asistencia")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Asistencia")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generado por la clase WriteCodeFragment de MSBuild.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
7d42fdfd5d545304f54f412d3c8be7c158538608f75b46e1fc823093b0c71a20
|
||||
@@ -0,0 +1,62 @@
|
||||
is_global = true
|
||||
build_property.AvaloniaNameGeneratorIsEnabled = true
|
||||
build_property.AvaloniaNameGeneratorBehavior = InitializeComponent
|
||||
build_property.AvaloniaNameGeneratorDefaultFieldModifier = internal
|
||||
build_property.AvaloniaNameGeneratorFilterByPath = *
|
||||
build_property.AvaloniaNameGeneratorFilterByNamespace = *
|
||||
build_property.AvaloniaNameGeneratorViewFileNamingStrategy = NamespaceAndClassName
|
||||
build_property.AvaloniaNameGeneratorAttachDevTools = true
|
||||
build_property.AvaloniaUseCompiledBindingsByDefault = true
|
||||
build_property.AvaloniaMainPackageVersion = 12.1.1
|
||||
build_property.AvaloniaPreviewerNetCoreToolPath = /home/juan/.nuget/packages/avalonia/12.1.1/buildTransitive//../tools/net8.0/designer/Avalonia.Designer.HostApp.dll
|
||||
build_property.AvaloniaResourcePaths = /home/juan/dev/asistencia-desktop/Asistencia/Assets/avalonia-logo.ico
|
||||
build_property.TargetFramework = net10.0
|
||||
build_property.TargetFramework = net10.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.RootNamespace = Asistencia
|
||||
build_property.ProjectDir = /home/juan/dev/asistencia-desktop/Asistencia/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
|
||||
[/home/juan/dev/asistencia-desktop/Asistencia/App.axaml]
|
||||
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml
|
||||
|
||||
[/home/juan/dev/asistencia-desktop/Asistencia/Styles/Cards.axaml]
|
||||
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml
|
||||
|
||||
[/home/juan/dev/asistencia-desktop/Asistencia/Views/AsistenciaView.axaml]
|
||||
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml
|
||||
|
||||
[/home/juan/dev/asistencia-desktop/Asistencia/Views/DashboardView.axaml]
|
||||
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml
|
||||
|
||||
[/home/juan/dev/asistencia-desktop/Asistencia/Views/LoginView.axaml]
|
||||
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml
|
||||
|
||||
[/home/juan/dev/asistencia-desktop/Asistencia/Views/MainWindow.axaml]
|
||||
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml
|
||||
|
||||
[/home/juan/dev/asistencia-desktop/Asistencia/Views/PerfilView.axaml]
|
||||
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml
|
||||
@@ -0,0 +1,8 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.IO;
|
||||
global using System.Linq;
|
||||
global using System.Net.Http;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
bb4e5c19b5946ec089b0cc258b9faf1ba9d270fa12fd7a5478fe32eb1ce9b1bf
|
||||
@@ -0,0 +1,277 @@
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/obj/Debug/net10.0/Asistencia.csproj.AssemblyReference.cache
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/obj/Debug/net10.0/Avalonia/Resources.Inputs.cache
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/obj/Debug/net10.0/Avalonia/resources
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/obj/Debug/net10.0/Asistencia.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/obj/Debug/net10.0/Asistencia.AssemblyInfoInputs.cache
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/obj/Debug/net10.0/Asistencia.AssemblyInfo.cs
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/obj/Debug/net10.0/Asistencia.csproj.CoreCompileInputs.cache
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/obj/Debug/net10.0/Asistencia.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/obj/Debug/net10.0/refint/Asistencia.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/obj/Debug/net10.0/Asistencia.pdb
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/Microsoft.Build.Locator.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.exe
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.exe.config
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/Microsoft.IO.Redist.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/Newtonsoft.Json.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/System.Buffers.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/System.Collections.Immutable.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/System.CommandLine.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/System.Memory.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/System.Numerics.Vectors.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/System.Runtime.CompilerServices.Unsafe.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/System.Threading.Tasks.Extensions.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/cs/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/de/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/es/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/fr/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/it/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/ja/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/ko/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/pl/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/pt-BR/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/ru/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/tr/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/zh-Hans/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-net472/zh-Hant/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/Microsoft.Build.Locator.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.deps.json
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll.config
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.runtimeconfig.json
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/Newtonsoft.Json.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/System.Collections.Immutable.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/System.CommandLine.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/cs/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/de/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/es/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/fr/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/it/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/ja/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/ko/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/pl/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/pt-BR/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/ru/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/tr/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/zh-Hans/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/BuildHost-netcore/zh-Hant/System.CommandLine.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Asistencia
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Asistencia.deps.json
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Asistencia.runtimeconfig.json
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Asistencia.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Asistencia.pdb
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.Base.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.Controls.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.DesignerSupport.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.Dialogs.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.Markup.Xaml.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.Markup.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.Metal.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.MicroCom.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.OpenGL.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.Vulkan.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.Desktop.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.Fonts.Inter.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.FreeDesktop.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.FreeDesktop.AtSpi.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.HarfBuzz.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.Native.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.Remote.Protocol.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.Skia.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.Themes.Fluent.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.Win32.Automation.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.Win32.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Avalonia.X11.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/AvaloniaUI.DiagnosticsSupport.Avalonia.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/CommunityToolkit.Mvvm.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/HarfBuzzSharp.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Humanizer.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/MicroCom.Runtime.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.Build.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.Build.Framework.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.Build.Tasks.Core.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.Build.Utilities.Core.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.CodeAnalysis.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.CodeAnalysis.Workspaces.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.Data.Sqlite.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.EntityFrameworkCore.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.EntityFrameworkCore.Design.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.EntityFrameworkCore.Relational.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.EntityFrameworkCore.Sqlite.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.Extensions.Caching.Abstractions.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.Extensions.Caching.Memory.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.Extensions.DependencyInjection.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.Extensions.DependencyModel.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.Extensions.Logging.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.Extensions.Logging.Abstractions.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.Extensions.Options.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.Extensions.Primitives.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.IO.RecyclableMemoryStream.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Microsoft.NET.StringTools.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Mono.TextTemplating.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Newtonsoft.Json.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/SkiaSharp.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/SQLitePCLRaw.batteries_v2.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/SQLitePCLRaw.core.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/SQLitePCLRaw.provider.e_sqlite3.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.CodeDom.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.Composition.AttributedModel.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.Composition.Convention.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.Composition.Hosting.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.Composition.Runtime.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.Composition.TypedParts.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.Configuration.ConfigurationManager.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.Diagnostics.EventLog.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.Formats.Nrbf.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.Reflection.MetadataLoadContext.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.Resources.Extensions.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.Security.Cryptography.Pkcs.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.Security.Cryptography.ProtectedData.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.Security.Cryptography.Xml.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.Security.Permissions.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/System.Windows.Extensions.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/Tmds.DBus.Protocol.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-arm64/native/av_libglesv2.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-x64/native/av_libglesv2.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-x86/native/av_libglesv2.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/osx/native/libAvaloniaNative.dylib
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-arm/native/libHarfBuzzSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-arm64/native/libHarfBuzzSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-loongarch64/native/libHarfBuzzSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-musl-arm/native/libHarfBuzzSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-musl-arm64/native/libHarfBuzzSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-musl-loongarch64/native/libHarfBuzzSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-musl-riscv64/native/libHarfBuzzSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-musl-x64/native/libHarfBuzzSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-riscv64/native/libHarfBuzzSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-x64/native/libHarfBuzzSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-x86/native/libHarfBuzzSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/osx/native/libHarfBuzzSharp.dylib
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-arm64/native/libHarfBuzzSharp.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-arm64/native/libHarfBuzzSharp.pdb
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-x64/native/libHarfBuzzSharp.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-x64/native/libHarfBuzzSharp.pdb
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-x86/native/libHarfBuzzSharp.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-x86/native/libHarfBuzzSharp.pdb
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-arm/native/libSkiaSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-arm64/native/libSkiaSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-bionic-arm64/native/libSkiaSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-bionic-x64/native/libSkiaSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-loongarch64/native/libSkiaSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-musl-arm/native/libSkiaSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-musl-arm64/native/libSkiaSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-musl-loongarch64/native/libSkiaSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-musl-riscv64/native/libSkiaSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-musl-x64/native/libSkiaSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-riscv64/native/libSkiaSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-x64/native/libSkiaSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-x86/native/libSkiaSharp.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/osx/native/libSkiaSharp.dylib
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-arm64/native/libSkiaSharp.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-arm64/native/libSkiaSharp.pdb
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-x64/native/libSkiaSharp.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-x64/native/libSkiaSharp.pdb
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-x86/native/libSkiaSharp.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-x86/native/libSkiaSharp.pdb
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/browser-wasm/nativeassets/net9.0/e_sqlite3.a
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-arm/native/libe_sqlite3.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-arm64/native/libe_sqlite3.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-armel/native/libe_sqlite3.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-mips64/native/libe_sqlite3.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-musl-arm/native/libe_sqlite3.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-musl-arm64/native/libe_sqlite3.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-musl-riscv64/native/libe_sqlite3.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-musl-s390x/native/libe_sqlite3.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-musl-x64/native/libe_sqlite3.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-ppc64le/native/libe_sqlite3.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-riscv64/native/libe_sqlite3.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-s390x/native/libe_sqlite3.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-x64/native/libe_sqlite3.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/linux-x86/native/libe_sqlite3.so
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/maccatalyst-x64/native/libe_sqlite3.dylib
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/osx-arm64/native/libe_sqlite3.dylib
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/osx-x64/native/libe_sqlite3.dylib
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-arm/native/e_sqlite3.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-arm64/native/e_sqlite3.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-x64/native/e_sqlite3.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win-x86/native/e_sqlite3.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/bin/Debug/net10.0/runtimes/win/lib/net9.0/System.Windows.Extensions.dll
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/obj/Debug/net10.0/Asistencia.csproj.Up2Date
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/obj/Debug/net10.0/Asistencia.genruntimeconfig.cache
|
||||
/home/juan/dev/asistencia-desktop/Asistencia/obj/Debug/net10.0/ref/Asistencia.dll
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
1abc02ebf67ea7b6b1941b1f23b310efc1f18cc525b69ac7f3d49032fb98a511
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
7de64fb5fa4e0e168a7e74c2ffd03e31e629dcd69c683149deae804486cdd7aa
|
||||
@@ -0,0 +1,215 @@
|
||||
/home/juan/.nuget/packages/avalonia/12.1.1/ref/net10.0/Avalonia.Base.dll
|
||||
/home/juan/.nuget/packages/avalonia/12.1.1/ref/net10.0/Avalonia.Controls.dll
|
||||
/home/juan/.nuget/packages/avalonia/12.1.1/ref/net10.0/Avalonia.DesignerSupport.dll
|
||||
/home/juan/.nuget/packages/avalonia.desktop/12.1.1/lib/net10.0/Avalonia.Desktop.dll
|
||||
/home/juan/.nuget/packages/avalonia/12.1.1/ref/net10.0/Avalonia.Dialogs.dll
|
||||
/home/juan/.nuget/packages/avalonia/12.1.1/ref/net10.0/Avalonia.dll
|
||||
/home/juan/.nuget/packages/avalonia.fonts.inter/12.1.1/lib/net10.0/Avalonia.Fonts.Inter.dll
|
||||
/home/juan/.nuget/packages/avalonia.freedesktop.atspi/12.1.1/lib/net10.0/Avalonia.FreeDesktop.AtSpi.dll
|
||||
/home/juan/.nuget/packages/avalonia.freedesktop/12.1.1/lib/net10.0/Avalonia.FreeDesktop.dll
|
||||
/home/juan/.nuget/packages/avalonia.harfbuzz/12.1.1/lib/net10.0/Avalonia.HarfBuzz.dll
|
||||
/home/juan/.nuget/packages/avalonia/12.1.1/ref/net10.0/Avalonia.Markup.dll
|
||||
/home/juan/.nuget/packages/avalonia/12.1.1/ref/net10.0/Avalonia.Markup.Xaml.dll
|
||||
/home/juan/.nuget/packages/avalonia/12.1.1/ref/net10.0/Avalonia.Metal.dll
|
||||
/home/juan/.nuget/packages/avalonia/12.1.1/ref/net10.0/Avalonia.MicroCom.dll
|
||||
/home/juan/.nuget/packages/avalonia.native/12.1.1/lib/net10.0/Avalonia.Native.dll
|
||||
/home/juan/.nuget/packages/avalonia/12.1.1/ref/net10.0/Avalonia.OpenGL.dll
|
||||
/home/juan/.nuget/packages/avalonia.remote.protocol/12.1.1/lib/net10.0/Avalonia.Remote.Protocol.dll
|
||||
/home/juan/.nuget/packages/avalonia.skia/12.1.1/lib/net10.0/Avalonia.Skia.dll
|
||||
/home/juan/.nuget/packages/avalonia.themes.fluent/12.1.1/lib/net10.0/Avalonia.Themes.Fluent.dll
|
||||
/home/juan/.nuget/packages/avalonia/12.1.1/ref/net10.0/Avalonia.Vulkan.dll
|
||||
/home/juan/.nuget/packages/avalonia.win32/12.1.1/lib/net10.0/Avalonia.Win32.Automation.dll
|
||||
/home/juan/.nuget/packages/avalonia.win32/12.1.1/lib/net10.0/Avalonia.Win32.dll
|
||||
/home/juan/.nuget/packages/avalonia.x11/12.1.1/lib/net10.0/Avalonia.X11.dll
|
||||
/home/juan/.nuget/packages/avaloniaui.diagnosticssupport/2.2.3/lib/net10.0/AvaloniaUI.DiagnosticsSupport.Avalonia.dll
|
||||
/home/juan/.nuget/packages/communitytoolkit.mvvm/8.4.2/lib/net8.0/CommunityToolkit.Mvvm.dll
|
||||
/home/juan/.nuget/packages/harfbuzzsharp/8.3.1.3/lib/net8.0/HarfBuzzSharp.dll
|
||||
/home/juan/.nuget/packages/microcom.runtime/0.11.6/lib/net8.0/MicroCom.Runtime.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/Microsoft.CSharp.dll
|
||||
/home/juan/.nuget/packages/microsoft.data.sqlite.core/10.0.0/lib/net8.0/Microsoft.Data.Sqlite.dll
|
||||
/home/juan/.nuget/packages/microsoft.entityframeworkcore.abstractions/10.0.0/lib/net10.0/Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
/home/juan/.nuget/packages/microsoft.entityframeworkcore/10.0.0/lib/net10.0/Microsoft.EntityFrameworkCore.dll
|
||||
/home/juan/.nuget/packages/microsoft.entityframeworkcore.relational/10.0.0/lib/net10.0/Microsoft.EntityFrameworkCore.Relational.dll
|
||||
/home/juan/.nuget/packages/microsoft.entityframeworkcore.sqlite.core/10.0.0/lib/net10.0/Microsoft.EntityFrameworkCore.Sqlite.dll
|
||||
/home/juan/.nuget/packages/microsoft.extensions.caching.abstractions/10.0.0/lib/net10.0/Microsoft.Extensions.Caching.Abstractions.dll
|
||||
/home/juan/.nuget/packages/microsoft.extensions.caching.memory/10.0.0/lib/net10.0/Microsoft.Extensions.Caching.Memory.dll
|
||||
/home/juan/.nuget/packages/microsoft.extensions.configuration.abstractions/10.0.0/lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
/home/juan/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/10.0.10/lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
/home/juan/.nuget/packages/microsoft.extensions.dependencyinjection/10.0.10/lib/net10.0/Microsoft.Extensions.DependencyInjection.dll
|
||||
/home/juan/.nuget/packages/microsoft.extensions.dependencymodel/10.0.0/lib/net10.0/Microsoft.Extensions.DependencyModel.dll
|
||||
/home/juan/.nuget/packages/microsoft.extensions.logging.abstractions/10.0.0/lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll
|
||||
/home/juan/.nuget/packages/microsoft.extensions.logging/10.0.0/lib/net10.0/Microsoft.Extensions.Logging.dll
|
||||
/home/juan/.nuget/packages/microsoft.extensions.options/10.0.0/lib/net10.0/Microsoft.Extensions.Options.dll
|
||||
/home/juan/.nuget/packages/microsoft.extensions.primitives/10.0.0/lib/net10.0/Microsoft.Extensions.Primitives.dll
|
||||
/home/juan/.nuget/packages/microsoft.io.recyclablememorystream/3.0.1/lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/Microsoft.VisualBasic.Core.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/Microsoft.VisualBasic.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/Microsoft.Win32.Primitives.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/Microsoft.Win32.Registry.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/mscorlib.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/netstandard.dll
|
||||
/home/juan/.nuget/packages/skiasharp/3.119.4/ref/net10.0/SkiaSharp.dll
|
||||
/home/juan/.nuget/packages/sqlitepclraw.bundle_e_sqlite3/2.1.11/lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll
|
||||
/home/juan/.nuget/packages/sqlitepclraw.core/2.1.11/lib/netstandard2.0/SQLitePCLRaw.core.dll
|
||||
/home/juan/.nuget/packages/sqlitepclraw.provider.e_sqlite3/2.1.11/lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.AppContext.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Buffers.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Collections.Concurrent.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Collections.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Collections.Immutable.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Collections.NonGeneric.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Collections.Specialized.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.ComponentModel.Annotations.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.ComponentModel.DataAnnotations.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.ComponentModel.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.ComponentModel.EventBasedAsync.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.ComponentModel.Primitives.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.ComponentModel.TypeConverter.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Configuration.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Console.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Core.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Data.Common.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Data.DataSetExtensions.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Data.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Diagnostics.Contracts.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Diagnostics.Debug.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Diagnostics.DiagnosticSource.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Diagnostics.FileVersionInfo.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Diagnostics.Process.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Diagnostics.StackTrace.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Diagnostics.TextWriterTraceListener.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Diagnostics.Tools.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Diagnostics.TraceSource.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Diagnostics.Tracing.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Drawing.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Drawing.Primitives.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Dynamic.Runtime.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Formats.Asn1.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Formats.Tar.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Globalization.Calendars.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Globalization.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Globalization.Extensions.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.Compression.Brotli.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.Compression.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.Compression.FileSystem.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.Compression.ZipFile.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.FileSystem.AccessControl.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.FileSystem.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.FileSystem.DriveInfo.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.FileSystem.Primitives.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.FileSystem.Watcher.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.IsolatedStorage.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.MemoryMappedFiles.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.Pipelines.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.Pipes.AccessControl.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.Pipes.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.IO.UnmanagedMemoryStream.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Linq.AsyncEnumerable.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Linq.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Linq.Expressions.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Linq.Parallel.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Linq.Queryable.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Memory.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.Http.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.Http.Json.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.HttpListener.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.Mail.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.NameResolution.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.NetworkInformation.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.Ping.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.Primitives.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.Quic.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.Requests.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.Security.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.ServerSentEvents.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.ServicePoint.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.Sockets.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.WebClient.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.WebHeaderCollection.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.WebProxy.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.WebSockets.Client.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Net.WebSockets.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Numerics.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Numerics.Vectors.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.ObjectModel.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Reflection.DispatchProxy.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Reflection.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Reflection.Emit.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Reflection.Emit.ILGeneration.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Reflection.Emit.Lightweight.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Reflection.Extensions.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Reflection.Metadata.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Reflection.Primitives.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Reflection.TypeExtensions.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Resources.Reader.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Resources.ResourceManager.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Resources.Writer.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.CompilerServices.Unsafe.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.CompilerServices.VisualC.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.Extensions.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.Handles.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.InteropServices.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.InteropServices.JavaScript.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.Intrinsics.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.Loader.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.Numerics.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.Serialization.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.Serialization.Formatters.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.Serialization.Json.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.Serialization.Primitives.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Runtime.Serialization.Xml.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Security.AccessControl.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Security.Claims.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Security.Cryptography.Algorithms.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Security.Cryptography.Cng.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Security.Cryptography.Csp.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Security.Cryptography.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Security.Cryptography.Encoding.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Security.Cryptography.OpenSsl.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Security.Cryptography.Primitives.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Security.Cryptography.X509Certificates.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Security.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Security.Principal.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Security.Principal.Windows.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Security.SecureString.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.ServiceModel.Web.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.ServiceProcess.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Text.Encoding.CodePages.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Text.Encoding.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Text.Encoding.Extensions.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Text.Encodings.Web.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Text.Json.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Text.RegularExpressions.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Threading.AccessControl.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Threading.Channels.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Threading.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Threading.Overlapped.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Threading.Tasks.Dataflow.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Threading.Tasks.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Threading.Tasks.Extensions.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Threading.Tasks.Parallel.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Threading.Thread.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Threading.ThreadPool.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Threading.Timer.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Transactions.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Transactions.Local.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.ValueTuple.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Web.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Web.HttpUtility.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Windows.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Xml.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Xml.Linq.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Xml.ReaderWriter.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Xml.Serialization.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Xml.XDocument.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Xml.XmlDocument.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Xml.XmlSerializer.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Xml.XPath.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/System.Xml.XPath.XDocument.dll
|
||||
/home/juan/.nuget/packages/tmds.dbus.protocol/0.94.1/lib/net9.0/Tmds.DBus.Protocol.dll
|
||||
/home/juan/.dotnet/packs/Microsoft.NETCore.App.Ref/10.0.2/ref/net10.0/WindowsBase.dll
|
||||
Binary file not shown.
Executable
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user