From f27f28d4427d030fbac04e1d06acf1b2b8131f05 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周二, 20 5月 2025 13:25:21 +0800 Subject: [PATCH] 添加wcs项目 --- Weben_CMS专用代码生成器/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms/CMS.Plugin.HIAWms.csproj | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms/CMS.Plugin.HIAWms.csproj" "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms/CMS.Plugin.HIAWms.csproj" index 3d96d8b..813ab76 100644 --- "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms/CMS.Plugin.HIAWms.csproj" +++ "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms/CMS.Plugin.HIAWms.csproj" @@ -12,12 +12,12 @@ <PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows'))"> <CMSRootPath>D:\Program Files\CMS Editor</CMSRootPath> - <OutputPath>$(CMSRootPath)\plugins\cms.plugin.hiawms</OutputPath> + <OutputPath>$(CMSRootPath)\plugins\cms.plugin.hiawms_test</OutputPath> </PropertyGroup> <PropertyGroup Condition="$([MSBuild]::IsOSPlatform('OSX'))"> <CMSRootPath>/Volumes/SSD/CMS Editor</CMSRootPath> - <OutputPath>$(CMSRootPath)\plugins\cms.plugin.hiawms</OutputPath> + <OutputPath>$(CMSRootPath)\plugins\cms.plugin.hiawms_test</OutputPath> </PropertyGroup> <ItemGroup> @@ -40,7 +40,7 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="CMS.Framework.AspNetCore" Version="2.16.1" /> + <PackageReference Include="CMS.Framework.AspNetCore" Version="2.28.0" /> <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" /> @@ -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> -- Gitblit v1.9.3