From 22f443f24ea48e8bf3940d0432f00edbb0a86c2f Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期四, 11 九月 2025 10:55:49 +0800 Subject: [PATCH] feat:开发 --- FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj | 29 +++++++++++++++++++++++++++-- 1 files changed, 27 insertions(+), 2 deletions(-) diff --git a/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj b/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj index 1db4574..a5b17d8 100644 --- a/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj +++ b/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj @@ -22,9 +22,34 @@ <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="AlipayCert\alipayCertPublicKey_RSA2.crt"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> + <None Update="AlipayCert\alipayRootCert.crt"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> + <None Update="AlipayCert\appCertPublicKey_2021004171602214.crt"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> + <None Update="AlipayCert\CSR鏂囦欢.csr"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> + <None Update="certs\81812333.com.pfx"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> </ItemGroup> <ProjectExtensions> <VisualStudio> -- Gitblit v1.9.1