Add DecodeSchema tool

This commit is contained in:
2025-11-02 09:32:17 +08:00
parent 44c2f7600f
commit ca210307f0
7 changed files with 188 additions and 1 deletions

6
DecodeSchema/App.config Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
</startup>
</configuration>