code optimization
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
using OfficeOpenXml;
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SM64Lib.Text.Exporters;
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SM64Lib.Text.Exporters;
|
||||
namespace SM64Lib.Text.Exporters;
|
||||
|
||||
public class TxtExporter
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user