first commit

This commit is contained in:
Your Name 2026-01-21 00:23:28 +03:00
commit 1530450313
165 changed files with 8443 additions and 0 deletions

BIN
build/AuthApp Executable file

Binary file not shown.

23
build/AuthApp.deps.json Normal file
View file

@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"AuthApp/1.0.0": {
"runtime": {
"AuthApp.dll": {}
}
}
}
},
"libraries": {
"AuthApp/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

BIN
build/AuthApp.dll Normal file

Binary file not shown.

View file

@ -0,0 +1,13 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}