From 276f2773106f8a33baaab256aff42ab4818bba27 Mon Sep 17 00:00:00 2001 From: yuuko Date: Mon, 24 Nov 2025 16:54:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4RuntimeIdentifier=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E8=AE=A9=E7=94=A8=E6=88=B7=E6=89=8B=E5=8A=A8?= =?UTF-8?q?=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除win-x64配置 让用户在Visual Studio发布界面中手动选择运行时 这样可以避免配置冲突,确保发布设置正确生效 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- SlideCombine.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/SlideCombine.csproj b/SlideCombine.csproj index a4d3b72..b64f136 100644 --- a/SlideCombine.csproj +++ b/SlideCombine.csproj @@ -14,7 +14,6 @@ true true true - win-x64