From 3ca7bfc08aa51ae7f61a3acef99312c07c534626 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期日, 08 十二月 2024 18:24:37 +0800
Subject: [PATCH] 优化了一些已知问题

---
 Tiger.Business/Tiger.Business.csproj |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/Tiger.Business/Tiger.Business.csproj b/Tiger.Business/Tiger.Business.csproj
index 82ac5cf..979f7cc 100644
--- a/Tiger.Business/Tiger.Business.csproj
+++ b/Tiger.Business/Tiger.Business.csproj
@@ -13,8 +13,8 @@
     <Version>1.0.3.1106</Version>
     <AssemblyVersion>1.0.3.1106</AssemblyVersion>
     <Authors>TigerClouds Team</Authors>
-    <Company>SZ TigerClouds Co.,Ltd.</Company>
-    <Copyright>Copyright 漏 2020-2022 TigerClouds. All rights reserved.</Copyright>
+    <Company>娣卞湷甯傞挍鏍间簯绉戞妧鏈夐檺鍏徃 (SZ TigerClouds Technology Co.,Ltd.)</Company>
+    <Copyright>Copyright 漏 2020-2025 SZ TigerClouds Technology Co.,Ltd.. All rights reserved.</Copyright>
     <Description>Tiger Business Class Library Base on .Net 5</Description>
   </PropertyGroup>
 
@@ -66,6 +66,7 @@
     <Compile Remove="BaseService.cs" />
     <Compile Remove="Common\ApiConfig.cs" />
     <Compile Remove="DbBaseR.cs" />
+    <Compile Remove="DbCache\DbCacheBus.cs" />
     <Compile Remove="DbClientR.cs" />
     <Compile Remove="MES\Biz.WorkAction.cs" />
   </ItemGroup>
@@ -93,9 +94,6 @@
   </ItemGroup>
 
   <ItemGroup>
-    <Content Include="BizSettings.json">
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </Content>
     <EmbeddedResource Include="Language\BAS\CodeRule.json" />
     <EmbeddedResource Include="Language\component.json" />
     <EmbeddedResource Include="Language\layout.json" />
@@ -153,7 +151,7 @@
   <ProjectExtensions><VisualStudio><UserProperties bizsettings_1json__JsonSchema="https://json.schemastore.org/appsettings.json" /></VisualStudio></ProjectExtensions>
 
   <Target Name="PostBuild" AfterTargets="PostBuildEvent">
-    <Exec Command="xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).dll $(SolutionDir)Tiger.Api\$(OutDir)&#xD;&#xA;xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).pdb $(SolutionDir)Tiger.Api\$(OutDir)&#xD;&#xA;xcopy /r/y/i $(ProjectDir)$(OutDir)BizSettings.json $(SolutionDir)Tiger.Api\$(OutDir)" />
+    <Exec Command="xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).dll $(SolutionDir)Tiger.Api\$(OutDir)&#xD;&#xA;xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).pdb $(SolutionDir)Tiger.Api\$(OutDir)" />
   </Target>
 
 </Project>

--
Gitblit v1.9.3