diff --git a/Engine.Inputs/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Engine.Inputs/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index dca70aa..0000000 --- a/Engine.Inputs/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/Engine.Inputs/obj/Debug/net8.0/Engine.Inputs.AssemblyInfo.cs b/Engine.Inputs/obj/Debug/net8.0/Engine.Inputs.AssemblyInfo.cs deleted file mode 100644 index 0ad9bc6..0000000 --- a/Engine.Inputs/obj/Debug/net8.0/Engine.Inputs.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("Engine.Inputs")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Engine.Inputs")] -[assembly: System.Reflection.AssemblyTitleAttribute("Engine.Inputs")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/Engine.Inputs/obj/Debug/net8.0/Engine.Inputs.AssemblyInfoInputs.cache b/Engine.Inputs/obj/Debug/net8.0/Engine.Inputs.AssemblyInfoInputs.cache deleted file mode 100644 index 2e1e87f..0000000 --- a/Engine.Inputs/obj/Debug/net8.0/Engine.Inputs.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -200eeb1f808d7bfe43841c66ca2d0f14cead58c549530af015359e857c6dbbec diff --git a/Engine.Inputs/obj/Debug/net8.0/Engine.Inputs.GeneratedMSBuildEditorConfig.editorconfig b/Engine.Inputs/obj/Debug/net8.0/Engine.Inputs.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index ac75394..0000000 --- a/Engine.Inputs/obj/Debug/net8.0/Engine.Inputs.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -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 = Engine.Inputs -build_property.ProjectDir = /home/syntriax/Projects/MonoGame/Engine-Pong/Engine/Engine.Inputs/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/Engine.Inputs/obj/Debug/net8.0/Engine.Inputs.GlobalUsings.g.cs b/Engine.Inputs/obj/Debug/net8.0/Engine.Inputs.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/Engine.Inputs/obj/Debug/net8.0/Engine.Inputs.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -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;