initial source

This commit is contained in:
2025-03-06 18:56:47 +01:00
commit d055ffd56c
40 changed files with 1115 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,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("BT-Admin")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("BT-Admin")]
[assembly: System.Reflection.AssemblyTitleAttribute("BT-Admin")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
cc6649bc11d46b7e7b28f4566fa2b69d02f6b3d606dcb05b74bf154aae6d803a

View File

@@ -0,0 +1,22 @@
is_global = true
build_property.ApplicationManifest =
build_property.StartupObject =
build_property.ApplicationDefaultFont =
build_property.ApplicationHighDpiMode =
build_property.ApplicationUseCompatibleTextRendering =
build_property.ApplicationVisualStyles =
build_property.TargetFramework = net8.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = BT_Admin
build_property.ProjectDir = C:\Users\lands\source\repos\BT-Admin\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.CsWinRTUseWindowsUIXamlProjections = false
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =

View File

@@ -0,0 +1,10 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Drawing;
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;
global using global::System.Windows.Forms;

Binary file not shown.

View File

@@ -0,0 +1 @@
539dd1f2ad474b4e50c59ed5e28113ac6130987d3d341db03f67020dc5565209

View File

@@ -0,0 +1,20 @@
C:\Users\lands\source\repos\BT-Admin\obj\Debug\net8.0-windows\BT_Admin.BTAdmin.resources
C:\Users\lands\source\repos\BT-Admin\obj\Debug\net8.0-windows\BT-Admin.csproj.GenerateResource.cache
C:\Users\lands\source\repos\BT-Admin\obj\Debug\net8.0-windows\BT-Admin.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\lands\source\repos\BT-Admin\obj\Debug\net8.0-windows\BT-Admin.AssemblyInfoInputs.cache
C:\Users\lands\source\repos\BT-Admin\obj\Debug\net8.0-windows\BT-Admin.AssemblyInfo.cs
C:\Users\lands\source\repos\BT-Admin\obj\Debug\net8.0-windows\BT-Admin.csproj.CoreCompileInputs.cache
C:\Users\lands\source\repos\BT-Admin\bin\Debug\net8.0-windows\BT-Admin.exe
C:\Users\lands\source\repos\BT-Admin\bin\Debug\net8.0-windows\BT-Admin.deps.json
C:\Users\lands\source\repos\BT-Admin\bin\Debug\net8.0-windows\BT-Admin.runtimeconfig.json
C:\Users\lands\source\repos\BT-Admin\bin\Debug\net8.0-windows\BT-Admin.dll
C:\Users\lands\source\repos\BT-Admin\bin\Debug\net8.0-windows\BT-Admin.pdb
C:\Users\lands\source\repos\BT-Admin\obj\Debug\net8.0-windows\BT-Admin.dll
C:\Users\lands\source\repos\BT-Admin\obj\Debug\net8.0-windows\refint\BT-Admin.dll
C:\Users\lands\source\repos\BT-Admin\obj\Debug\net8.0-windows\BT-Admin.pdb
C:\Users\lands\source\repos\BT-Admin\obj\Debug\net8.0-windows\BT-Admin.genruntimeconfig.cache
C:\Users\lands\source\repos\BT-Admin\obj\Debug\net8.0-windows\ref\BT-Admin.dll
C:\Users\lands\source\repos\BT-Admin\bin\Debug\net8.0-windows\BTbase.dll
C:\Users\lands\source\repos\BT-Admin\bin\Debug\net8.0-windows\BTbase.pdb
C:\Users\lands\source\repos\BT-Admin\obj\Debug\net8.0-windows\BT-Admin.csproj.AssemblyReference.cache
C:\Users\lands\source\repos\BT-Admin\obj\Debug\net8.0-windows\BT-Admin.csproj.Up2Date

View File

@@ -0,0 +1,11 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {}
},
"libraries": {}
}

View File

@@ -0,0 +1,25 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"additionalProbingPaths": [
"C:\\Users\\lands\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\lands\\.nuget\\packages",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false,
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}

Binary file not shown.

View File

@@ -0,0 +1 @@
ec6a27f52bdbd0920dbdc2dbedb93a3b32fabdf795f91200de5ad23a56d61feb

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.