Added data objects, starting on parser

This commit is contained in:
2026-01-20 11:39:29 -06:00
parent 0a91734a27
commit e0c24250fb
37 changed files with 266 additions and 74 deletions

View File

@@ -1,11 +1,30 @@
{
"version": 3,
"targets": {
"net8.0": {}
"net8.0": {
"SzLib/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v8.0",
"compile": {
"bin/placeholder/SzLib.dll": {}
},
"runtime": {
"bin/placeholder/SzLib.dll": {}
}
}
}
},
"libraries": {
"SzLib/1.0.0": {
"type": "project",
"path": "../SzLib/SzLib.csproj",
"msbuildProject": "../SzLib/SzLib.csproj"
}
},
"libraries": {},
"projectFileDependencyGroups": {
"net8.0": []
"net8.0": [
"SzLib >= 1.0.0"
]
},
"packageFolders": {
"/home/chris/.nuget/packages/": {}
@@ -32,7 +51,11 @@
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
"projectReferences": {
"/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzLib/SzLib.csproj": {
"projectPath": "/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzLib/SzLib.csproj"
}
}
}
},
"warningProperties": {