From b9bd347a32786e8bf40edfd0b746b0b552aa9dad Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期二, 22 十月 2024 15:24:24 +0800 Subject: [PATCH] 更新项目信息 --- Tiger.Business/Tiger.Business.csproj | 18 ++++++++---------- 1 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Tiger.Business/Tiger.Business.csproj b/Tiger.Business/Tiger.Business.csproj index 9e9ef44..d6cc7ee 100644 --- a/Tiger.Business/Tiger.Business.csproj +++ b/Tiger.Business/Tiger.Business.csproj @@ -1,10 +1,10 @@ 锘�<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup Label="Globals"> - <SccProjectName>SAK</SccProjectName> - <SccProvider>SAK</SccProvider> - <SccAuxPath>SAK</SccAuxPath> - <SccLocalPath>SAK</SccLocalPath> + <SccProjectName></SccProjectName> + <SccProvider></SccProvider> + <SccAuxPath></SccAuxPath> + <SccLocalPath></SccLocalPath> <Platforms>AnyCPU;x86</Platforms> </PropertyGroup> @@ -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> @@ -67,6 +67,7 @@ <Compile Remove="Common\ApiConfig.cs" /> <Compile Remove="DbBaseR.cs" /> <Compile Remove="DbClientR.cs" /> + <Compile Remove="MES\Biz.WorkAction.cs" /> </ItemGroup> <ItemGroup> @@ -92,9 +93,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" /> @@ -152,7 +150,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)
xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).pdb $(SolutionDir)Tiger.Api\$(OutDir)
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)
xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).pdb $(SolutionDir)Tiger.Api\$(OutDir)" /> </Target> </Project> -- Gitblit v1.9.3