Refactor all gameItem into one object for easier stats

This commit is contained in:
derek.holloway
2025-12-17 19:13:10 -08:00
parent 063b70a4d5
commit 25e86a6990
201 changed files with 1829 additions and 868 deletions
@@ -1,26 +1,26 @@
{
"format": 1,
"restore": {
"/home/derek/Desktop/PolyphiaGame/Test.csproj": {}
"/Users/derekholloway/Desktop/PolyphiaGame/Test.csproj": {}
},
"projects": {
"/home/derek/Desktop/PolyphiaGame/Test.csproj": {
"/Users/derekholloway/Desktop/PolyphiaGame/Test.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/home/derek/Desktop/PolyphiaGame/Test.csproj",
"projectUniqueName": "/Users/derekholloway/Desktop/PolyphiaGame/Test.csproj",
"projectName": "Test",
"projectPath": "/home/derek/Desktop/PolyphiaGame/Test.csproj",
"packagesPath": "/home/derek/.nuget/packages/",
"outputPath": "/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/obj/",
"projectPath": "/Users/derekholloway/Desktop/PolyphiaGame/Test.csproj",
"packagesPath": "/Users/derekholloway/.nuget/packages/",
"outputPath": "/Users/derekholloway/Desktop/PolyphiaGame/.godot/mono/temp/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/home/derek/.nuget/NuGet/NuGet.Config"
"/Users/derekholloway/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"/usr/share/dotnet/library-packs": {},
"/usr/local/share/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@@ -39,7 +39,7 @@
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "10.0.100"
"SdkAnalysisLevel": "9.0.300"
},
"frameworks": {
"net8.0": {
@@ -79,6 +79,10 @@
"System.Security.Cryptography.Xml": {
"target": "Package",
"version": "[10.0.0, )"
},
"YamlDotNet": {
"target": "Package",
"version": "[16.3.0, )"
}
},
"imports": [
@@ -95,11 +99,11 @@
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[8.0.22, 8.0.22]"
"version": "[8.0.17, 8.0.17]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[8.0.22, 8.0.22]"
"version": "[8.0.17, 8.0.17]"
}
],
"frameworkReferences": {
@@ -107,7 +111,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.100/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.301/PortableRuntimeIdentifierGraph.json"
}
}
}