From f72421dbf66b0097d44d26a7596b7238fa32ddbe Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期六, 24 五月 2025 16:30:21 +0800
Subject: [PATCH] 代码调整,删除生成的包

---
 MESApplication/Properties/PublishProfiles/FolderProfile.pubxml |   27 ++++++++++++++++-----------
 1 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/MESApplication/Properties/PublishProfiles/FolderProfile.pubxml b/MESApplication/Properties/PublishProfiles/FolderProfile.pubxml
index a128214..bb8589c 100644
--- a/MESApplication/Properties/PublishProfiles/FolderProfile.pubxml
+++ b/MESApplication/Properties/PublishProfiles/FolderProfile.pubxml
@@ -3,15 +3,20 @@
 https://go.microsoft.com/fwlink/?LinkID=208121.
 -->
 <Project>
-    <PropertyGroup>
-        <DeleteExistingFiles>false</DeleteExistingFiles>
-        <ExcludeApp_Data>false</ExcludeApp_Data>
-        <LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
-        <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
-        <LastUsedPlatform>Any CPU</LastUsedPlatform>
-        <PublishProvider>FileSystem</PublishProvider>
-        <PublishUrl>bin\Release\net8.0\publish\</PublishUrl>
-        <WebPublishMethod>FileSystem</WebPublishMethod>
-        <_TargetId>Folder</_TargetId>
-    </PropertyGroup>
+  <PropertyGroup>
+    <DeleteExistingFiles>false</DeleteExistingFiles>
+    <ExcludeApp_Data>false</ExcludeApp_Data>
+    <LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
+    <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
+    <LastUsedPlatform>Any CPU</LastUsedPlatform>
+    <PublishProvider>FileSystem</PublishProvider>
+    <PublishUrl>bin\Release\net8.0\publish\</PublishUrl>
+    <WebPublishMethod>FileSystem</WebPublishMethod>
+    <_TargetId>Folder</_TargetId>
+    <SiteUrlToLaunchAfterPublish />
+    <TargetFramework>net8.0</TargetFramework>
+    <ProjectGuid>c0b360c5-e8cc-4bc3-aaa5-3f03a2d6c0aa</ProjectGuid>
+    <SelfContained>true</SelfContained>
+    <RuntimeIdentifier>win-x64</RuntimeIdentifier>
+  </PropertyGroup>
 </Project>
\ No newline at end of file

--
Gitblit v1.9.3