Initial commit

This commit is contained in:
2025-09-13 17:36:46 +02:00
commit e63f321e01
48 changed files with 1179 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,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("App")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2635bd9720fad1ac3f2529a64d8bc5f4c3ee101d")]
[assembly: System.Reflection.AssemblyProductAttribute("App")]
[assembly: System.Reflection.AssemblyTitleAttribute("App")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
1c89c14e2e70d15a184b373db793f226339346e41e48c13d89a06b7e3f70ca26

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 = App
build_property.ProjectDir = /home/typo/Projects/Keychain/App/
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 @@
402265ef537706c829de9df052789aa8ccd7c86ac2a1c80a5839d94c081e2189

View File

@@ -0,0 +1,31 @@
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/UI/MainWindow.xml
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/App
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/App.deps.json
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/App.runtimeconfig.json
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/App.dll
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/App.pdb
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/Adw-1.dll
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/cairo-1.0.dll
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/freetype2-2.0.dll
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/Gdk-4.0.dll
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/GdkPixbuf-2.0.dll
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/Gio-2.0.dll
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/GLib-2.0.dll
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/GObject-2.0.dll
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/Graphene-1.0.dll
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/Gsk-4.0.dll
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/Gtk-4.0.dll
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/HarfBuzz-0.0.dll
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/Pango-1.0.dll
/home/typo/Projects/Keychain/App/bin/Debug/net8.0/PangoCairo-1.0.dll
/home/typo/Projects/Keychain/App/obj/Debug/net8.0/App.csproj.AssemblyReference.cache
/home/typo/Projects/Keychain/App/obj/Debug/net8.0/App.GeneratedMSBuildEditorConfig.editorconfig
/home/typo/Projects/Keychain/App/obj/Debug/net8.0/App.AssemblyInfoInputs.cache
/home/typo/Projects/Keychain/App/obj/Debug/net8.0/App.AssemblyInfo.cs
/home/typo/Projects/Keychain/App/obj/Debug/net8.0/App.csproj.CoreCompileInputs.cache
/home/typo/Projects/Keychain/App/obj/Debug/net8.0/App.csproj.Up2Date
/home/typo/Projects/Keychain/App/obj/Debug/net8.0/App.dll
/home/typo/Projects/Keychain/App/obj/Debug/net8.0/refint/App.dll
/home/typo/Projects/Keychain/App/obj/Debug/net8.0/App.pdb
/home/typo/Projects/Keychain/App/obj/Debug/net8.0/App.genruntimeconfig.cache
/home/typo/Projects/Keychain/App/obj/Debug/net8.0/ref/App.dll

View File

Binary file not shown.

View File

@@ -0,0 +1 @@
3e52254c7522307f4f009865e2637be76cf031225a884ce5829c56e03c24d19f

Binary file not shown.

BIN
App/obj/Debug/net8.0/apphost Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.