From 665d5d970c3430ed655d5ac5865d7c6bc29105be Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 18 七月 2024 15:53:04 +0800 Subject: [PATCH] 11 --- SimuTools/SimuTools.csproj | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/SimuTools/SimuTools.csproj b/SimuTools/SimuTools.csproj index 2999351..21dfc09 100644 --- a/SimuTools/SimuTools.csproj +++ b/SimuTools/SimuTools.csproj @@ -563,6 +563,18 @@ <Content Include="dlls\ogr_wrap.dll" /> <Content Include="dlls\osr_csharp.dll" /> <Content Include="dlls\osr_wrap.dll" /> + <EmbeddedResource Include="ogr_csharp.dll"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </EmbeddedResource> + <EmbeddedResource Include="ogr_wrap.dll"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </EmbeddedResource> + <EmbeddedResource Include="osr_csharp.dll"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </EmbeddedResource> + <EmbeddedResource Include="osr_wrap.dll"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </EmbeddedResource> <EmbeddedResource Include="gdalconst_wrap.dll"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </EmbeddedResource> -- Gitblit v1.9.3