From 5f80de49c4a00416591054180bf809a12a76d686 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 07 十一月 2024 16:40:53 +0800
Subject: [PATCH] 1

---
 ExportMap/ExportMap.csproj |   65 ++++++++++++++++++++++++++++++--
 1 files changed, 61 insertions(+), 4 deletions(-)

diff --git a/ExportMap/ExportMap.csproj b/ExportMap/ExportMap.csproj
index 95b2909..5433b07 100644
--- a/ExportMap/ExportMap.csproj
+++ b/ExportMap/ExportMap.csproj
@@ -104,52 +104,87 @@
   <ItemGroup>
     <Content Include="api.html" />
     <Content Include="crds.html" />
+    <Content Include="demoMap.html" />
     <Content Include="DLL\log4net4.dll" />
     <Content Include="DLL\Mono.Security.dll" />
     <Content Include="DLL\Npgsql.dll" />
     <Content Include="DLL\NPOI.dll" />
+    <Content Include="DLL\ReadLas.dll" />
     <Content Include="DLL\System.Data.SQLite.dll" />
     <Content Include="fme.html" />
     <Content Include="Global.asax" />
+    <Content Include="iframe.html" />
+    <Content Include="js\config.js" />
     <Content Include="js\insertFiles.js" />
     <Content Include="js\jquery.1.12.4.js" />
     <Content Include="js\rollups.js" />
     <Content Include="js\rsa.min.js" />
+    <Content Include="js\tumap.js" />
     <Content Include="js\turf.min.6.5.js" />
     <Content Include="lf.html" />
+    <Content Include="Sources\empty.png" />
     <Content Include="Sources\Lengend.png" />
     <Content Include="Sources\logo.png" />
+    <Content Include="Sources\merge.py" />
     <Content Include="Sources\render.py" />
     <Content Include="export.html" />
+    <Content Include="Sources\xyz.py" />
     <Content Include="Sources\璇存槑.txt" />
+    <Content Include="TerraBuilder\tb.js" />
+    <Content Include="TerraBuilder\template.js" />
+    <Content Include="TerraBuilder\璇存槑.txt" />
+    <Content Include="turf.html" />
+    <Content Include="UE.html" />
     <Content Include="up.html" />
     <Content Include="Web.config">
       <SubType>Designer</SubType>
     </Content>
+    <Content Include="etown.html" />
   </ItemGroup>
   <ItemGroup>
     <Compile Include="App_Start\WebApiConfig.cs" />
+    <Compile Include="Controllers\ConvertController.cs" />
     <Compile Include="Controllers\ExportController.cs" />
     <Compile Include="Controllers\FloatServerController.cs" />
     <Compile Include="Controllers\licenseEncryptionController.cs" />
-    <Compile Include="cs\CacheUtil.cs" />
+    <Compile Include="Controllers\TBController.cs" />
+    <Compile Include="Controllers\WebController.cs" />
+    <Compile Include="Controllers\UploadController.cs" />
+    <Compile Include="cs\CacheUtils.cs" />
+    <Compile Include="cs\CommonUtils.cs" />
+    <Compile Include="cs\ConvertUtils.cs" />
     <Compile Include="cs\CustomMultipartFormDataStreamProvider.cs" />
     <Compile Include="cs\ExportUtil.cs" />
+    <Compile Include="cs\LasUtils.cs" />
     <Compile Include="cs\LogOut.cs" />
     <Compile Include="cs\NoBufferPolicySelector.cs" />
-    <Compile Include="cs\SGUtil.cs" />
-    <Compile Include="cs\Tool.cs" />
-    <Compile Include="cs\XYZUtil.cs" />
+    <Compile Include="cs\OsgbUtils.cs" />
+    <Compile Include="cs\PyLasUtils.cs" />
+    <Compile Include="cs\SGUtils.cs" />
+    <Compile Include="cs\TBUtils.cs" />
+    <Compile Include="cs\TerrainUtils.cs" />
+    <Compile Include="cs\TerraUtils.cs" />
+    <Compile Include="cs\Tools.cs" />
+    <Compile Include="cs\WebUtils.cs" />
+    <Compile Include="cs\XYZUtils.cs" />
     <Compile Include="db\ModelHandler.cs" />
     <Compile Include="db\PostgreHelper.cs" />
+    <Compile Include="db\PubDBHelper.cs" />
     <Compile Include="db\SQLiteHelper.cs" />
+    <Compile Include="db\TaskDBHelper.cs" />
     <Compile Include="Global.asax.cs">
       <DependentUpon>Global.asax</DependentUpon>
     </Compile>
     <Compile Include="Models\Decrypt.cs" />
     <Compile Include="Models\ExportArgs.cs" />
+    <Compile Include="Models\FileDesc.cs" />
     <Compile Include="Models\ResponseMsg.cs" />
     <Compile Include="Models\Secret.cs" />
+    <Compile Include="Models\SpatialItem.cs" />
+    <Compile Include="Models\SysMeta.cs" />
+    <Compile Include="Models\SysPublish.cs" />
+    <Compile Include="Models\SysTask.cs" />
+    <Compile Include="Models\XYZArgs.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
   <ItemGroup>
@@ -174,11 +209,33 @@
     <Content Include="Sources\Log.config">
       <SubType>Designer</SubType>
     </Content>
+    <Content Include="Sources\xyz.qgz" />
+    <Content Include="TerraBuilder\tb.tbp" />
+    <Content Include="Sources\empty.terrain" />
+    <Content Include="Sources\0.terrain" />
   </ItemGroup>
   <PropertyGroup>
     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
   </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
+    <DebugSymbols>true</DebugSymbols>
+    <OutputPath>bin\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <DebugType>full</DebugType>
+    <PlatformTarget>x64</PlatformTarget>
+    <ErrorReport>prompt</ErrorReport>
+    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
+    <OutputPath>bin\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <Optimize>true</Optimize>
+    <DebugType>pdbonly</DebugType>
+    <PlatformTarget>x64</PlatformTarget>
+    <ErrorReport>prompt</ErrorReport>
+    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
+  </PropertyGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />

--
Gitblit v1.9.3