Auto-generated compiler helper file that sets global usings and assembly metadata for the Game project, including addon title, identifiers, engine version, target framework and compile time. It does not contain runtime logic beyond compiler/global declarations.
global using static Sandbox.Internal.GlobalGameNamespace;
global using Microsoft.AspNetCore.Components;
global using Microsoft.AspNetCore.Components.Rendering;
[assembly: global::System.Reflection.AssemblyMetadata( "AddonTitle", "LLM POC" )]
[assembly: global::System.Reflection.AssemblyMetadata( "AddonIdent", "llm_poc" )]
[assembly: global::System.Reflection.AssemblyMetadata( "OrgIdent", "jeffskitchen" )]
[assembly: global::System.Reflection.AssemblyMetadata( "Ident", "jeffskitchen.llm_poc" )]
[assembly: global::System.Reflection.AssemblyMetadata( "EngineVersion", "28" )]
[assembly: global::System.Reflection.AssemblyMetadata( "EngineMinorVersion", "1" )]
[assembly: System.Runtime.Versioning.TargetFramework( ".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0" )]
[assembly: global::System.Reflection.AssemblyMetadata( "CompileTime", "2026-08-17T04:57:47.5628694Z" )]
[assembly: global::System.Reflection.AssemblyVersion("0.0.124.0")]
[assembly: global::System.Reflection.AssemblyFileVersion("0.0.124.0")]