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,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")]

View File

@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("gobbos_logic")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("gobbos_logic")]
[assembly: System.Reflection.AssemblyTitleAttribute("gobbos_logic")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
6d3452595a6f4520e3e13db31307f92296bbab9459462f201792d04b6f9ade8b

View File

@@ -0,0 +1,17 @@
is_global = true
build_property.TargetFramework = net10.0
build_property.TargetFrameworkIdentifier = .NETCoreApp
build_property.TargetFrameworkVersion = v10.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = gobbos_logic
build_property.ProjectDir = /Users/joel/Documents/Development/gobbos/gobbos_logic/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 10.0
build_property.EnableCodeStyleSeverity =

View File

@@ -0,0 +1,8 @@
// <auto-generated/>
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Net.Http;
global using System.Threading;
global using System.Threading.Tasks;

View File

@@ -0,0 +1 @@
a3acb6d9f72329e4461e84fb29d6114c2f72831e53b445a33c87368d8a1ee77b

View File

@@ -0,0 +1,11 @@
/Users/joel/Documents/Development/gobbos/gobbos_logic/bin/Debug/net10.0/gobbos_logic.deps.json
/Users/joel/Documents/Development/gobbos/gobbos_logic/bin/Debug/net10.0/gobbos_logic.dll
/Users/joel/Documents/Development/gobbos/gobbos_logic/bin/Debug/net10.0/gobbos_logic.pdb
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net10.0/gobbos_logic.GeneratedMSBuildEditorConfig.editorconfig
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net10.0/gobbos_logic.AssemblyInfoInputs.cache
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net10.0/gobbos_logic.AssemblyInfo.cs
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net10.0/gobbos_logic.csproj.CoreCompileInputs.cache
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net10.0/gobbos_logic.dll
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net10.0/refint/gobbos_logic.dll
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net10.0/gobbos_logic.pdb
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net10.0/ref/gobbos_logic.dll

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

View File

@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("gobbos_logic")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("gobbos_logic")]
[assembly: System.Reflection.AssemblyTitleAttribute("gobbos_logic")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
6d3452595a6f4520e3e13db31307f92296bbab9459462f201792d04b6f9ade8b

View File

@@ -0,0 +1,15 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = gobbos_logic
build_property.ProjectDir = /Users/joel/Documents/Development/gobbos/gobbos_logic/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =

View File

@@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

View File

@@ -0,0 +1 @@
ef64e096402baf55611cbb70d3f6501d028f135f577c8e77f88008b84fd0b060

View File

@@ -0,0 +1,11 @@
/Users/joel/Documents/Development/gobbos/gobbos_logic/bin/Debug/net8.0/gobbos_logic.deps.json
/Users/joel/Documents/Development/gobbos/gobbos_logic/bin/Debug/net8.0/gobbos_logic.dll
/Users/joel/Documents/Development/gobbos/gobbos_logic/bin/Debug/net8.0/gobbos_logic.pdb
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net8.0/gobbos_logic.GeneratedMSBuildEditorConfig.editorconfig
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net8.0/gobbos_logic.AssemblyInfoInputs.cache
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net8.0/gobbos_logic.AssemblyInfo.cs
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net8.0/gobbos_logic.csproj.CoreCompileInputs.cache
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net8.0/gobbos_logic.dll
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net8.0/refint/gobbos_logic.dll
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net8.0/gobbos_logic.pdb
/Users/joel/Documents/Development/gobbos/gobbos_logic/obj/Debug/net8.0/ref/gobbos_logic.dll

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")]

View File

@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("gobbos_logic")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("gobbos_logic")]
[assembly: System.Reflection.AssemblyTitleAttribute("gobbos_logic")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
6d3452595a6f4520e3e13db31307f92296bbab9459462f201792d04b6f9ade8b

View File

@@ -0,0 +1,15 @@
is_global = true
build_property.TargetFramework = net9.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = gobbos_logic
build_property.ProjectDir = /Users/joel/Documents/Development/gobbos/gobbos_logic/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 9.0
build_property.EnableCodeStyleSeverity =

View File

@@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;