code optimization

This commit is contained in:
2024-08-18 09:25:16 +02:00
parent 4e4cd1215b
commit c72feb2e33
125 changed files with 67 additions and 358 deletions

View File

@@ -1,10 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<AssemblyTitle>SM64Lib.Text.Exporters</AssemblyTitle>
<Product>SM64Lib.Text.Exporters</Product>
<Platforms>AnyCPU</Platforms>
<Configurations>Debug;Release;ReleaseBundle;ReleaseStandalone</Configurations>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualBasic" Version="10.3.0" />