This commit is contained in:
bwbl
2024-10-03 16:23:08 +02:00
commit af356f294e
32 changed files with 582 additions and 0 deletions

BIN
bin/Debug/net8.0/p4 Executable file

Binary file not shown.

View File

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

BIN
bin/Debug/net8.0/p4.dll Normal file

Binary file not shown.

BIN
bin/Debug/net8.0/p4.pdb Normal file

Binary file not shown.

View File

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