From e243ecf8d43eb00b2a0461230076ada26d2d11c1 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 14 三月 2023 10:51:52 +0800 Subject: [PATCH] 1 --- ExportMap/ExportMap.csproj | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ExportMap/ExportMap.csproj b/ExportMap/ExportMap.csproj index 889a787..4feb5e5 100644 --- a/ExportMap/ExportMap.csproj +++ b/ExportMap/ExportMap.csproj @@ -129,17 +129,19 @@ </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="cs\CacheUtils.cs" /> + <Compile Include="cs\ConvertUtils.cs" /> <Compile Include="cs\CustomMultipartFormDataStreamProvider.cs" /> <Compile Include="cs\ExportUtil.cs" /> <Compile Include="cs\LogOut.cs" /> <Compile Include="cs\NoBufferPolicySelector.cs" /> - <Compile Include="cs\SGUtil.cs" /> + <Compile Include="cs\SGUtils.cs" /> <Compile Include="cs\Tool.cs" /> - <Compile Include="cs\XYZUtil.cs" /> + <Compile Include="cs\XYZUtils.cs" /> <Compile Include="db\ModelHandler.cs" /> <Compile Include="db\PostgreHelper.cs" /> <Compile Include="db\SQLiteHelper.cs" /> @@ -150,6 +152,7 @@ <Compile Include="Models\ExportArgs.cs" /> <Compile Include="Models\ResponseMsg.cs" /> <Compile Include="Models\Secret.cs" /> + <Compile Include="Models\SysMeta.cs" /> <Compile Include="Models\XYZArgs.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> -- Gitblit v1.9.3