From a3c24a00541d0a8d04064dc2aa53c263fd93a7fe Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期三, 09 十月 2024 19:47:39 +0800 Subject: [PATCH] 移动BizSettings到API --- Tiger.Business/Tiger.Business.csproj | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Tiger.Business/Tiger.Business.csproj b/Tiger.Business/Tiger.Business.csproj index fbae5f4..5384ea9 100644 --- a/Tiger.Business/Tiger.Business.csproj +++ b/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> @@ -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)
xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).pdb $(SolutionDir)Tiger.Api\$(OutDir)
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)
xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).pdb $(SolutionDir)Tiger.Api\$(OutDir)" /> </Target> </Project> -- Gitblit v1.9.3