| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{93398C08-C6A8-4FEC-B5C1-E100B7DF9202}</ProjectGuid>
- <OutputType>Library</OutputType>
- <RootNamespace>HXX.Scanner.Biz</RootNamespace>
- <AssemblyName>HXX.Scanner.Biz</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <ItemGroup>
- <None Include="App.config" />
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="biz\biz_delegate.cs" />
- <Compile Include="biz\biz_limit.cs" />
- <Compile Include="biz\pop\biz_dynam.cs" />
- <Compile Include="biz\biz_version.cs" />
- <Compile Include="biz\pop\biz_pop.cs" />
- <Compile Include="biz\pop\biz_pop2.cs" />
- <Compile Include="biz\pop\LicenseLoader.cs" />
- <Compile Include="TP\CustomThreadPool.cs" />
- <Compile Include="entity\qty_of_upload.cs" />
- <Compile Include="HTTP\http_manager - backup.cs" />
- <Compile Include="HTTP\self_http_manager.cs" />
- <Compile Include="HTTP\http_helper_upload - backup.cs" />
- <Compile Include="socketServer\entity_cmd\request\cmd_getFailedImage.cs" />
- <Compile Include="socketServer\entity_cmd\request\cmd_deleteBatch.cs" />
- <Compile Include="socketServer\entity_cmd\request\cmd_scanTemplate.cs" />
- <Compile Include="socketServer\entity_cmd\request\cmd_reUpload.cs" />
- <Compile Include="socketServer\entity_cmd\request\cmd_loadImage.cs" />
- <Compile Include="socketServer\entity_cmd\request\cmd_connectMessage.cs" />
- <Compile Include="socketServer\entity_cmd\request\cmd_startScan2.cs" />
- <Compile Include="socketServer\entity_cmd\response\http_response\response_http_updateInfo.cs" />
- <Compile Include="socketServer\entity_cmd\response\http_response\response_http_uploadImg2.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_fainNumber.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_getFailedImage.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_loadImage.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_reUpload_all_finish.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_reUpload_single_finish.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_reUpload_error.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_scanTemplate.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_startScanTemplate.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_deleteBatch.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_uploading.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_uploadFinish.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_uploadNumber.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_scanNumber.cs" />
- <Compile Include="socketServer\entity_cmd\server_entity\entity_server_base.cs" />
- <Compile Include="socketServer\entity_cmd\server_entity\entity_server_upload.cs" />
- <Compile Include="socketServer\sub_biz\biz_connectMessage.cs" />
- <Compile Include="socketServer\sub_biz\biz_deleteBatch.cs" />
- <Compile Include="socketServer\sub_biz\biz_getFailedImage.cs" />
- <Compile Include="socketServer\sub_biz\biz_reUpload.cs" />
- <Compile Include="socketServer\sub_biz\biz_loadImage.cs" />
- <Compile Include="socketServer\sub_biz\biz_scanTemplate.cs" />
- <Compile Include="usb\usb.cs" />
- <Compile Include="usb\biz_usb.cs" />
- <Compile Include="biz\biz_ping.cs" />
- <Compile Include="biz\biz_scanHistory.cs" />
- <Compile Include="biz\biz_environment.cs" />
- <Compile Include="biz\biz_db_base.cs" />
- <Compile Include="biz\biz_db.cs" />
- <Compile Include="biz\file_manager.cs" />
- <Compile Include="biz\config_manager.cs" />
- <Compile Include="biz\scanner_manager.cs" />
- <Compile Include="biz\biz_twainException.cs" />
- <Compile Include="entity\file\file_info.cs" />
- <Compile Include="entity\file\file_batch_info.cs" />
- <Compile Include="entity\Enum.cs" />
- <Compile Include="entity\scan_history.cs" />
- <Compile Include="HTTP\http_manager.cs" />
- <Compile Include="HTTP\http_helper_upload.cs" />
- <Compile Include="HTTP\http_helper.cs" />
- <Compile Include="socketServer\entity_cmd\msg_base.cs" />
- <Compile Include="socketServer\entity_cmd\request\cmd_changeScan.cs" />
- <Compile Include="socketServer\entity_cmd\request\active\cmd_scannedBatch.cs" />
- <Compile Include="socketServer\entity_cmd\request\active\cmd_scanFinish.cs" />
- <Compile Include="socketServer\entity_cmd\request\active\cmd_pushCompletedScan.cs" />
- <Compile Include="socketServer\entity_cmd\request\cmd_scanFinishBatch.cs" />
- <Compile Include="socketServer\entity_cmd\request\cmd_stopScan.cs" />
- <Compile Include="socketServer\entity_cmd\request\cmd_checkHeartBeat.cs" />
- <Compile Include="socketServer\entity_cmd\request\http_request\request_http_uploadImg.cs" />
- <Compile Include="socketServer\entity_cmd\response\http_response\response_http_uploadImg.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_base.cs" />
- <Compile Include="socketServer\entity_cmd\response\active\response_scanFinish.cs" />
- <Compile Include="socketServer\entity_cmd\response\active\response_scannedBatch.cs" />
- <Compile Include="socketServer\entity_cmd\response\active\response_pushCompletedScan.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_scanFinishBatch.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_error.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_checkHeartBeat.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_changeScan.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_stopScan.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_startScan.cs" />
- <Compile Include="socketServer\entity_cmd\response\response_getScannerList.cs" />
- <Compile Include="socketServer\sub_biz\biz_scanFinishBatch.cs" />
- <Compile Include="socketServer\sub_biz\biz_scanFinish.cs" />
- <Compile Include="socketServer\sub_biz\biz_scannedBatch.cs" />
- <Compile Include="socketServer\sub_biz\biz_pushCompletedScan.cs" />
- <Compile Include="socketServer\sub_biz\biz_error.cs" />
- <Compile Include="socketServer\sub_biz\biz_checkHeartBeat.cs" />
- <Compile Include="socketServer\sub_biz\biz_changeScan.cs" />
- <Compile Include="socketServer\sub_biz\biz_stopScan.cs" />
- <Compile Include="socketServer\sub_biz\biz_startScan.cs" />
- <Compile Include="socketServer\sub_biz\biz_setInfo.cs" />
- <Compile Include="socketServer\sub_biz\biz_getScannerList.cs" />
- <Compile Include="twain32\biz_engine_prepare.cs" />
- <Compile Include="twain32\biz_property_engine_to_scanner.cs" />
- <Compile Include="twain32\biz_engine_side.cs" />
- <Compile Include="twain32\biz_property_scanner_to_engine.cs" />
- <Compile Include="entity\ResponseEntity.cs" />
- <Compile Include="socketServer\biz_socketTask.cs" />
- <Compile Include="socketServer\entity_cmd\request\cmd_base.cs" />
- <Compile Include="socketServer\entity_cmd\request\cmd_setInfo.cs" />
- <Compile Include="socketServer\entity_cmd\request\cmd_startScan.cs" />
- <Compile Include="socketServer\entity_cmd\request\cmd_getScannerList.cs" />
- <Compile Include="entity\TwCapExt.cs" />
- <Compile Include="entity\config_environment.cs" />
- <Compile Include="biz\biz_disk.cs" />
- <Compile Include="entity\Device_Scanner.cs" />
- <Compile Include="entity\ScanTool.cs" />
- <Compile Include="entity\WiaPropertyConstant.cs" />
- <Compile Include="socketServer\biz_socketServer.cs" />
- <Compile Include="twain32\engine_twain32.cs" />
- <Compile Include="twain32\events\twain32_events_AcquireError.cs" />
- <Compile Include="twain32\events\twain32_events_DeviceEvent.cs" />
- <Compile Include="twain32\events\twain32_events_EndXfer.cs" />
- <Compile Include="twain32\events\twain32_events_SetupFileXferEvent.cs" />
- <Compile Include="twain32\events\twain32_events_XferDone.cs" />
- <Compile Include="twain32\events\twain32_events_AcquireCompleted.cs" />
- <Compile Include="twain32\events\twain32_events_FileXferEvent.cs" />
- <Compile Include="twain32\events\twain32_events.cs" />
- <Compile Include="twain32\form\biz_thread.cs" />
- <Compile Include="twain32\form\frmHandler.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="twain32\form\frmHandler.Designer.cs">
- <DependentUpon>frmHandler.cs</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Reference Include="Dynamsoft.BarcodeGenerator, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
- <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.BarcodeGenerator.dll</HintPath>
- </Reference>
- <Reference Include="Dynamsoft.Camera, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
- <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.Camera.dll</HintPath>
- </Reference>
- <Reference Include="Dynamsoft.Forms.Viewer, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
- <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.Forms.Viewer.dll</HintPath>
- </Reference>
- <Reference Include="Dynamsoft.ImageCore, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
- <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.ImageCore.dll</HintPath>
- </Reference>
- <Reference Include="Dynamsoft.OCR, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
- <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.OCR.dll</HintPath>
- </Reference>
- <Reference Include="Dynamsoft.PDF, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
- <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.PDF.dll</HintPath>
- </Reference>
- <Reference Include="Dynamsoft.Twain, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
- <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.Twain.dll</HintPath>
- </Reference>
- <Reference Include="Dynamsoft.WPF.Viewer, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
- <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.WPF.Viewer.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="NTwain, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b8a88f4e3308e7c2, processorArchitecture=MSIL">
- <HintPath>..\packages\NTwain.3.7.6\lib\net40\NTwain.dll</HintPath>
- </Reference>
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="Saraff.Twain, Version=1.0.33.756, Culture=neutral, PublicKeyToken=467d7c56f22cafb6, processorArchitecture=MSIL">
- <HintPath>..\packages\Saraff.Twain.1.0.33.756\lib\net451\Saraff.Twain.dll</HintPath>
- </Reference>
- <Reference Include="SqlSugar, Version=5.0.3.5, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\SqlSugar.5.0.3.6\lib\SqlSugar.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Data" />
- <Reference Include="System.Data.SQLite, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\lib\net46\System.Data.SQLite.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.SQLite.EF6, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Data.SQLite.EF6.1.0.114.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.SQLite.Linq, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Data.SQLite.Linq.1.0.114.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing" />
- <Reference Include="System.Management" />
- <Reference Include="System.Net" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Windows.Forms.DataVisualization" />
- <Reference Include="System.Windows.Forms.DataVisualization.Design" />
- <Reference Include="System.Xml" />
- <Reference Include="WindowsBase" />
- </ItemGroup>
- <ItemGroup>
- <COMReference Include="WIA">
- <Guid>{94A0E92D-43C0-494E-AC29-FD45948A5221}</Guid>
- <VersionMajor>1</VersionMajor>
- <VersionMinor>0</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>tlbimp</WrapperTool>
- <Isolated>False</Isolated>
- <EmbedInteropTypes>False</EmbedInteropTypes>
- </COMReference>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\HXX.Scanner.Common\HXX.Scanner.Common.csproj">
- <Project>{9bf65a62-0e22-4e6e-8cc0-39b89fea0668}</Project>
- <Name>HXX.Scanner.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\HXX.Scanner.Database\HXX.Scanner.Database.csproj">
- <Project>{7433ab39-bd6b-49bd-a4a3-0d970a3436ad}</Project>
- <Name>HXX.Scanner.Database</Name>
- </ProjectReference>
- <ProjectReference Include="..\HXX.Scanner.Socket\HXX.Scanner.Socket.csproj">
- <Project>{36a659da-1ebe-4dbe-a729-4df9ec173bf0}</Project>
- <Name>HXX.Scanner.Socket</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="twain32\form\frmHandler.resx">
- <DependentUpon>frmHandler.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
- </PropertyGroup>
- <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
- <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
- <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
- </Target>
- <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
- <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
- </Project>
|