From 6a1991b477cd7f719d7ad486b6ad2ab170c91425 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期日, 01 一月 2023 11:46:59 +0800 Subject: [PATCH] 1 --- DataLoader/DataLoader.csproj | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/DataLoader/DataLoader.csproj b/DataLoader/DataLoader.csproj index 4013be1..554f05c 100644 --- a/DataLoader/DataLoader.csproj +++ b/DataLoader/DataLoader.csproj @@ -48,7 +48,14 @@ <Reference Include="CefSharp.Wpf, Version=108.4.130.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL"> <HintPath>..\packages\CefSharp.Wpf.108.4.130\lib\net452\CefSharp.Wpf.dll</HintPath> </Reference> + <Reference Include="Mono.Security"> + <HintPath>..\JavaCode\DLL\Mono.Security.dll</HintPath> + </Reference> + <Reference Include="Npgsql"> + <HintPath>..\JavaCode\DLL\Npgsql.dll</HintPath> + </Reference> <Reference Include="System" /> + <Reference Include="System.configuration" /> <Reference Include="System.Data" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> @@ -80,8 +87,11 @@ <DependentUpon>App.xaml</DependentUpon> <SubType>Code</SubType> </Compile> + <Compile Include="CS\Importor.cs" /> <Compile Include="CS\Main.cs" /> + <Compile Include="CS\ModelHandler.cs" /> <Compile Include="CS\NtstWeb.cs" /> + <Compile Include="CS\PostgreHelper.cs" /> <Compile Include="CS\ViewData.cs" /> <Compile Include="LoginWin.xaml.cs"> <DependentUpon>LoginWin.xaml</DependentUpon> -- Gitblit v1.9.3