From 55f3f20369fd1ecf37dc37be7f6ae1ac2573ce82 Mon Sep 17 00:00:00 2001 From: yuuko Date: Mon, 24 Nov 2025 17:00:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E7=9A=84Properties=E6=96=87=E4=BB=B6=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除Properties\AssemblyInfo.cs引用 - 移除Properties\Resources.Designer.cs引用 - 移除Properties\Settings.Designer.cs引用 - 移除Properties\Settings.settings引用 - 移除app.manifest引用 这些文件在项目中不存在,导致编译失败 🤖 Generated with [Claude Code](https://claude.com/claude.com) Co-Authored-By: Claude --- SlideCombine.csproj | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/SlideCombine.csproj b/SlideCombine.csproj index 77b5045..bc0aff0 100644 --- a/SlideCombine.csproj +++ b/SlideCombine.csproj @@ -33,10 +33,7 @@ prompt 4 - - app.manifest - - + @@ -70,25 +67,5 @@ - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - - - - - True - True - Resources.resx - - - True - True - Settings.settings - - - + \ No newline at end of file