From a9d3642f93bdb25b5d72c8e28ee14d66ac7c4ea3 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 27 六月 2023 17:21:25 +0800 Subject: [PATCH] 将TerraBuilder自动化创建mpt程序包装成Web服务 --- 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