From 1ba4cac79e7cd119da9937cab68c2450ae6f48a6 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 24 三月 2023 10:14:59 +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