服务端的TigerApi 框架,基于.NET6 2024 版本
YangYuGang
3 天以前 83d775ba1de1913e51fb216bc24d91305811f9bf
Tiger.Business/Tiger.Business.csproj
@@ -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>
@@ -147,7 +148,7 @@
    <EmbeddedResource Include="Language\common.json" />
  </ItemGroup>
  <ProjectExtensions><VisualStudio><UserProperties bizsettings_1json__JsonSchema="https://json.schemastore.org/appsettings.json" /></VisualStudio></ProjectExtensions>
  <ProjectExtensions><VisualStudio><UserProperties /></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)" />