From b849a185e1bf8e37a85cbfa6ee251ff5a531b45c Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 09 三月 2023 15:26:47 +0800
Subject: [PATCH] 1

---
 JavaCode/JavaCode.csproj |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/JavaCode/JavaCode.csproj b/JavaCode/JavaCode.csproj
index 7427611..f2ad35c 100644
--- a/JavaCode/JavaCode.csproj
+++ b/JavaCode/JavaCode.csproj
@@ -113,10 +113,18 @@
     </None>
   </ItemGroup>
   <ItemGroup>
-    <Content Include="BsTemplate\Entity.java" />
-    <Content Include="BsTemplate\GeoEntity.java" />
-    <Content Include="BsTemplate\GeoMapper.java" />
-    <Content Include="BsTemplate\Mapper.java" />
+    <EmbeddedResource Include="BsTemplate\Entity.java">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </EmbeddedResource>
+    <EmbeddedResource Include="BsTemplate\GeoEntity.java">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </EmbeddedResource>
+    <EmbeddedResource Include="BsTemplate\GeoMapper.java">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </EmbeddedResource>
+    <EmbeddedResource Include="BsTemplate\Mapper.java">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </EmbeddedResource>
     <Content Include="DLL\Mono.Security.dll" />
     <Content Include="DLL\Npgsql.dll" />
     <Content Include="SysTemplate\pg.sql" />

--
Gitblit v1.9.3