From e9960b323c486a3d34275824fd9bd6259d1b5c20 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 22 八月 2025 14:16:53 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/ApiFlexJob --- FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj b/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj index 1db4574..9d83ae0 100644 --- a/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj +++ b/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj @@ -22,9 +22,22 @@ <ItemGroup> - <ProjectReference Include="..\FlexJobApi.Application\FlexJobApi.Application.csproj" /> + <ProjectReference Include="..\FlexJobApi.CommonServer.Application\FlexJobApi.CommonServer.Application.csproj" /> <ProjectReference Include="..\FlexJobApi.Database.Migrations\FlexJobApi.Database.Migrations.csproj" /> - <ProjectReference Include="..\FlexJobApi.User.Application\FlexJobApi.User.Application.csproj" /> + <ProjectReference Include="..\FlexJobApi.FlexJobServer.Application\FlexJobApi.FlexJobServer.Application.csproj" /> + <ProjectReference Include="..\FlexJobApi.UserServer.Application\FlexJobApi.UserServer.Application.csproj" /> + </ItemGroup> + + + <ItemGroup> + <Folder Include="certs\" /> + </ItemGroup> + + + <ItemGroup> + <None Update="certs\81812333.com.pfx"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> </ItemGroup> <ProjectExtensions> <VisualStudio> -- Gitblit v1.9.1