initial add

This commit is contained in:
2026-04-10 17:53:31 -05:00
commit ebd36e4ef3
196 changed files with 51603 additions and 0 deletions

View File

@@ -0,0 +1,74 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v10.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v10.0": {
"Gobbo-s Delivery/1.0.0": {
"dependencies": {
"RedotSharp": "4.4.0",
"RedotSharpEditor": "4.4.0",
"gobbos_logic": "1.0.0"
},
"runtime": {
"Gobbo-s Delivery.dll": {}
}
},
"RedotSharp/4.4.0": {
"runtime": {
"lib/net8.0/RedotSharp.dll": {
"assemblyVersion": "4.4.1.0",
"fileVersion": "4.4.1.0"
}
}
},
"RedotSharpEditor/4.4.0": {
"dependencies": {
"RedotSharp": "4.4.0"
},
"runtime": {
"lib/net8.0/RedotSharpEditor.dll": {
"assemblyVersion": "4.4.1.0",
"fileVersion": "4.4.1.0"
}
}
},
"gobbos_logic/1.0.0": {
"runtime": {
"gobbos_logic.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
}
}
},
"libraries": {
"Gobbo-s Delivery/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"RedotSharp/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-eKunTZTYTecMBIbASYTjVFukj8a76Rg6W6oD26zILXExWTPJDzkIjoEhiZ/B0WHiNctrCCMDBk8VJD+OotZBYg==",
"path": "redotsharp/4.4.0",
"hashPath": "redotsharp.4.4.0.nupkg.sha512"
},
"RedotSharpEditor/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-l/9UqOBQZYzQxK7hVTfylNtXFxzCQCJAWSK1nLUeH2F30mnFp8dzDCPTyjrq0Nf+GwByHb4sYTYHHaIq9N5pDg==",
"path": "redotsharpeditor/4.4.0",
"hashPath": "redotsharpeditor.4.4.0.nupkg.sha512"
},
"gobbos_logic/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

View File

@@ -0,0 +1,13 @@
{
"runtimeOptions": {
"tfm": "net10.0",
"rollForward": "LatestMinor",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "10.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

Binary file not shown.