服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-10-09 a3c24a00541d0a8d04064dc2aa53c263fd93a7fe
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>
@@ -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)&#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>