From c0d9ca32551aac1d1328c84cce2e37f2c915b32b Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 17 三月 2023 14:38:58 +0800 Subject: [PATCH] 1 --- ExportMap/ExportMap.csproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ExportMap/ExportMap.csproj b/ExportMap/ExportMap.csproj index 4369faa..334f4fe 100644 --- a/ExportMap/ExportMap.csproj +++ b/ExportMap/ExportMap.csproj @@ -144,6 +144,7 @@ <Compile Include="cs\XYZUtils.cs" /> <Compile Include="db\ModelHandler.cs" /> <Compile Include="db\PostgreHelper.cs" /> + <Compile Include="db\PublishHelper.cs" /> <Compile Include="db\SQLiteHelper.cs" /> <Compile Include="Global.asax.cs"> <DependentUpon>Global.asax</DependentUpon> @@ -154,6 +155,7 @@ <Compile Include="Models\Secret.cs" /> <Compile Include="Models\SpatialItem.cs" /> <Compile Include="Models\SysMeta.cs" /> + <Compile Include="Models\SysPublish.cs" /> <Compile Include="Models\XYZArgs.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> -- Gitblit v1.9.3