From 208143942a6d81e4fb2a2e6abdd8ee807007fc39 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期日, 01 一月 2023 15:12:16 +0800 Subject: [PATCH] 1.1.2 --- DataLoader/DataLoader.csproj | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/DataLoader/DataLoader.csproj b/DataLoader/DataLoader.csproj index 554f05c..8459f0e 100644 --- a/DataLoader/DataLoader.csproj +++ b/DataLoader/DataLoader.csproj @@ -88,11 +88,12 @@ <SubType>Code</SubType> </Compile> <Compile Include="CS\Importor.cs" /> - <Compile Include="CS\Main.cs" /> + <Compile Include="Model\Main.cs" /> <Compile Include="CS\ModelHandler.cs" /> - <Compile Include="CS\NtstWeb.cs" /> + <Compile Include="Model\NtstWeb.cs" /> <Compile Include="CS\PostgreHelper.cs" /> - <Compile Include="CS\ViewData.cs" /> + <Compile Include="Model\SysMetaFile.cs" /> + <Compile Include="Model\ViewData.cs" /> <Compile Include="LoginWin.xaml.cs"> <DependentUpon>LoginWin.xaml</DependentUpon> </Compile> @@ -102,6 +103,7 @@ </Compile> </ItemGroup> <ItemGroup> + <Compile Include="Model\SysMeta.cs" /> <Compile Include="Properties\AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> -- Gitblit v1.9.3