服务端的TigerApi 框架,基于.NET6 2024 版本
YangYuGang
2025-03-25 024b9947f75a2a73745fc4eded6f7c6bfd1e7f6f
Tiger.Business/Tiger.Business.csproj
@@ -148,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)" />