Remove unnecessary project settings and cache files from Woordenboek and update project.assets.json for consistency

This commit is contained in:
vista-man
2025-01-27 22:40:38 +01:00
parent 29d74ade51
commit b7e8f19bfd
54 changed files with 109 additions and 201 deletions

View File

@@ -10,12 +10,12 @@
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("woordenboek")]
[assembly: System.Reflection.AssemblyCompanyAttribute("Woordenboek")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+eec73a1d812ba8f40afe25e7bab003bd3de2082e")]
[assembly: System.Reflection.AssemblyProductAttribute("woordenboek")]
[assembly: System.Reflection.AssemblyTitleAttribute("woordenboek")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+29d74ade5109ae644fdc41b8e9c55195215f9822")]
[assembly: System.Reflection.AssemblyProductAttribute("Woordenboek")]
[assembly: System.Reflection.AssemblyTitleAttribute("Woordenboek")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]