From 6e46268eac9b697f26a77d316d22ca1019ed3ab1 Mon Sep 17 00:00:00 2001
From: zyf <1071160500@qq.com>
Date: 星期五, 29 八月 2025 14:14:31 +0800
Subject: [PATCH] 巡检生成检验项目优化
---
MESApplication/MESApplication.csproj | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/MESApplication/MESApplication.csproj b/MESApplication/MESApplication.csproj
index 3ae7129..074ace4 100644
--- a/MESApplication/MESApplication.csproj
+++ b/MESApplication/MESApplication.csproj
@@ -9,6 +9,21 @@
</PropertyGroup>
<ItemGroup>
+ <Compile Remove="Controllers\TestReport\**" />
+ <Content Remove="Controllers\TestReport\**" />
+ <EmbeddedResource Remove="Controllers\TestReport\**" />
+ <None Remove="Controllers\TestReport\**" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Content Remove="Config\appsettings.json" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <None Include="Config\appsettings.json" />
+ </ItemGroup>
+
+ <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.1">
<PrivateAssets>all</PrivateAssets>
--
Gitblit v1.9.3