oh my god let's try this again

This commit is contained in:
2025-08-12 04:38:42 -04:00
parent 6ae54ccfdb
commit c53ce71f7f
805 changed files with 141853 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,69 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"blorgshooter/1.0.0": {
"dependencies": {
"Godot.SourceGenerators": "4.2.2",
"GodotSharp": "4.2.2",
"GodotSharpEditor": "4.2.2"
},
"runtime": {
"blorgshooter.dll": {}
}
},
"Godot.SourceGenerators/4.2.2": {},
"GodotSharp/4.2.2": {
"runtime": {
"lib/net6.0/GodotSharp.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.2.2.0"
}
}
},
"GodotSharpEditor/4.2.2": {
"dependencies": {
"GodotSharp": "4.2.2"
},
"runtime": {
"lib/net6.0/GodotSharpEditor.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.2.2.0"
}
}
}
}
},
"libraries": {
"blorgshooter/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Godot.SourceGenerators/4.2.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QGO7NjcG4W1doQTOXBp2TgAK+a6npFX2dYCw1CXttRh3/UI76sQnCUUe9/U95e6uMO9SzVK7wzEH3H4qGpOr4g==",
"path": "godot.sourcegenerators/4.2.2",
"hashPath": "godot.sourcegenerators.4.2.2.nupkg.sha512"
},
"GodotSharp/4.2.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-J2ZXDTuS4LlbPIOK2HCBD9lKNFvBzJLv6LIyFC3fAUKgUXZHvoKP/uwS+Iv/CrMZqsa+lQ+Wb4zfp5xoBrSCcw==",
"path": "godotsharp/4.2.2",
"hashPath": "godotsharp.4.2.2.nupkg.sha512"
},
"GodotSharpEditor/4.2.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-nNXntakfzSuH5AnQKBpznN8pF+3uYj9XmGIEMeR+6GOzg8gxx2b09bhVZm3q6onzldPEoo1YChBRL1zWWjOM6Q==",
"path": "godotsharpeditor/4.2.2",
"hashPath": "godotsharpeditor.4.2.2.nupkg.sha512"
}
}
}

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,10 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"rollForward": "LatestMinor",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
}
}
}