move mir3x misc here
commitd6b5507a61ad80053c087892c4ff8e0e5dc4a9f2
authorJack Mao <junchih.1893@gmail.com>
Fri, 23 Jul 2021 18:09:47 +0000 (24 02:09 +0800)
committerJack Mao <junchih.1893@gmail.com>
Fri, 23 Jul 2021 18:09:47 +0000 (24 02:09 +0800)
tree18f2f2a65a064cb746fd5142ae04c27f18f84efc
parentb866cd3903ae9bb631cf70dac73fd68671876d0a
move mir3x misc here
50 files changed:
mir3x/.gitignore [new file with mode: 0644]
mir3x/LICENSE [new file with mode: 0644]
mir3x/README.md [new file with mode: 0644]
mir3x/tools/ImageManager/App.config [new file with mode: 0644]
mir3x/tools/ImageManager/IMain.Designer.cs [new file with mode: 0644]
mir3x/tools/ImageManager/IMain.cs [new file with mode: 0644]
mir3x/tools/ImageManager/IMain.resx [new file with mode: 0644]
mir3x/tools/ImageManager/ImageManager.csproj [new file with mode: 0644]
mir3x/tools/ImageManager/ImageManager.lib.csproj [new file with mode: 0644]
mir3x/tools/ImageManager/Mir3Library.cs [new file with mode: 0644]
mir3x/tools/ImageManager/Program.cs [new file with mode: 0644]
mir3x/tools/ImageManager/Properties/AssemblyInfo.cs [new file with mode: 0644]
mir3x/tools/ImageManager/Properties/Resources.Designer.cs [new file with mode: 0644]
mir3x/tools/ImageManager/Properties/Resources.resx [new file with mode: 0644]
mir3x/tools/ImageManager/Properties/Settings.Designer.cs [new file with mode: 0644]
mir3x/tools/ImageManager/Properties/Settings.settings [new file with mode: 0644]
mir3x/tools/ImageManager/WTLLibrary.cs [new file with mode: 0644]
mir3x/tools/ImageManager/packages.config [new file with mode: 0644]
mir3x/tools/LibraryEditor/App.config [new file with mode: 0644]
mir3x/tools/LibraryEditor/Astc.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/FixedListView.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/Function.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/LMain.Designer.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/LMain.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/LMain.resx [new file with mode: 0644]
mir3x/tools/LibraryEditor/LibraryEditor.csproj [new file with mode: 0644]
mir3x/tools/LibraryEditor/LibraryEditor.lib.csproj [new file with mode: 0644]
mir3x/tools/LibraryEditor/LockBitmap.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/MLibrary.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/MLibraryV0.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/MLibraryV2.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/Mir3Library.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/Program.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/Properties/AssemblyInfo.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/Properties/Resources.Designer.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/Properties/Resources.resx [new file with mode: 0644]
mir3x/tools/LibraryEditor/Properties/Resources1.Designer.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/Properties/Settings.Designer.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/Properties/Settings.settings [new file with mode: 0644]
mir3x/tools/LibraryEditor/WTLLibrary.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/WeMadeLibrary.cs [new file with mode: 0644]
mir3x/tools/LibraryEditor/lizard.ico [new file with mode: 0644]
mir3x/tools/LibraryEditor/packages.config [new file with mode: 0644]
mir3x/tools/img-manager/IMForm.fs [new file with mode: 0644]
mir3x/tools/img-manager/Info.plist [new file with mode: 0644]
mir3x/tools/img-manager/Program.fs [new file with mode: 0644]
mir3x/tools/img-manager/img-manager.fsproj [new file with mode: 0644]
mir3x/tools/lib-editor/LEForm.fs [new file with mode: 0644]
mir3x/tools/lib-editor/Program.fs [new file with mode: 0644]
mir3x/tools/lib-editor/lib-editor.fsproj [new file with mode: 0644]