HXX.Scanner.Biz.csproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{93398C08-C6A8-4FEC-B5C1-E100B7DF9202}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>HXX.Scanner.Biz</RootNamespace>
  11. <AssemblyName>HXX.Scanner.Biz</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <Deterministic>true</Deterministic>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>x86</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <StartupObject />
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  42. <DebugSymbols>true</DebugSymbols>
  43. <OutputPath>bin\x86\Debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>x86</PlatformTarget>
  47. <LangVersion>7.3</LangVersion>
  48. <ErrorReport>prompt</ErrorReport>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  51. <OutputPath>bin\x86\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <Optimize>true</Optimize>
  54. <DebugType>pdbonly</DebugType>
  55. <PlatformTarget>x86</PlatformTarget>
  56. <LangVersion>7.3</LangVersion>
  57. <ErrorReport>prompt</ErrorReport>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <None Include="App.config" />
  61. <None Include="packages.config" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="biz\biz_delegate.cs" />
  65. <Compile Include="biz\biz_limit.cs" />
  66. <Compile Include="biz\pop\biz_dynam.cs" />
  67. <Compile Include="biz\biz_version.cs" />
  68. <Compile Include="biz\pop\biz_pop.cs" />
  69. <Compile Include="biz\pop\biz_pop2.cs" />
  70. <Compile Include="biz\pop\LicenseLoader.cs" />
  71. <Compile Include="TP\CustomThreadPool.cs" />
  72. <Compile Include="entity\qty_of_upload.cs" />
  73. <Compile Include="HTTP\http_manager - backup.cs" />
  74. <Compile Include="HTTP\self_http_manager.cs" />
  75. <Compile Include="HTTP\http_helper_upload - backup.cs" />
  76. <Compile Include="socketServer\entity_cmd\request\cmd_getFailedImage.cs" />
  77. <Compile Include="socketServer\entity_cmd\request\cmd_deleteBatch.cs" />
  78. <Compile Include="socketServer\entity_cmd\request\cmd_scanTemplate.cs" />
  79. <Compile Include="socketServer\entity_cmd\request\cmd_reUpload.cs" />
  80. <Compile Include="socketServer\entity_cmd\request\cmd_loadImage.cs" />
  81. <Compile Include="socketServer\entity_cmd\request\cmd_connectMessage.cs" />
  82. <Compile Include="socketServer\entity_cmd\request\cmd_startScan2.cs" />
  83. <Compile Include="socketServer\entity_cmd\response\http_response\response_http_updateInfo.cs" />
  84. <Compile Include="socketServer\entity_cmd\response\http_response\response_http_uploadImg2.cs" />
  85. <Compile Include="socketServer\entity_cmd\response\response_fainNumber.cs" />
  86. <Compile Include="socketServer\entity_cmd\response\response_getFailedImage.cs" />
  87. <Compile Include="socketServer\entity_cmd\response\response_loadImage.cs" />
  88. <Compile Include="socketServer\entity_cmd\response\response_reUpload_all_finish.cs" />
  89. <Compile Include="socketServer\entity_cmd\response\response_reUpload_single_finish.cs" />
  90. <Compile Include="socketServer\entity_cmd\response\response_reUpload_error.cs" />
  91. <Compile Include="socketServer\entity_cmd\response\response_scanTemplate.cs" />
  92. <Compile Include="socketServer\entity_cmd\response\response_startScanTemplate.cs" />
  93. <Compile Include="socketServer\entity_cmd\response\response_deleteBatch.cs" />
  94. <Compile Include="socketServer\entity_cmd\response\response_uploading.cs" />
  95. <Compile Include="socketServer\entity_cmd\response\response_uploadFinish.cs" />
  96. <Compile Include="socketServer\entity_cmd\response\response_uploadNumber.cs" />
  97. <Compile Include="socketServer\entity_cmd\response\response_scanNumber.cs" />
  98. <Compile Include="socketServer\entity_cmd\server_entity\entity_server_base.cs" />
  99. <Compile Include="socketServer\entity_cmd\server_entity\entity_server_upload.cs" />
  100. <Compile Include="socketServer\sub_biz\biz_connectMessage.cs" />
  101. <Compile Include="socketServer\sub_biz\biz_deleteBatch.cs" />
  102. <Compile Include="socketServer\sub_biz\biz_getFailedImage.cs" />
  103. <Compile Include="socketServer\sub_biz\biz_reUpload.cs" />
  104. <Compile Include="socketServer\sub_biz\biz_loadImage.cs" />
  105. <Compile Include="socketServer\sub_biz\biz_scanTemplate.cs" />
  106. <Compile Include="usb\usb.cs" />
  107. <Compile Include="usb\biz_usb.cs" />
  108. <Compile Include="biz\biz_ping.cs" />
  109. <Compile Include="biz\biz_scanHistory.cs" />
  110. <Compile Include="biz\biz_environment.cs" />
  111. <Compile Include="biz\biz_db_base.cs" />
  112. <Compile Include="biz\biz_db.cs" />
  113. <Compile Include="biz\file_manager.cs" />
  114. <Compile Include="biz\config_manager.cs" />
  115. <Compile Include="biz\scanner_manager.cs" />
  116. <Compile Include="biz\biz_twainException.cs" />
  117. <Compile Include="entity\file\file_info.cs" />
  118. <Compile Include="entity\file\file_batch_info.cs" />
  119. <Compile Include="entity\Enum.cs" />
  120. <Compile Include="entity\scan_history.cs" />
  121. <Compile Include="HTTP\http_manager.cs" />
  122. <Compile Include="HTTP\http_helper_upload.cs" />
  123. <Compile Include="HTTP\http_helper.cs" />
  124. <Compile Include="socketServer\entity_cmd\msg_base.cs" />
  125. <Compile Include="socketServer\entity_cmd\request\cmd_changeScan.cs" />
  126. <Compile Include="socketServer\entity_cmd\request\active\cmd_scannedBatch.cs" />
  127. <Compile Include="socketServer\entity_cmd\request\active\cmd_scanFinish.cs" />
  128. <Compile Include="socketServer\entity_cmd\request\active\cmd_pushCompletedScan.cs" />
  129. <Compile Include="socketServer\entity_cmd\request\cmd_scanFinishBatch.cs" />
  130. <Compile Include="socketServer\entity_cmd\request\cmd_stopScan.cs" />
  131. <Compile Include="socketServer\entity_cmd\request\cmd_checkHeartBeat.cs" />
  132. <Compile Include="socketServer\entity_cmd\request\http_request\request_http_uploadImg.cs" />
  133. <Compile Include="socketServer\entity_cmd\response\http_response\response_http_uploadImg.cs" />
  134. <Compile Include="socketServer\entity_cmd\response\response_base.cs" />
  135. <Compile Include="socketServer\entity_cmd\response\active\response_scanFinish.cs" />
  136. <Compile Include="socketServer\entity_cmd\response\active\response_scannedBatch.cs" />
  137. <Compile Include="socketServer\entity_cmd\response\active\response_pushCompletedScan.cs" />
  138. <Compile Include="socketServer\entity_cmd\response\response_scanFinishBatch.cs" />
  139. <Compile Include="socketServer\entity_cmd\response\response_error.cs" />
  140. <Compile Include="socketServer\entity_cmd\response\response_checkHeartBeat.cs" />
  141. <Compile Include="socketServer\entity_cmd\response\response_changeScan.cs" />
  142. <Compile Include="socketServer\entity_cmd\response\response_stopScan.cs" />
  143. <Compile Include="socketServer\entity_cmd\response\response_startScan.cs" />
  144. <Compile Include="socketServer\entity_cmd\response\response_getScannerList.cs" />
  145. <Compile Include="socketServer\sub_biz\biz_scanFinishBatch.cs" />
  146. <Compile Include="socketServer\sub_biz\biz_scanFinish.cs" />
  147. <Compile Include="socketServer\sub_biz\biz_scannedBatch.cs" />
  148. <Compile Include="socketServer\sub_biz\biz_pushCompletedScan.cs" />
  149. <Compile Include="socketServer\sub_biz\biz_error.cs" />
  150. <Compile Include="socketServer\sub_biz\biz_checkHeartBeat.cs" />
  151. <Compile Include="socketServer\sub_biz\biz_changeScan.cs" />
  152. <Compile Include="socketServer\sub_biz\biz_stopScan.cs" />
  153. <Compile Include="socketServer\sub_biz\biz_startScan.cs" />
  154. <Compile Include="socketServer\sub_biz\biz_setInfo.cs" />
  155. <Compile Include="socketServer\sub_biz\biz_getScannerList.cs" />
  156. <Compile Include="twain32\biz_engine_prepare.cs" />
  157. <Compile Include="twain32\biz_property_engine_to_scanner.cs" />
  158. <Compile Include="twain32\biz_engine_side.cs" />
  159. <Compile Include="twain32\biz_property_scanner_to_engine.cs" />
  160. <Compile Include="entity\ResponseEntity.cs" />
  161. <Compile Include="socketServer\biz_socketTask.cs" />
  162. <Compile Include="socketServer\entity_cmd\request\cmd_base.cs" />
  163. <Compile Include="socketServer\entity_cmd\request\cmd_setInfo.cs" />
  164. <Compile Include="socketServer\entity_cmd\request\cmd_startScan.cs" />
  165. <Compile Include="socketServer\entity_cmd\request\cmd_getScannerList.cs" />
  166. <Compile Include="entity\TwCapExt.cs" />
  167. <Compile Include="entity\config_environment.cs" />
  168. <Compile Include="biz\biz_disk.cs" />
  169. <Compile Include="entity\Device_Scanner.cs" />
  170. <Compile Include="entity\ScanTool.cs" />
  171. <Compile Include="entity\WiaPropertyConstant.cs" />
  172. <Compile Include="socketServer\biz_socketServer.cs" />
  173. <Compile Include="twain32\engine_twain32.cs" />
  174. <Compile Include="twain32\events\twain32_events_AcquireError.cs" />
  175. <Compile Include="twain32\events\twain32_events_DeviceEvent.cs" />
  176. <Compile Include="twain32\events\twain32_events_EndXfer.cs" />
  177. <Compile Include="twain32\events\twain32_events_SetupFileXferEvent.cs" />
  178. <Compile Include="twain32\events\twain32_events_XferDone.cs" />
  179. <Compile Include="twain32\events\twain32_events_AcquireCompleted.cs" />
  180. <Compile Include="twain32\events\twain32_events_FileXferEvent.cs" />
  181. <Compile Include="twain32\events\twain32_events.cs" />
  182. <Compile Include="twain32\form\biz_thread.cs" />
  183. <Compile Include="twain32\form\frmHandler.cs">
  184. <SubType>Form</SubType>
  185. </Compile>
  186. <Compile Include="twain32\form\frmHandler.Designer.cs">
  187. <DependentUpon>frmHandler.cs</DependentUpon>
  188. </Compile>
  189. </ItemGroup>
  190. <ItemGroup>
  191. <Reference Include="Dynamsoft.BarcodeGenerator, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
  192. <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.BarcodeGenerator.dll</HintPath>
  193. </Reference>
  194. <Reference Include="Dynamsoft.Camera, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
  195. <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.Camera.dll</HintPath>
  196. </Reference>
  197. <Reference Include="Dynamsoft.Forms.Viewer, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
  198. <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.Forms.Viewer.dll</HintPath>
  199. </Reference>
  200. <Reference Include="Dynamsoft.ImageCore, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
  201. <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.ImageCore.dll</HintPath>
  202. </Reference>
  203. <Reference Include="Dynamsoft.OCR, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
  204. <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.OCR.dll</HintPath>
  205. </Reference>
  206. <Reference Include="Dynamsoft.PDF, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
  207. <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.PDF.dll</HintPath>
  208. </Reference>
  209. <Reference Include="Dynamsoft.Twain, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
  210. <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.Twain.dll</HintPath>
  211. </Reference>
  212. <Reference Include="Dynamsoft.WPF.Viewer, Version=8.3.3.726, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
  213. <HintPath>..\packages\Dynamsoft.DotNet.TWAIN.8.3.3\lib\net40\Dynamsoft.WPF.Viewer.dll</HintPath>
  214. </Reference>
  215. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  216. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  217. </Reference>
  218. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  219. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  220. </Reference>
  221. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  222. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  223. </Reference>
  224. <Reference Include="NTwain, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b8a88f4e3308e7c2, processorArchitecture=MSIL">
  225. <HintPath>..\packages\NTwain.3.7.6\lib\net40\NTwain.dll</HintPath>
  226. </Reference>
  227. <Reference Include="PresentationCore" />
  228. <Reference Include="PresentationFramework" />
  229. <Reference Include="Saraff.Twain, Version=1.0.33.756, Culture=neutral, PublicKeyToken=467d7c56f22cafb6, processorArchitecture=MSIL">
  230. <HintPath>..\packages\Saraff.Twain.1.0.33.756\lib\net451\Saraff.Twain.dll</HintPath>
  231. </Reference>
  232. <Reference Include="SqlSugar, Version=5.0.3.5, Culture=neutral, processorArchitecture=MSIL">
  233. <HintPath>..\packages\SqlSugar.5.0.3.6\lib\SqlSugar.dll</HintPath>
  234. </Reference>
  235. <Reference Include="System" />
  236. <Reference Include="System.ComponentModel.DataAnnotations" />
  237. <Reference Include="System.Data" />
  238. <Reference Include="System.Data.SQLite, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  239. <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\lib\net46\System.Data.SQLite.dll</HintPath>
  240. </Reference>
  241. <Reference Include="System.Data.SQLite.EF6, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  242. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.114.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  243. </Reference>
  244. <Reference Include="System.Data.SQLite.Linq, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  245. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.114.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  246. </Reference>
  247. <Reference Include="System.Drawing" />
  248. <Reference Include="System.Management" />
  249. <Reference Include="System.Net" />
  250. <Reference Include="System.Windows.Forms" />
  251. <Reference Include="System.Windows.Forms.DataVisualization" />
  252. <Reference Include="System.Windows.Forms.DataVisualization.Design" />
  253. <Reference Include="System.Xml" />
  254. <Reference Include="WindowsBase" />
  255. </ItemGroup>
  256. <ItemGroup>
  257. <COMReference Include="WIA">
  258. <Guid>{94A0E92D-43C0-494E-AC29-FD45948A5221}</Guid>
  259. <VersionMajor>1</VersionMajor>
  260. <VersionMinor>0</VersionMinor>
  261. <Lcid>0</Lcid>
  262. <WrapperTool>tlbimp</WrapperTool>
  263. <Isolated>False</Isolated>
  264. <EmbedInteropTypes>False</EmbedInteropTypes>
  265. </COMReference>
  266. </ItemGroup>
  267. <ItemGroup>
  268. <ProjectReference Include="..\HXX.Scanner.Common\HXX.Scanner.Common.csproj">
  269. <Project>{9bf65a62-0e22-4e6e-8cc0-39b89fea0668}</Project>
  270. <Name>HXX.Scanner.Common</Name>
  271. </ProjectReference>
  272. <ProjectReference Include="..\HXX.Scanner.Database\HXX.Scanner.Database.csproj">
  273. <Project>{7433ab39-bd6b-49bd-a4a3-0d970a3436ad}</Project>
  274. <Name>HXX.Scanner.Database</Name>
  275. </ProjectReference>
  276. <ProjectReference Include="..\HXX.Scanner.Socket\HXX.Scanner.Socket.csproj">
  277. <Project>{36a659da-1ebe-4dbe-a729-4df9ec173bf0}</Project>
  278. <Name>HXX.Scanner.Socket</Name>
  279. </ProjectReference>
  280. </ItemGroup>
  281. <ItemGroup>
  282. <EmbeddedResource Include="twain32\form\frmHandler.resx">
  283. <DependentUpon>frmHandler.cs</DependentUpon>
  284. </EmbeddedResource>
  285. </ItemGroup>
  286. <ItemGroup />
  287. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  288. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  289. <PropertyGroup>
  290. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  291. </PropertyGroup>
  292. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  293. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  294. <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'))" />
  295. </Target>
  296. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  297. <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')" />
  298. </Project>