Add C# dotnet exact EXI codec implementation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
ChiKyun Kim
2025-09-10 13:02:58 +09:00
parent 35af323ff0
commit 90dc39fbe8
34 changed files with 2839 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ namespace V2GDecoderNet
{
class Program
{
static void Main(string[] args)
static void MainOriginal(string[] args)
{
Console.WriteLine("=== V2GDecoderNet - C# EXI Codec ===");
Console.WriteLine("OpenV2G C# Port v1.0.0");