Modified Logger

This commit is contained in:
Mueller Wayan
2025-04-21 19:19:26 +02:00
parent 51493135df
commit 766b2e414b
34 changed files with 652 additions and 128 deletions
@@ -2,9 +2,22 @@
"version": 3,
"targets": {
"net8.0": {
"Firebird2D.Interfaces/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v8.0",
"compile": {
"bin/placeholder/Firebird2D.Interfaces.dll": {}
},
"runtime": {
"bin/placeholder/Firebird2D.Interfaces.dll": {}
}
},
"Firebird2D.Logger/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v8.0",
"dependencies": {
"Firebird2D.Interfaces": "1.0.0"
},
"compile": {
"bin/placeholder/Firebird2D.Logger.dll": {}
},
@@ -15,6 +28,11 @@
}
},
"libraries": {
"Firebird2D.Interfaces/1.0.0": {
"type": "project",
"path": "../FireBird2D.Interfaces/Firebird2D.Interfaces.csproj",
"msbuildProject": "../FireBird2D.Interfaces/Firebird2D.Interfaces.csproj"
},
"Firebird2D.Logger/1.0.0": {
"type": "project",
"path": "../Firebird2D.Logger/Firebird2D.Logger.csproj",