From 4cb79220f9687b2c98decc2050e464d00553add0 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 15 八月 2025 16:27:05 +0800
Subject: [PATCH] feat:开发

---
 FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj b/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj
index 005729a..9d83ae0 100644
--- a/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj
+++ b/FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj
@@ -22,14 +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="Logs\" />
+	  <Folder Include="certs\" />
+	</ItemGroup>
+
+
+	<ItemGroup>
+	  <None Update="certs\81812333.com.pfx">
+	    <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+	  </None>
 	</ItemGroup>
 	<ProjectExtensions>
 		<VisualStudio>

--
Gitblit v1.9.1