Used AI to change project to blazor webassembly.

This commit is contained in:
2026-08-10 14:49:01 +02:00
parent 218dbe36d9
commit e1053844c0
1117 changed files with 6441 additions and 749 deletions

View File

@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("DouwcoWebsite")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cb5db8df2e4a17a2d67a0923b8a24ade8aaba108")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+218dbe36d963a2370b8f8b86362f3a65401e6695")]
[assembly: System.Reflection.AssemblyProductAttribute("DouwcoWebsite")]
[assembly: System.Reflection.AssemblyTitleAttribute("DouwcoWebsite")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
8636e56ec2693babc0974a93f5bb1f6d4e6727ebe6b32f6bdeac4193d1707575
4c1c03aa9aff96d83ff554eb725e3e9b69f13ad9800b81c21d92eb4c60a553c2

View File

@@ -1,19 +1,25 @@
is_global = true
build_property.EnableAotAnalyzer =
build_property.EnableSingleFileAnalyzer =
build_property.EnableTrimAnalyzer = false
build_property.IncludeAllContentForSelfExtract =
build_property.VerifyReferenceTrimCompatibility =
build_property.VerifyReferenceAotCompatibility =
build_property.TargetFramework = net10.0
build_property.TargetFrameworkIdentifier = .NETCoreApp
build_property.TargetFrameworkVersion = v10.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.InvariantGlobalization = false
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property._SupportedPlatformList = browser
build_property.RootNamespace = DouwcoWebsite
build_property.RootNamespace = DouwcoWebsite
build_property.ProjectDir = /mnt/douwe/hdd/Projects/douwco_website/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EnableGeneratedComInterfaceComImportInterop = false
build_property.RazorLangVersion = 9.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
@@ -21,3 +27,39 @@ build_property.MSBuildProjectDirectory = /mnt/douwe/hdd/Projects/douwco_website
build_property._RazorSourceGeneratorDebug =
build_property.EffectiveAnalysisLevelStyle = 10.0
build_property.EnableCodeStyleSeverity =
[/mnt/douwe/hdd/Projects/douwco_website/App.razor]
build_metadata.AdditionalFiles.TargetPath = QXBwLnJhem9y
build_metadata.AdditionalFiles.CssScope =
[/mnt/douwe/hdd/Projects/douwco_website/Pages/Index.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXMvSW5kZXgucmF6b3I=
build_metadata.AdditionalFiles.CssScope =
[/mnt/douwe/hdd/Projects/douwco_website/Shared/AboutMeSection.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkL0Fib3V0TWVTZWN0aW9uLnJhem9y
build_metadata.AdditionalFiles.CssScope =
[/mnt/douwe/hdd/Projects/douwco_website/Shared/AppsSection.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkL0FwcHNTZWN0aW9uLnJhem9y
build_metadata.AdditionalFiles.CssScope =
[/mnt/douwe/hdd/Projects/douwco_website/Shared/Footer.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkL0Zvb3Rlci5yYXpvcg==
build_metadata.AdditionalFiles.CssScope =
[/mnt/douwe/hdd/Projects/douwco_website/Shared/GamesSection.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkL0dhbWVzU2VjdGlvbi5yYXpvcg==
build_metadata.AdditionalFiles.CssScope =
[/mnt/douwe/hdd/Projects/douwco_website/Shared/HomeSection.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkL0hvbWVTZWN0aW9uLnJhem9y
build_metadata.AdditionalFiles.CssScope =
[/mnt/douwe/hdd/Projects/douwco_website/Shared/NavMenu.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkL05hdk1lbnUucmF6b3I=
build_metadata.AdditionalFiles.CssScope =
[/mnt/douwe/hdd/Projects/douwco_website/_Imports.razor]
build_metadata.AdditionalFiles.TargetPath = X0ltcG9ydHMucmF6b3I=
build_metadata.AdditionalFiles.CssScope =

View File

@@ -1,17 +1,12 @@
// <auto-generated/>
global using Microsoft.AspNetCore.Builder;
global using Microsoft.AspNetCore.Hosting;
global using Microsoft.AspNetCore.Http;
global using Microsoft.AspNetCore.Routing;
global using Microsoft.Extensions.Configuration;
global using Microsoft.Extensions.DependencyInjection;
global using Microsoft.Extensions.Hosting;
global using Microsoft.Extensions.Logging;
global using Microsoft.Extensions.Validation.Embedded;
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Net.Http;
global using System.Net.Http.Json;
global using System.Threading;
global using System.Threading.Tasks;

View File

@@ -1 +1 @@
afdbb76545ce5c826375ab45a2e6b150b47df5e59cd85ff72987c071de4581e9
f4e50dcf01f11479124dcb13bf5b7fc18bc48e5741fb8ee99e95761876401269

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1 +1 @@
bebd2df5658b93fd3323ef099185ee21d8b0afa83a4c30b639d3ef440f0ee6a9
c14579e6e2899dfeeddd9618ef663e6e495f9415f8c67404846e2521bd9783ff

Binary file not shown.

View File

@@ -0,0 +1,7 @@
// <auto-generated/>
namespace Microsoft.CodeAnalysis
{
internal sealed partial class EmbeddedAttribute : global::System.Attribute
{
}
}

View File

@@ -0,0 +1,9 @@
// <auto-generated/>
namespace Microsoft.Extensions.Validation.Embedded
{
[global::Microsoft.CodeAnalysis.EmbeddedAttribute]
[global::System.AttributeUsage(global::System.AttributeTargets.Class)]
internal sealed class ValidatableTypeAttribute : global::System.Attribute
{
}
}

Binary file not shown.

View File

@@ -0,0 +1 @@
{ }

Some files were not shown because too many files have changed in this diff Show More