code optimization
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using global::System;
|
||||
using global::System.Runtime.InteropServices;
|
||||
using global::System.Runtime.InteropServices;
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird.
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<AssemblyTitle>TextValueConverter</AssemblyTitle>
|
||||
<Company>DRSN</Company>
|
||||
<Product>TextValueConverter</Product>
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
|
||||
namespace SM64Lib.TextValueConverter;
|
||||
namespace SM64Lib.TextValueConverter;
|
||||
|
||||
public static class TextValueConverter
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user