服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-10-22 b9bd347a32786e8bf40edfd0b746b0b552aa9dad
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>
@@ -93,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" />
@@ -153,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)&#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>