From 0f522b742699f0d81f23adc4cf517205cdf3d45c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 18 七月 2024 16:30:27 +0800 Subject: [PATCH] 开始执行运行方法 --- SimuTools/SimuTools.csproj | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/SimuTools/SimuTools.csproj b/SimuTools/SimuTools.csproj index 05eea49..b5464f0 100644 --- a/SimuTools/SimuTools.csproj +++ b/SimuTools/SimuTools.csproj @@ -48,6 +48,10 @@ <SpecificVersion>False</SpecificVersion> <HintPath>dlls\log4net4.dll</HintPath> </Reference> + <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>dlls\Newtonsoft.Json.dll</HintPath> + </Reference> <Reference Include="ogr_csharp, Version=3.5.2.0, Culture=neutral, PublicKeyToken=db5a52b08dc5b321, processorArchitecture=MSIL" /> <Reference Include="osr_csharp, Version=3.5.2.0, Culture=neutral, PublicKeyToken=db5a52b08dc5b321, processorArchitecture=MSIL" /> <Reference Include="System" /> @@ -562,6 +566,7 @@ <Content Include="dlls\gdal_csharp.dll" /> <Content Include="dlls\gdal_wrap.dll" /> <Content Include="dlls\log4net4.dll" /> + <Content Include="dlls\Newtonsoft.Json.dll" /> <Content Include="dlls\ogr_csharp.dll" /> <Content Include="dlls\ogr_wrap.dll" /> <Content Include="dlls\osr_csharp.dll" /> -- Gitblit v1.9.3