diff --git a/skills/minimax-docx/.gitignore b/skills/minimax-docx/.gitignore new file mode 100644 index 0000000..59072c5 --- /dev/null +++ b/skills/minimax-docx/.gitignore @@ -0,0 +1,3 @@ +obj/ +bin/ +*.user diff --git a/skills/minimax-docx/LICENSE b/skills/minimax-docx/LICENSE new file mode 100644 index 0000000..53218a2 --- /dev/null +++ b/skills/minimax-docx/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 MiniMaxAI + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/DocumentFormat.OpenXml.Framework.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/DocumentFormat.OpenXml.Framework.dll deleted file mode 100755 index 58544f8..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/DocumentFormat.OpenXml.Framework.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/DocumentFormat.OpenXml.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/DocumentFormat.OpenXml.dll deleted file mode 100755 index 738103b..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/DocumentFormat.OpenXml.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli deleted file mode 100755 index fd50136..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.deps.json b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.deps.json deleted file mode 100644 index d0c2a28..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.deps.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v8.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v8.0": { - "MiniMaxAIDocx.Cli/1.0.0": { - "dependencies": { - "MiniMaxAIDocx.Core": "1.0.0", - "System.CommandLine": "2.0.5" - }, - "runtime": { - "MiniMaxAIDocx.Cli.dll": {} - } - }, - "DocumentFormat.OpenXml/3.5.1": { - "dependencies": { - "DocumentFormat.OpenXml.Framework": "3.5.1" - }, - "runtime": { - "lib/net8.0/DocumentFormat.OpenXml.dll": { - "assemblyVersion": "3.5.1.0", - "fileVersion": "3.5.1.0" - } - } - }, - "DocumentFormat.OpenXml.Framework/3.5.1": { - "dependencies": { - "System.IO.Packaging": "8.0.1" - }, - "runtime": { - "lib/net8.0/DocumentFormat.OpenXml.Framework.dll": { - "assemblyVersion": "3.5.1.0", - "fileVersion": "3.5.1.0" - } - } - }, - "System.CommandLine/2.0.5": { - "runtime": { - "lib/net8.0/System.CommandLine.dll": { - "assemblyVersion": "2.0.5.0", - "fileVersion": "2.0.526.15411" - } - }, - "resources": { - "lib/net8.0/cs/System.CommandLine.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/System.CommandLine.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/System.CommandLine.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/System.CommandLine.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/System.CommandLine.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/System.CommandLine.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/System.CommandLine.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/System.CommandLine.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/System.CommandLine.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/System.CommandLine.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/System.CommandLine.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/System.CommandLine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/System.CommandLine.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "System.IO.Packaging/8.0.1": { - "runtime": { - "lib/net8.0/System.IO.Packaging.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.1024.46610" - } - } - }, - "MiniMaxAIDocx.Core/1.0.0": { - "dependencies": { - "DocumentFormat.OpenXml": "3.5.1", - "System.CommandLine": "2.0.5" - }, - "runtime": { - "MiniMaxAIDocx.Core.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "MiniMaxAIDocx.Cli/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "DocumentFormat.OpenXml/3.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zxdOf5VVCe/uNklbRhj8dVBzQGj3DoqkUuqOp9cAZVuN8mNYDjof1lvSQA2OQNr8Ptc9d7pbA7Azq/ReaI3FpA==", - "path": "documentformat.openxml/3.5.1", - "hashPath": "documentformat.openxml.3.5.1.nupkg.sha512" - }, - "DocumentFormat.OpenXml.Framework/3.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U5txtc3ORno73xQx9Lf2gWzfaSZnZwKHfLkTAslhlew9lxe5XbUiCt0dY1fHeAf8yRqszUAe5i/+xLC9R/Xfsw==", - "path": "documentformat.openxml.framework/3.5.1", - "hashPath": "documentformat.openxml.framework.3.5.1.nupkg.sha512" - }, - "System.CommandLine/2.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2XtWAPk1G6arpe3OCFNrYYuf6iIboznxs2elJSGgd8e0euou7LfGYFon6hBEfDWNtOLr0M3+oUVgy1a5EGa41A==", - "path": "system.commandline/2.0.5", - "hashPath": "system.commandline.2.0.5.nupkg.sha512" - }, - "System.IO.Packaging/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KYkIOAvPexQOLDxPO2g0BVoWInnQhPpkFzRqvNrNrMhVT6kqhVr0zEb6KCHlptLFukxnZrjuMVAnxK7pOGUYrw==", - "path": "system.io.packaging/8.0.1", - "hashPath": "system.io.packaging.8.0.1.nupkg.sha512" - }, - "MiniMaxAIDocx.Core/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.dll deleted file mode 100644 index d055b33..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.pdb b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.pdb deleted file mode 100644 index 76b339c..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.pdb and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.runtimeconfig.json b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.runtimeconfig.json deleted file mode 100644 index becfaea..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net8.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "8.0.0" - }, - "configProperties": { - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Core.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Core.dll deleted file mode 100644 index e665177..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Core.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Core.pdb b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Core.pdb deleted file mode 100644 index c201fda..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Core.pdb and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/System.CommandLine.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/System.CommandLine.dll deleted file mode 100755 index f7db1c4..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/System.CommandLine.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/System.IO.Packaging.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/System.IO.Packaging.dll deleted file mode 100755 index eb95db7..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/System.IO.Packaging.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/cs/System.CommandLine.resources.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/cs/System.CommandLine.resources.dll deleted file mode 100755 index a0cc1e9..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/cs/System.CommandLine.resources.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/de/System.CommandLine.resources.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/de/System.CommandLine.resources.dll deleted file mode 100755 index 0abe2d2..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/de/System.CommandLine.resources.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/es/System.CommandLine.resources.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/es/System.CommandLine.resources.dll deleted file mode 100755 index f646d12..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/es/System.CommandLine.resources.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/fr/System.CommandLine.resources.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/fr/System.CommandLine.resources.dll deleted file mode 100755 index 1e6b3da..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/fr/System.CommandLine.resources.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/it/System.CommandLine.resources.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/it/System.CommandLine.resources.dll deleted file mode 100755 index 849119b..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/it/System.CommandLine.resources.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/ja/System.CommandLine.resources.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/ja/System.CommandLine.resources.dll deleted file mode 100755 index a676dbe..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/ja/System.CommandLine.resources.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/ko/System.CommandLine.resources.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/ko/System.CommandLine.resources.dll deleted file mode 100755 index 132eed4..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/ko/System.CommandLine.resources.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/pl/System.CommandLine.resources.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/pl/System.CommandLine.resources.dll deleted file mode 100755 index e1a2d0d..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/pl/System.CommandLine.resources.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/pt-BR/System.CommandLine.resources.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/pt-BR/System.CommandLine.resources.dll deleted file mode 100755 index 693e3fa..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/pt-BR/System.CommandLine.resources.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/ru/System.CommandLine.resources.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/ru/System.CommandLine.resources.dll deleted file mode 100755 index 49920c1..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/ru/System.CommandLine.resources.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/tr/System.CommandLine.resources.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/tr/System.CommandLine.resources.dll deleted file mode 100755 index ece46ba..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/tr/System.CommandLine.resources.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/zh-Hans/System.CommandLine.resources.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/zh-Hans/System.CommandLine.resources.dll deleted file mode 100755 index f2029ac..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/zh-Hans/System.CommandLine.resources.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/zh-Hant/System.CommandLine.resources.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/zh-Hant/System.CommandLine.resources.dll deleted file mode 100755 index a0f3239..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/zh-Hant/System.CommandLine.resources.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index 2217181..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxA.5028F715.Up2Date b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxA.5028F715.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.AssemblyInfo.cs b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.AssemblyInfo.cs deleted file mode 100644 index be2225d..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("MiniMaxAIDocx.Cli")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e3ce8892f0b979e6cb59331f8fb7ae47bb64cb4f")] -[assembly: System.Reflection.AssemblyProductAttribute("MiniMaxAIDocx.Cli")] -[assembly: System.Reflection.AssemblyTitleAttribute("MiniMaxAIDocx.Cli")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly: System.Resources.NeutralResourcesLanguageAttribute("en")] - -// 由 MSBuild WriteCodeFragment 类生成。 - diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.AssemblyInfoInputs.cache b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.AssemblyInfoInputs.cache deleted file mode 100644 index 26c3b06..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -e56aa33652107fd02ce9b20ef9cc8604bbd8376ad519a91571001d9836e4f073 diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.GeneratedMSBuildEditorConfig.editorconfig b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 78de08b..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = MiniMaxAIDocx.Cli -build_property.ProjectDir = /Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 8.0 -build_property.EnableCodeStyleSeverity = diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.GlobalUsings.g.cs b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.GlobalUsings.g.cs deleted file mode 100644 index d12bcbc..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.assets.cache b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.assets.cache deleted file mode 100644 index aafb17e..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.assets.cache and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.csproj.AssemblyReference.cache b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.csproj.AssemblyReference.cache deleted file mode 100644 index cd3234b..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.csproj.AssemblyReference.cache and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.csproj.CoreCompileInputs.cache b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.csproj.CoreCompileInputs.cache deleted file mode 100644 index 1d34f78..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -fc989195ef015cac70b62f9ab35f0935138882819f5434f1b8896ac43d1f3dbf diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.csproj.FileListAbsolute.txt b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.csproj.FileListAbsolute.txt deleted file mode 100644 index c02a5b2..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,36 +0,0 @@ -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.deps.json -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.runtimeconfig.json -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli.pdb -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/DocumentFormat.OpenXml.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/DocumentFormat.OpenXml.Framework.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/System.CommandLine.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/System.IO.Packaging.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/cs/System.CommandLine.resources.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/de/System.CommandLine.resources.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/es/System.CommandLine.resources.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/fr/System.CommandLine.resources.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/it/System.CommandLine.resources.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/ja/System.CommandLine.resources.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/ko/System.CommandLine.resources.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/pl/System.CommandLine.resources.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/pt-BR/System.CommandLine.resources.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/ru/System.CommandLine.resources.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/tr/System.CommandLine.resources.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/zh-Hans/System.CommandLine.resources.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/zh-Hant/System.CommandLine.resources.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Core.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Core.pdb -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.csproj.AssemblyReference.cache -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.GeneratedMSBuildEditorConfig.editorconfig -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.AssemblyInfoInputs.cache -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.AssemblyInfo.cs -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.csproj.CoreCompileInputs.cache -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.sourcelink.json -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxA.5028F715.Up2Date -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/refint/MiniMaxAIDocx.Cli.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.pdb -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.genruntimeconfig.cache -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/ref/MiniMaxAIDocx.Cli.dll diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.dll deleted file mode 100644 index d055b33..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.genruntimeconfig.cache b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.genruntimeconfig.cache deleted file mode 100644 index 6004050..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -e0702230bb138c003114429fb635d284a0ba3bf94bb8f9a33fcfaa458c1c06ab diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.pdb b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.pdb deleted file mode 100644 index 76b339c..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.pdb and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.sourcelink.json b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.sourcelink.json deleted file mode 100644 index 5855f60..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/MiniMaxAIDocx.Cli.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"/Users/minimax/mmo/skills/*":"https://raw.githubusercontent.com/MiniMax-AI/skills/e3ce8892f0b979e6cb59331f8fb7ae47bb64cb4f/*"}} \ No newline at end of file diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/apphost b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/apphost deleted file mode 100755 index fd50136..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/apphost and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/ref/MiniMaxAIDocx.Cli.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/ref/MiniMaxAIDocx.Cli.dll deleted file mode 100644 index 1bd52a3..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/ref/MiniMaxAIDocx.Cli.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/refint/MiniMaxAIDocx.Cli.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/refint/MiniMaxAIDocx.Cli.dll deleted file mode 100644 index 1bd52a3..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/Debug/net8.0/refint/MiniMaxAIDocx.Cli.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/MiniMaxAIDocx.Cli.csproj.nuget.dgspec.json b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/MiniMaxAIDocx.Cli.csproj.nuget.dgspec.json deleted file mode 100644 index 9cead04..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/MiniMaxAIDocx.Cli.csproj.nuget.dgspec.json +++ /dev/null @@ -1,172 +0,0 @@ -{ - "format": 1, - "restore": { - "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/MiniMaxAIDocx.Cli.csproj": {} - }, - "projects": { - "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/MiniMaxAIDocx.Cli.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/MiniMaxAIDocx.Cli.csproj", - "projectName": "MiniMaxAIDocx.Cli", - "projectPath": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/MiniMaxAIDocx.Cli.csproj", - "packagesPath": "/Users/minimax/.nuget/packages/", - "outputPath": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/Users/minimax/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "/opt/homebrew/Cellar/dotnet/10.0.102/libexec/library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj": { - "projectPath": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "System.CommandLine": { - "target": "Package", - "version": "[2.0.5, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[8.0.23, 8.0.23]" - }, - { - "name": "Microsoft.NETCore.App.Host.osx-arm64", - "version": "[8.0.23, 8.0.23]" - }, - { - "name": "Microsoft.NETCore.App.Ref", - "version": "[8.0.23, 8.0.23]" - } - ], - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/opt/homebrew/Cellar/dotnet/10.0.102/libexec/sdk/10.0.102/PortableRuntimeIdentifierGraph.json" - } - } - }, - "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj", - "projectName": "MiniMaxAIDocx.Core", - "projectPath": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj", - "packagesPath": "/Users/minimax/.nuget/packages/", - "outputPath": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/Users/minimax/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "/opt/homebrew/Cellar/dotnet/10.0.102/libexec/library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "DocumentFormat.OpenXml": { - "target": "Package", - "version": "[3.5.1, )" - }, - "System.CommandLine": { - "target": "Package", - "version": "[2.0.5, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[8.0.23, 8.0.23]" - }, - { - "name": "Microsoft.NETCore.App.Ref", - "version": "[8.0.23, 8.0.23]" - } - ], - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/opt/homebrew/Cellar/dotnet/10.0.102/libexec/sdk/10.0.102/PortableRuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/MiniMaxAIDocx.Cli.csproj.nuget.g.props b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/MiniMaxAIDocx.Cli.csproj.nuget.g.props deleted file mode 100644 index 0942be2..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/MiniMaxAIDocx.Cli.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /Users/minimax/.nuget/packages/ - /Users/minimax/.nuget/packages/ - PackageReference - 7.0.0 - - - - - \ No newline at end of file diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/MiniMaxAIDocx.Cli.csproj.nuget.g.targets b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/MiniMaxAIDocx.Cli.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/MiniMaxAIDocx.Cli.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/project.assets.json b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/project.assets.json deleted file mode 100644 index 0ecb5fc..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/project.assets.json +++ /dev/null @@ -1,349 +0,0 @@ -{ - "version": 3, - "targets": { - "net8.0": { - "DocumentFormat.OpenXml/3.5.1": { - "type": "package", - "dependencies": { - "DocumentFormat.OpenXml.Framework": "3.5.1" - }, - "compile": { - "lib/net8.0/DocumentFormat.OpenXml.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/DocumentFormat.OpenXml.dll": { - "related": ".xml" - } - } - }, - "DocumentFormat.OpenXml.Framework/3.5.1": { - "type": "package", - "dependencies": { - "System.IO.Packaging": "8.0.1" - }, - "compile": { - "lib/net8.0/DocumentFormat.OpenXml.Framework.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/DocumentFormat.OpenXml.Framework.dll": { - "related": ".xml" - } - } - }, - "System.CommandLine/2.0.5": { - "type": "package", - "compile": { - "lib/net8.0/System.CommandLine.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/System.CommandLine.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/System.CommandLine.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/System.CommandLine.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/System.CommandLine.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/System.CommandLine.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/System.CommandLine.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/System.CommandLine.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/System.CommandLine.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/System.CommandLine.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/System.CommandLine.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/System.CommandLine.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/System.CommandLine.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/System.CommandLine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/System.CommandLine.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "System.IO.Packaging/8.0.1": { - "type": "package", - "compile": { - "lib/net8.0/System.IO.Packaging.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IO.Packaging.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "MiniMaxAIDocx.Core/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v8.0", - "dependencies": { - "DocumentFormat.OpenXml": "3.5.1", - "System.CommandLine": "2.0.5" - }, - "compile": { - "bin/placeholder/MiniMaxAIDocx.Core.dll": {} - }, - "runtime": { - "bin/placeholder/MiniMaxAIDocx.Core.dll": {} - } - } - } - }, - "libraries": { - "DocumentFormat.OpenXml/3.5.1": { - "sha512": "zxdOf5VVCe/uNklbRhj8dVBzQGj3DoqkUuqOp9cAZVuN8mNYDjof1lvSQA2OQNr8Ptc9d7pbA7Azq/ReaI3FpA==", - "type": "package", - "path": "documentformat.openxml/3.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "documentformat.openxml.3.5.1.nupkg.sha512", - "documentformat.openxml.nuspec", - "icon.png", - "lib/net10.0/DocumentFormat.OpenXml.dll", - "lib/net10.0/DocumentFormat.OpenXml.xml", - "lib/net35/DocumentFormat.OpenXml.dll", - "lib/net35/DocumentFormat.OpenXml.xml", - "lib/net40/DocumentFormat.OpenXml.dll", - "lib/net40/DocumentFormat.OpenXml.xml", - "lib/net46/DocumentFormat.OpenXml.dll", - "lib/net46/DocumentFormat.OpenXml.xml", - "lib/net8.0/DocumentFormat.OpenXml.dll", - "lib/net8.0/DocumentFormat.OpenXml.xml", - "lib/netstandard2.0/DocumentFormat.OpenXml.dll", - "lib/netstandard2.0/DocumentFormat.OpenXml.xml" - ] - }, - "DocumentFormat.OpenXml.Framework/3.5.1": { - "sha512": "U5txtc3ORno73xQx9Lf2gWzfaSZnZwKHfLkTAslhlew9lxe5XbUiCt0dY1fHeAf8yRqszUAe5i/+xLC9R/Xfsw==", - "type": "package", - "path": "documentformat.openxml.framework/3.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "documentformat.openxml.framework.3.5.1.nupkg.sha512", - "documentformat.openxml.framework.nuspec", - "icon.png", - "lib/net10.0/DocumentFormat.OpenXml.Framework.dll", - "lib/net10.0/DocumentFormat.OpenXml.Framework.xml", - "lib/net35/DocumentFormat.OpenXml.Framework.dll", - "lib/net35/DocumentFormat.OpenXml.Framework.xml", - "lib/net40/DocumentFormat.OpenXml.Framework.dll", - "lib/net40/DocumentFormat.OpenXml.Framework.xml", - "lib/net46/DocumentFormat.OpenXml.Framework.dll", - "lib/net46/DocumentFormat.OpenXml.Framework.xml", - "lib/net6.0/DocumentFormat.OpenXml.Framework.dll", - "lib/net6.0/DocumentFormat.OpenXml.Framework.xml", - "lib/net8.0/DocumentFormat.OpenXml.Framework.dll", - "lib/net8.0/DocumentFormat.OpenXml.Framework.xml", - "lib/netstandard2.0/DocumentFormat.OpenXml.Framework.dll", - "lib/netstandard2.0/DocumentFormat.OpenXml.Framework.xml" - ] - }, - "System.CommandLine/2.0.5": { - "sha512": "2XtWAPk1G6arpe3OCFNrYYuf6iIboznxs2elJSGgd8e0euou7LfGYFon6hBEfDWNtOLr0M3+oUVgy1a5EGa41A==", - "type": "package", - "path": "system.commandline/2.0.5", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "README.md", - "lib/net8.0/System.CommandLine.dll", - "lib/net8.0/System.CommandLine.pdb", - "lib/net8.0/System.CommandLine.xml", - "lib/net8.0/cs/System.CommandLine.resources.dll", - "lib/net8.0/de/System.CommandLine.resources.dll", - "lib/net8.0/es/System.CommandLine.resources.dll", - "lib/net8.0/fr/System.CommandLine.resources.dll", - "lib/net8.0/it/System.CommandLine.resources.dll", - "lib/net8.0/ja/System.CommandLine.resources.dll", - "lib/net8.0/ko/System.CommandLine.resources.dll", - "lib/net8.0/pl/System.CommandLine.resources.dll", - "lib/net8.0/pt-BR/System.CommandLine.resources.dll", - "lib/net8.0/ru/System.CommandLine.resources.dll", - "lib/net8.0/tr/System.CommandLine.resources.dll", - "lib/net8.0/zh-Hans/System.CommandLine.resources.dll", - "lib/net8.0/zh-Hant/System.CommandLine.resources.dll", - "lib/netstandard2.0/System.CommandLine.dll", - "lib/netstandard2.0/System.CommandLine.pdb", - "lib/netstandard2.0/System.CommandLine.xml", - "lib/netstandard2.0/cs/System.CommandLine.resources.dll", - "lib/netstandard2.0/de/System.CommandLine.resources.dll", - "lib/netstandard2.0/es/System.CommandLine.resources.dll", - "lib/netstandard2.0/fr/System.CommandLine.resources.dll", - "lib/netstandard2.0/it/System.CommandLine.resources.dll", - "lib/netstandard2.0/ja/System.CommandLine.resources.dll", - "lib/netstandard2.0/ko/System.CommandLine.resources.dll", - "lib/netstandard2.0/pl/System.CommandLine.resources.dll", - "lib/netstandard2.0/pt-BR/System.CommandLine.resources.dll", - "lib/netstandard2.0/ru/System.CommandLine.resources.dll", - "lib/netstandard2.0/tr/System.CommandLine.resources.dll", - "lib/netstandard2.0/zh-Hans/System.CommandLine.resources.dll", - "lib/netstandard2.0/zh-Hant/System.CommandLine.resources.dll", - "system.commandline.2.0.5.nupkg.sha512", - "system.commandline.nuspec" - ] - }, - "System.IO.Packaging/8.0.1": { - "sha512": "KYkIOAvPexQOLDxPO2g0BVoWInnQhPpkFzRqvNrNrMhVT6kqhVr0zEb6KCHlptLFukxnZrjuMVAnxK7pOGUYrw==", - "type": "package", - "path": "system.io.packaging/8.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Packaging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Packaging.targets", - "lib/net462/System.IO.Packaging.dll", - "lib/net462/System.IO.Packaging.xml", - "lib/net6.0/System.IO.Packaging.dll", - "lib/net6.0/System.IO.Packaging.xml", - "lib/net7.0/System.IO.Packaging.dll", - "lib/net7.0/System.IO.Packaging.xml", - "lib/net8.0/System.IO.Packaging.dll", - "lib/net8.0/System.IO.Packaging.xml", - "lib/netstandard2.0/System.IO.Packaging.dll", - "lib/netstandard2.0/System.IO.Packaging.xml", - "system.io.packaging.8.0.1.nupkg.sha512", - "system.io.packaging.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "MiniMaxAIDocx.Core/1.0.0": { - "type": "project", - "path": "../MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj", - "msbuildProject": "../MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj" - } - }, - "projectFileDependencyGroups": { - "net8.0": [ - "MiniMaxAIDocx.Core >= 1.0.0", - "System.CommandLine >= 2.0.5" - ] - }, - "packageFolders": { - "/Users/minimax/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/MiniMaxAIDocx.Cli.csproj", - "projectName": "MiniMaxAIDocx.Cli", - "projectPath": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/MiniMaxAIDocx.Cli.csproj", - "packagesPath": "/Users/minimax/.nuget/packages/", - "outputPath": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/Users/minimax/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "/opt/homebrew/Cellar/dotnet/10.0.102/libexec/library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj": { - "projectPath": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "System.CommandLine": { - "target": "Package", - "version": "[2.0.5, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[8.0.23, 8.0.23]" - }, - { - "name": "Microsoft.NETCore.App.Host.osx-arm64", - "version": "[8.0.23, 8.0.23]" - }, - { - "name": "Microsoft.NETCore.App.Ref", - "version": "[8.0.23, 8.0.23]" - } - ], - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/opt/homebrew/Cellar/dotnet/10.0.102/libexec/sdk/10.0.102/PortableRuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/project.nuget.cache b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/project.nuget.cache deleted file mode 100644 index b84bb20..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/obj/project.nuget.cache +++ /dev/null @@ -1,16 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "QtMS9y8qVZI=", - "success": true, - "projectFilePath": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/MiniMaxAIDocx.Cli.csproj", - "expectedPackageFiles": [ - "/Users/minimax/.nuget/packages/documentformat.openxml/3.5.1/documentformat.openxml.3.5.1.nupkg.sha512", - "/Users/minimax/.nuget/packages/documentformat.openxml.framework/3.5.1/documentformat.openxml.framework.3.5.1.nupkg.sha512", - "/Users/minimax/.nuget/packages/system.commandline/2.0.5/system.commandline.2.0.5.nupkg.sha512", - "/Users/minimax/.nuget/packages/system.io.packaging/8.0.1/system.io.packaging.8.0.1.nupkg.sha512", - "/Users/minimax/.nuget/packages/microsoft.netcore.app.ref/8.0.23/microsoft.netcore.app.ref.8.0.23.nupkg.sha512", - "/Users/minimax/.nuget/packages/microsoft.aspnetcore.app.ref/8.0.23/microsoft.aspnetcore.app.ref.8.0.23.nupkg.sha512", - "/Users/minimax/.nuget/packages/microsoft.netcore.app.host.osx-arm64/8.0.23/microsoft.netcore.app.host.osx-arm64.8.0.23.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/bin/Debug/net8.0/MiniMaxAIDocx.Core.deps.json b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/bin/Debug/net8.0/MiniMaxAIDocx.Core.deps.json deleted file mode 100644 index f4ccba2..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/bin/Debug/net8.0/MiniMaxAIDocx.Core.deps.json +++ /dev/null @@ -1,134 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v8.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v8.0": { - "MiniMaxAIDocx.Core/1.0.0": { - "dependencies": { - "DocumentFormat.OpenXml": "3.5.1", - "System.CommandLine": "2.0.5" - }, - "runtime": { - "MiniMaxAIDocx.Core.dll": {} - } - }, - "DocumentFormat.OpenXml/3.5.1": { - "dependencies": { - "DocumentFormat.OpenXml.Framework": "3.5.1" - }, - "runtime": { - "lib/net8.0/DocumentFormat.OpenXml.dll": { - "assemblyVersion": "3.5.1.0", - "fileVersion": "3.5.1.0" - } - } - }, - "DocumentFormat.OpenXml.Framework/3.5.1": { - "dependencies": { - "System.IO.Packaging": "8.0.1" - }, - "runtime": { - "lib/net8.0/DocumentFormat.OpenXml.Framework.dll": { - "assemblyVersion": "3.5.1.0", - "fileVersion": "3.5.1.0" - } - } - }, - "System.CommandLine/2.0.5": { - "runtime": { - "lib/net8.0/System.CommandLine.dll": { - "assemblyVersion": "2.0.5.0", - "fileVersion": "2.0.526.15411" - } - }, - "resources": { - "lib/net8.0/cs/System.CommandLine.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/System.CommandLine.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/System.CommandLine.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/System.CommandLine.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/System.CommandLine.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/System.CommandLine.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/System.CommandLine.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/System.CommandLine.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/System.CommandLine.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/System.CommandLine.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/System.CommandLine.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/System.CommandLine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/System.CommandLine.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "System.IO.Packaging/8.0.1": { - "runtime": { - "lib/net8.0/System.IO.Packaging.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.1024.46610" - } - } - } - } - }, - "libraries": { - "MiniMaxAIDocx.Core/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "DocumentFormat.OpenXml/3.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zxdOf5VVCe/uNklbRhj8dVBzQGj3DoqkUuqOp9cAZVuN8mNYDjof1lvSQA2OQNr8Ptc9d7pbA7Azq/ReaI3FpA==", - "path": "documentformat.openxml/3.5.1", - "hashPath": "documentformat.openxml.3.5.1.nupkg.sha512" - }, - "DocumentFormat.OpenXml.Framework/3.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U5txtc3ORno73xQx9Lf2gWzfaSZnZwKHfLkTAslhlew9lxe5XbUiCt0dY1fHeAf8yRqszUAe5i/+xLC9R/Xfsw==", - "path": "documentformat.openxml.framework/3.5.1", - "hashPath": "documentformat.openxml.framework.3.5.1.nupkg.sha512" - }, - "System.CommandLine/2.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2XtWAPk1G6arpe3OCFNrYYuf6iIboznxs2elJSGgd8e0euou7LfGYFon6hBEfDWNtOLr0M3+oUVgy1a5EGa41A==", - "path": "system.commandline/2.0.5", - "hashPath": "system.commandline.2.0.5.nupkg.sha512" - }, - "System.IO.Packaging/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KYkIOAvPexQOLDxPO2g0BVoWInnQhPpkFzRqvNrNrMhVT6kqhVr0zEb6KCHlptLFukxnZrjuMVAnxK7pOGUYrw==", - "path": "system.io.packaging/8.0.1", - "hashPath": "system.io.packaging.8.0.1.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/bin/Debug/net8.0/MiniMaxAIDocx.Core.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/bin/Debug/net8.0/MiniMaxAIDocx.Core.dll deleted file mode 100644 index e665177..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/bin/Debug/net8.0/MiniMaxAIDocx.Core.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/bin/Debug/net8.0/MiniMaxAIDocx.Core.pdb b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/bin/Debug/net8.0/MiniMaxAIDocx.Core.pdb deleted file mode 100644 index c201fda..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/bin/Debug/net8.0/MiniMaxAIDocx.Core.pdb and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index 2217181..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.AssemblyInfo.cs b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.AssemblyInfo.cs deleted file mode 100644 index 8b7c383..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("MiniMaxAIDocx.Core")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e3ce8892f0b979e6cb59331f8fb7ae47bb64cb4f")] -[assembly: System.Reflection.AssemblyProductAttribute("MiniMaxAIDocx.Core")] -[assembly: System.Reflection.AssemblyTitleAttribute("MiniMaxAIDocx.Core")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly: System.Resources.NeutralResourcesLanguageAttribute("en")] - -// 由 MSBuild WriteCodeFragment 类生成。 - diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.AssemblyInfoInputs.cache b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.AssemblyInfoInputs.cache deleted file mode 100644 index 7a2b02e..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -524499e3723480430bdc4308235cdc3df7ce9c54dde81db0aa86d5753c20b654 diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.GeneratedMSBuildEditorConfig.editorconfig b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 65493d3..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = MiniMaxAIDocx.Core -build_property.ProjectDir = /Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 8.0 -build_property.EnableCodeStyleSeverity = diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.GlobalUsings.g.cs b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.GlobalUsings.g.cs deleted file mode 100644 index d12bcbc..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.assets.cache b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.assets.cache deleted file mode 100644 index 52fbf59..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.assets.cache and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.csproj.AssemblyReference.cache b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.csproj.AssemblyReference.cache deleted file mode 100644 index 94cfbaf..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.csproj.AssemblyReference.cache and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.csproj.CoreCompileInputs.cache b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.csproj.CoreCompileInputs.cache deleted file mode 100644 index b786ed0..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -a23d8925d9f1041bc4fb6da494de68cf1db061120b281e90c44e0c41b307a02d diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.csproj.FileListAbsolute.txt b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.csproj.FileListAbsolute.txt deleted file mode 100644 index 06649eb..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,13 +0,0 @@ -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/bin/Debug/net8.0/MiniMaxAIDocx.Core.deps.json -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/bin/Debug/net8.0/MiniMaxAIDocx.Core.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/bin/Debug/net8.0/MiniMaxAIDocx.Core.pdb -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.csproj.AssemblyReference.cache -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.GeneratedMSBuildEditorConfig.editorconfig -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.AssemblyInfoInputs.cache -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.AssemblyInfo.cs -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.csproj.CoreCompileInputs.cache -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.sourcelink.json -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/refint/MiniMaxAIDocx.Core.dll -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.pdb -/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/ref/MiniMaxAIDocx.Core.dll diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.dll deleted file mode 100644 index e665177..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.pdb b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.pdb deleted file mode 100644 index c201fda..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.pdb and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.sourcelink.json b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.sourcelink.json deleted file mode 100644 index 5855f60..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/MiniMaxAIDocx.Core.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"/Users/minimax/mmo/skills/*":"https://raw.githubusercontent.com/MiniMax-AI/skills/e3ce8892f0b979e6cb59331f8fb7ae47bb64cb4f/*"}} \ No newline at end of file diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/ref/MiniMaxAIDocx.Core.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/ref/MiniMaxAIDocx.Core.dll deleted file mode 100644 index 35be15c..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/ref/MiniMaxAIDocx.Core.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/refint/MiniMaxAIDocx.Core.dll b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/refint/MiniMaxAIDocx.Core.dll deleted file mode 100644 index 35be15c..0000000 Binary files a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/Debug/net8.0/refint/MiniMaxAIDocx.Core.dll and /dev/null differ diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/MiniMaxAIDocx.Core.csproj.nuget.dgspec.json b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/MiniMaxAIDocx.Core.csproj.nuget.dgspec.json deleted file mode 100644 index 11f2ecc..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/MiniMaxAIDocx.Core.csproj.nuget.dgspec.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "format": 1, - "restore": { - "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj": {} - }, - "projects": { - "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj", - "projectName": "MiniMaxAIDocx.Core", - "projectPath": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj", - "packagesPath": "/Users/minimax/.nuget/packages/", - "outputPath": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/Users/minimax/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "/opt/homebrew/Cellar/dotnet/10.0.102/libexec/library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "DocumentFormat.OpenXml": { - "target": "Package", - "version": "[3.5.1, )" - }, - "System.CommandLine": { - "target": "Package", - "version": "[2.0.5, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[8.0.23, 8.0.23]" - }, - { - "name": "Microsoft.NETCore.App.Ref", - "version": "[8.0.23, 8.0.23]" - } - ], - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/opt/homebrew/Cellar/dotnet/10.0.102/libexec/sdk/10.0.102/PortableRuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/MiniMaxAIDocx.Core.csproj.nuget.g.props b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/MiniMaxAIDocx.Core.csproj.nuget.g.props deleted file mode 100644 index 0942be2..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/MiniMaxAIDocx.Core.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /Users/minimax/.nuget/packages/ - /Users/minimax/.nuget/packages/ - PackageReference - 7.0.0 - - - - - \ No newline at end of file diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/MiniMaxAIDocx.Core.csproj.nuget.g.targets b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/MiniMaxAIDocx.Core.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/MiniMaxAIDocx.Core.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/project.assets.json b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/project.assets.json deleted file mode 100644 index 1ee5c02..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/project.assets.json +++ /dev/null @@ -1,326 +0,0 @@ -{ - "version": 3, - "targets": { - "net8.0": { - "DocumentFormat.OpenXml/3.5.1": { - "type": "package", - "dependencies": { - "DocumentFormat.OpenXml.Framework": "3.5.1" - }, - "compile": { - "lib/net8.0/DocumentFormat.OpenXml.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/DocumentFormat.OpenXml.dll": { - "related": ".xml" - } - } - }, - "DocumentFormat.OpenXml.Framework/3.5.1": { - "type": "package", - "dependencies": { - "System.IO.Packaging": "8.0.1" - }, - "compile": { - "lib/net8.0/DocumentFormat.OpenXml.Framework.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/DocumentFormat.OpenXml.Framework.dll": { - "related": ".xml" - } - } - }, - "System.CommandLine/2.0.5": { - "type": "package", - "compile": { - "lib/net8.0/System.CommandLine.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/System.CommandLine.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/System.CommandLine.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/System.CommandLine.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/System.CommandLine.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/System.CommandLine.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/System.CommandLine.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/System.CommandLine.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/System.CommandLine.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/System.CommandLine.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/System.CommandLine.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/System.CommandLine.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/System.CommandLine.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/System.CommandLine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/System.CommandLine.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "System.IO.Packaging/8.0.1": { - "type": "package", - "compile": { - "lib/net8.0/System.IO.Packaging.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IO.Packaging.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - } - } - }, - "libraries": { - "DocumentFormat.OpenXml/3.5.1": { - "sha512": "zxdOf5VVCe/uNklbRhj8dVBzQGj3DoqkUuqOp9cAZVuN8mNYDjof1lvSQA2OQNr8Ptc9d7pbA7Azq/ReaI3FpA==", - "type": "package", - "path": "documentformat.openxml/3.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "documentformat.openxml.3.5.1.nupkg.sha512", - "documentformat.openxml.nuspec", - "icon.png", - "lib/net10.0/DocumentFormat.OpenXml.dll", - "lib/net10.0/DocumentFormat.OpenXml.xml", - "lib/net35/DocumentFormat.OpenXml.dll", - "lib/net35/DocumentFormat.OpenXml.xml", - "lib/net40/DocumentFormat.OpenXml.dll", - "lib/net40/DocumentFormat.OpenXml.xml", - "lib/net46/DocumentFormat.OpenXml.dll", - "lib/net46/DocumentFormat.OpenXml.xml", - "lib/net8.0/DocumentFormat.OpenXml.dll", - "lib/net8.0/DocumentFormat.OpenXml.xml", - "lib/netstandard2.0/DocumentFormat.OpenXml.dll", - "lib/netstandard2.0/DocumentFormat.OpenXml.xml" - ] - }, - "DocumentFormat.OpenXml.Framework/3.5.1": { - "sha512": "U5txtc3ORno73xQx9Lf2gWzfaSZnZwKHfLkTAslhlew9lxe5XbUiCt0dY1fHeAf8yRqszUAe5i/+xLC9R/Xfsw==", - "type": "package", - "path": "documentformat.openxml.framework/3.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "documentformat.openxml.framework.3.5.1.nupkg.sha512", - "documentformat.openxml.framework.nuspec", - "icon.png", - "lib/net10.0/DocumentFormat.OpenXml.Framework.dll", - "lib/net10.0/DocumentFormat.OpenXml.Framework.xml", - "lib/net35/DocumentFormat.OpenXml.Framework.dll", - "lib/net35/DocumentFormat.OpenXml.Framework.xml", - "lib/net40/DocumentFormat.OpenXml.Framework.dll", - "lib/net40/DocumentFormat.OpenXml.Framework.xml", - "lib/net46/DocumentFormat.OpenXml.Framework.dll", - "lib/net46/DocumentFormat.OpenXml.Framework.xml", - "lib/net6.0/DocumentFormat.OpenXml.Framework.dll", - "lib/net6.0/DocumentFormat.OpenXml.Framework.xml", - "lib/net8.0/DocumentFormat.OpenXml.Framework.dll", - "lib/net8.0/DocumentFormat.OpenXml.Framework.xml", - "lib/netstandard2.0/DocumentFormat.OpenXml.Framework.dll", - "lib/netstandard2.0/DocumentFormat.OpenXml.Framework.xml" - ] - }, - "System.CommandLine/2.0.5": { - "sha512": "2XtWAPk1G6arpe3OCFNrYYuf6iIboznxs2elJSGgd8e0euou7LfGYFon6hBEfDWNtOLr0M3+oUVgy1a5EGa41A==", - "type": "package", - "path": "system.commandline/2.0.5", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "README.md", - "lib/net8.0/System.CommandLine.dll", - "lib/net8.0/System.CommandLine.pdb", - "lib/net8.0/System.CommandLine.xml", - "lib/net8.0/cs/System.CommandLine.resources.dll", - "lib/net8.0/de/System.CommandLine.resources.dll", - "lib/net8.0/es/System.CommandLine.resources.dll", - "lib/net8.0/fr/System.CommandLine.resources.dll", - "lib/net8.0/it/System.CommandLine.resources.dll", - "lib/net8.0/ja/System.CommandLine.resources.dll", - "lib/net8.0/ko/System.CommandLine.resources.dll", - "lib/net8.0/pl/System.CommandLine.resources.dll", - "lib/net8.0/pt-BR/System.CommandLine.resources.dll", - "lib/net8.0/ru/System.CommandLine.resources.dll", - "lib/net8.0/tr/System.CommandLine.resources.dll", - "lib/net8.0/zh-Hans/System.CommandLine.resources.dll", - "lib/net8.0/zh-Hant/System.CommandLine.resources.dll", - "lib/netstandard2.0/System.CommandLine.dll", - "lib/netstandard2.0/System.CommandLine.pdb", - "lib/netstandard2.0/System.CommandLine.xml", - "lib/netstandard2.0/cs/System.CommandLine.resources.dll", - "lib/netstandard2.0/de/System.CommandLine.resources.dll", - "lib/netstandard2.0/es/System.CommandLine.resources.dll", - "lib/netstandard2.0/fr/System.CommandLine.resources.dll", - "lib/netstandard2.0/it/System.CommandLine.resources.dll", - "lib/netstandard2.0/ja/System.CommandLine.resources.dll", - "lib/netstandard2.0/ko/System.CommandLine.resources.dll", - "lib/netstandard2.0/pl/System.CommandLine.resources.dll", - "lib/netstandard2.0/pt-BR/System.CommandLine.resources.dll", - "lib/netstandard2.0/ru/System.CommandLine.resources.dll", - "lib/netstandard2.0/tr/System.CommandLine.resources.dll", - "lib/netstandard2.0/zh-Hans/System.CommandLine.resources.dll", - "lib/netstandard2.0/zh-Hant/System.CommandLine.resources.dll", - "system.commandline.2.0.5.nupkg.sha512", - "system.commandline.nuspec" - ] - }, - "System.IO.Packaging/8.0.1": { - "sha512": "KYkIOAvPexQOLDxPO2g0BVoWInnQhPpkFzRqvNrNrMhVT6kqhVr0zEb6KCHlptLFukxnZrjuMVAnxK7pOGUYrw==", - "type": "package", - "path": "system.io.packaging/8.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Packaging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Packaging.targets", - "lib/net462/System.IO.Packaging.dll", - "lib/net462/System.IO.Packaging.xml", - "lib/net6.0/System.IO.Packaging.dll", - "lib/net6.0/System.IO.Packaging.xml", - "lib/net7.0/System.IO.Packaging.dll", - "lib/net7.0/System.IO.Packaging.xml", - "lib/net8.0/System.IO.Packaging.dll", - "lib/net8.0/System.IO.Packaging.xml", - "lib/netstandard2.0/System.IO.Packaging.dll", - "lib/netstandard2.0/System.IO.Packaging.xml", - "system.io.packaging.8.0.1.nupkg.sha512", - "system.io.packaging.nuspec", - "useSharedDesignerContext.txt" - ] - } - }, - "projectFileDependencyGroups": { - "net8.0": [ - "DocumentFormat.OpenXml >= 3.5.1", - "System.CommandLine >= 2.0.5" - ] - }, - "packageFolders": { - "/Users/minimax/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj", - "projectName": "MiniMaxAIDocx.Core", - "projectPath": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj", - "packagesPath": "/Users/minimax/.nuget/packages/", - "outputPath": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/Users/minimax/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "/opt/homebrew/Cellar/dotnet/10.0.102/libexec/library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "DocumentFormat.OpenXml": { - "target": "Package", - "version": "[3.5.1, )" - }, - "System.CommandLine": { - "target": "Package", - "version": "[2.0.5, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[8.0.23, 8.0.23]" - }, - { - "name": "Microsoft.NETCore.App.Ref", - "version": "[8.0.23, 8.0.23]" - } - ], - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/opt/homebrew/Cellar/dotnet/10.0.102/libexec/sdk/10.0.102/PortableRuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/project.nuget.cache b/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/project.nuget.cache deleted file mode 100644 index 7b6d1b0..0000000 --- a/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/obj/project.nuget.cache +++ /dev/null @@ -1,15 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "SLRMSnctaek=", - "success": true, - "projectFilePath": "/Users/minimax/mmo/skills/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj", - "expectedPackageFiles": [ - "/Users/minimax/.nuget/packages/documentformat.openxml/3.5.1/documentformat.openxml.3.5.1.nupkg.sha512", - "/Users/minimax/.nuget/packages/documentformat.openxml.framework/3.5.1/documentformat.openxml.framework.3.5.1.nupkg.sha512", - "/Users/minimax/.nuget/packages/system.commandline/2.0.5/system.commandline.2.0.5.nupkg.sha512", - "/Users/minimax/.nuget/packages/system.io.packaging/8.0.1/system.io.packaging.8.0.1.nupkg.sha512", - "/Users/minimax/.nuget/packages/microsoft.netcore.app.ref/8.0.23/microsoft.netcore.app.ref.8.0.23.nupkg.sha512", - "/Users/minimax/.nuget/packages/microsoft.aspnetcore.app.ref/8.0.23/microsoft.aspnetcore.app.ref.8.0.23.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file