From c978ccb1d50c3a1d9cb8ad8d672bed12dd020e09 Mon Sep 17 00:00:00 2001 From: Sjory Date: Wed, 25 Dec 2024 13:14:17 +0100 Subject: nothing works idk wtf going on --- .../Debug/net8.0/Website.Client.AssemblyInfo.cs | 23 ---------------- .../net8.0/Website.Client.AssemblyInfoInputs.cache | 1 - ...lient.GeneratedMSBuildEditorConfig.editorconfig | 29 --------------------- .../obj/Debug/net8.0/Website.Client.assets.cache | Bin 0 -> 18102 bytes .../Website.Client.csproj.FileListAbsolute.txt | 0 5 files changed, 53 deletions(-) delete mode 100644 Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfo.cs delete mode 100644 Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfoInputs.cache delete mode 100644 Website/Website.Client/obj/Debug/net8.0/Website.Client.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 Website/Website.Client/obj/Debug/net8.0/Website.Client.assets.cache create mode 100644 Website/Website.Client/obj/Debug/net8.0/Website.Client.csproj.FileListAbsolute.txt (limited to 'Website/Website.Client/obj/Debug') diff --git a/Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfo.cs b/Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfo.cs deleted file mode 100644 index 2ce4049..0000000 --- a/Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// 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("Website.Client")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ca3e50a78787685fb5a39c6f751a87b2beb65c17")] -[assembly: System.Reflection.AssemblyProductAttribute("Website.Client")] -[assembly: System.Reflection.AssemblyTitleAttribute("Website.Client")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfoInputs.cache b/Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfoInputs.cache deleted file mode 100644 index dc3cc30..0000000 --- a/Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -8172bd910b98f16e9cdbda5927c8fc866e22339ffcc73a587a440d9f8d47c9da diff --git a/Website/Website.Client/obj/Debug/net8.0/Website.Client.GeneratedMSBuildEditorConfig.editorconfig b/Website/Website.Client/obj/Debug/net8.0/Website.Client.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 787390b..0000000 --- a/Website/Website.Client/obj/Debug/net8.0/Website.Client.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,29 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = false -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Website.Client -build_property.RootNamespace = Website.Client -build_property.ProjectDir = C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 8.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client -build_property._RazorSourceGeneratorDebug = -build_property.EffectiveAnalysisLevelStyle = 8.0 -build_property.EnableCodeStyleSeverity = - -[C:/Users/mgj32/Documents/GitHub/DrinksMachine/Website/Website.Client/Pages/Counter.razor] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQ291bnRlci5yYXpvcg== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mgj32/Documents/GitHub/DrinksMachine/Website/Website.Client/_Imports.razor] -build_metadata.AdditionalFiles.TargetPath = X0ltcG9ydHMucmF6b3I= -build_metadata.AdditionalFiles.CssScope = diff --git a/Website/Website.Client/obj/Debug/net8.0/Website.Client.assets.cache b/Website/Website.Client/obj/Debug/net8.0/Website.Client.assets.cache new file mode 100644 index 0000000..6f710de Binary files /dev/null and b/Website/Website.Client/obj/Debug/net8.0/Website.Client.assets.cache differ diff --git a/Website/Website.Client/obj/Debug/net8.0/Website.Client.csproj.FileListAbsolute.txt b/Website/Website.Client/obj/Debug/net8.0/Website.Client.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..e69de29 -- cgit v1.3.1