服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-10-09 a3c24a00541d0a8d04064dc2aa53c263fd93a7fe
移动BizSettings到API
已修改2个文件
已重命名1个文件
8 ■■■■ 文件已修改
Tiger.Api/BizSettings.json 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Api/Tiger.Api.csproj 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Business/Tiger.Business.csproj 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Api/BizSettings.json
Tiger.Api/Tiger.Api.csproj
@@ -111,6 +111,9 @@
    <Content Update="Autofac\Template.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Update="BizSettings.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <None Update="Language.db">
Tiger.Business/Tiger.Business.csproj
@@ -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>