From 844ef8147c4e61c22d5aa40deab4b026638e1781 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 08 九月 2025 16:20:20 +0800
Subject: [PATCH] fix: s

---
 FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj b/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj
index f86dd1d..a5b17d8 100644
--- a/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj
+++ b/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj
@@ -27,6 +27,30 @@
 		<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>
 			<UserProperties properties_4launchsettings_1json__JsonSchema="" />

--
Gitblit v1.9.1