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,39 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"BT-Admin/1.0.0": {
"dependencies": {
"BTbase": "1.0.0"
},
"runtime": {
"BT-Admin.dll": {}
}
},
"BTbase/1.0.0": {
"runtime": {
"BTbase.dll": {
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
}
}
},
"libraries": {
"BT-Admin/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"BTbase/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,19 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
}
}
}

Binary file not shown.

Binary file not shown.