From 23be76e870f186e8f56287b1e82146e9694acd4c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 27 六月 2023 11:23:12 +0800 Subject: [PATCH] 添加TB工具类 --- ExportMap/ExportMap.csproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ExportMap/ExportMap.csproj b/ExportMap/ExportMap.csproj index 6ff6072..a9067a7 100644 --- a/ExportMap/ExportMap.csproj +++ b/ExportMap/ExportMap.csproj @@ -139,6 +139,7 @@ <Compile Include="Controllers\ExportController.cs" /> <Compile Include="Controllers\FloatServerController.cs" /> <Compile Include="Controllers\licenseEncryptionController.cs" /> + <Compile Include="Controllers\TBController.cs" /> <Compile Include="Controllers\TerraController.cs" /> <Compile Include="cs\CacheUtils.cs" /> <Compile Include="cs\ConvertUtils.cs" /> @@ -149,6 +150,7 @@ <Compile Include="cs\NoBufferPolicySelector.cs" /> <Compile Include="cs\OsgbUtils.cs" /> <Compile Include="cs\SGUtils.cs" /> + <Compile Include="cs\TBUtils.cs" /> <Compile Include="cs\TerraUtils.cs" /> <Compile Include="cs\Tools.cs" /> <Compile Include="cs\XYZUtils.cs" /> -- Gitblit v1.9.3