服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2 天以前 a9db236bb2269c99b2435373f5ac6740b568b066
Tiger.Api/Tiger.Api.csproj
@@ -21,9 +21,9 @@
Hash : 673cd3b3fa311e691e8dd8136b580ed0bcc64cf0</Description>
    <Version>6.0.2</Version>
    <Product>Tiger Api Host</Product>
    <Company>SZ TigerClouds Co.,Ltd.</Company>
    <Company>深圳市钛格云科技有限公司 (SZ TigerClouds Technology Co.,Ltd.)</Company>
    <Authors>TigerClouds Team</Authors>
    <Copyright>Copyright © 2020-2024 TigerClouds. All rights reserved.</Copyright>
    <Copyright>Copyright © 2020-2025 SZ TigerClouds Technology Co.,Ltd.. All rights reserved.</Copyright>
    <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
    <GenerateDocumentationFile>True</GenerateDocumentationFile>
    <StartupObject></StartupObject>
@@ -84,7 +84,6 @@
  <ItemGroup>
    <ProjectReference Include="..\Tiger.IBusiness.MES\Tiger.IBusiness.MES.csproj" />
    <ProjectReference Include="..\Tiger.IBusiness.WMS\Tiger.IBusiness.WMS.csproj" />
    <ProjectReference Include="..\Tiger.IBusiness\Tiger.IBusiness.csproj" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Views\Home\Index.cshtml" />
@@ -94,6 +93,11 @@
    <None Include="Views\Shared\_ValidationScriptsPartial.cshtml" />
    <None Include="Views\_ViewImports.cshtml" />
    <None Include="Views\_ViewStart.cshtml" />
  </ItemGroup>
  <ItemGroup>
    <Reference Include="Tiger.IBusiness">
      <HintPath>..\Lib\Tiger.IBusiness.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Content Update="appsettings.json">
@@ -111,6 +115,9 @@
    <Content Update="Autofac\Template.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Update="BizSettings.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <None Update="Language.db">
@@ -118,4 +125,7 @@
    </None>
  </ItemGroup>
  <ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" autofac_4template_1json__JsonSchema="https://json.schemastore.org/appsettings.json" /></VisualStudio></ProjectExtensions>
  <Target Name="PostBuild" AfterTargets="PostBuildEvent">
    <Exec Command="xcopy /r/y/i/s $(SolutionDir)Lib $(SolutionDir)Tiger.Api\$(OutDir)" />
  </Target>
</Project>