From 30334be4b684d639231e7cd721ca99f3fdb0f5ed Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周一, 12 5月 2025 17:10:46 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo --- PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMS.Plugin.PipeLineLems.csproj | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 deletions(-) diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMS.Plugin.PipeLineLems.csproj b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMS.Plugin.PipeLineLems.csproj index fa4f1fb..099e1a1 100644 --- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMS.Plugin.PipeLineLems.csproj +++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMS.Plugin.PipeLineLems.csproj @@ -12,12 +12,12 @@ <PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows'))"> <CMSRootPath>D:\Program Files\CMS Editor</CMSRootPath> - <OutputPath>$(CMSRootPath)\plugins\cms.plugin.messuite</OutputPath> + <OutputPath>$(CMSRootPath)\plugins\cms.plugin.pipelinelems</OutputPath> </PropertyGroup> <PropertyGroup Condition="$([MSBuild]::IsOSPlatform('OSX'))"> <CMSRootPath>/Volumes/SSD/CMS Editor</CMSRootPath> - <OutputPath>$(CMSRootPath)\plugins\cms.plugin.messuite</OutputPath> + <OutputPath>$(CMSRootPath)\plugins\cms.plugin.pipelinelems</OutputPath> </PropertyGroup> <ItemGroup> @@ -40,10 +40,10 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="CMS.Framework.AspNetCore" Version="2.16.1" /> - <PackageReference Include="CMS.Extensions.Variable" Version="2.16.1" /> - <PackageReference Include="CMS.Extensions.Data" Version="2.16.1" /> - <PackageReference Include="CMS.Data.Stressing" Version="2.16.1" /> + <PackageReference Include="CMS.Framework.AspNetCore" Version="2.28.3" /> + <PackageReference Include="CMS.Extensions.Variable" Version="2.28.3" /> + <PackageReference Include="CMS.Extensions.Data" Version="2.28.3" /> + <PackageReference Include="CMS.Data.Stressing" Version="2.28.3" /> <PackageReference Include="CMS.Extensions.Abp" Version="1.4.0" /> <PackageReference Include="WebApiClientCore" Version="2.0.4" /> </ItemGroup> @@ -56,6 +56,12 @@ </ItemGroup> <ItemGroup> + <Reference Include="CmsQueryExtensions"> + <HintPath>..\..\..\..\CommonDLL\CmsQueryExtensions.dll</HintPath> + </Reference> + </ItemGroup> + + <ItemGroup> <Resource Include="Flows\50001_1.pfd"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Resource> @@ -64,4 +70,10 @@ </Resource> </ItemGroup> + <ItemGroup> + <None Update="Resources\Templates\WorkPlan瀵煎嚭妯℃澘.xlsx"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> + </ItemGroup> + </Project> -- Gitblit v1.9.3