PDF Office.csproj 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726
  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\Xamarin.Forms.5.0.0.2012\build\Xamarin.Forms.props" Condition="Exists('packages\Xamarin.Forms.5.0.0.2012\build\Xamarin.Forms.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>{F3A2111D-9EAF-4ECE-9A92-B7F21D429DCD}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>PDF_Office</RootNamespace>
  11. <AssemblyName>PDF Office</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>embedded</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="ComOCRKit.Desk, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>.\ComOCRKit.Desk.dll</HintPath>
  45. </Reference>
  46. <Reference Include="ComPDFKit.Desk, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>.\ComPDFKit.Desk.dll</HintPath>
  49. </Reference>
  50. <Reference Include="ComPDFKit.Viewer, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>.\ComPDFKit.Viewer.dll</HintPath>
  53. </Reference>
  54. <Reference Include="ComPDFKit_Conversion, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>.\ComPDFKit_Conversion.dll</HintPath>
  57. </Reference>
  58. <Reference Include="DotNetSpeech, Version=5.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <EmbedInteropTypes>True</EmbedInteropTypes>
  61. <HintPath>.\DotNetSpeech.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Dragablz, Version=0.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>.\Dragablz.dll</HintPath>
  66. </Reference>
  67. <Reference Include="DryIoc, Version=4.7.7.0, Culture=neutral, PublicKeyToken=dfbf2bd50fcf7768, processorArchitecture=MSIL">
  68. <HintPath>packages\DryIoc.dll.4.7.7\lib\net45\DryIoc.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Microsoft.AppCenter, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272, processorArchitecture=MSIL">
  71. <HintPath>packages\Microsoft.AppCenter.4.5.0\lib\net461\Microsoft.AppCenter.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Microsoft.AppCenter.Analytics, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272, processorArchitecture=MSIL">
  74. <HintPath>packages\Microsoft.AppCenter.Analytics.4.5.0\lib\net461\Microsoft.AppCenter.Analytics.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Microsoft.AppCenter.Crashes, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272, processorArchitecture=MSIL">
  77. <HintPath>packages\Microsoft.AppCenter.Crashes.4.5.0\lib\net461\Microsoft.AppCenter.Crashes.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  80. <HintPath>packages\Microsoft.Xaml.Behaviors.Wpf.1.1.31\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  83. <HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  86. <HintPath>packages\Prism.Core.8.1.97\lib\net461\Prism.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Prism.DryIoc.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  89. <HintPath>packages\Prism.DryIoc.8.1.97\lib\net461\Prism.DryIoc.Wpf.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  92. <HintPath>packages\Prism.Wpf.8.1.97\lib\net461\Prism.Wpf.dll</HintPath>
  93. </Reference>
  94. <Reference Include="SQLitePCLRaw.batteries_v2, Version=2.0.2.669, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL">
  95. <HintPath>packages\SQLitePCLRaw.bundle_green.2.0.2\lib\net461\SQLitePCLRaw.batteries_v2.dll</HintPath>
  96. </Reference>
  97. <Reference Include="SQLitePCLRaw.core, Version=2.0.2.669, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
  98. <HintPath>packages\SQLitePCLRaw.core.2.0.2\lib\netstandard2.0\SQLitePCLRaw.core.dll</HintPath>
  99. </Reference>
  100. <Reference Include="SQLitePCLRaw.nativelibrary, Version=2.0.2.669, Culture=neutral, PublicKeyToken=502ed628492ab262, processorArchitecture=MSIL">
  101. <HintPath>packages\SQLitePCLRaw.bundle_green.2.0.2\lib\net461\SQLitePCLRaw.nativelibrary.dll</HintPath>
  102. </Reference>
  103. <Reference Include="SQLitePCLRaw.provider.dynamic_cdecl, Version=2.0.2.669, Culture=neutral, PublicKeyToken=b68184102cba0b3b, processorArchitecture=MSIL">
  104. <HintPath>packages\SQLitePCLRaw.provider.dynamic_cdecl.2.0.2\lib\netstandard2.0\SQLitePCLRaw.provider.dynamic_cdecl.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System" />
  107. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  108. <HintPath>packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Configuration" />
  111. <Reference Include="System.Data" />
  112. <Reference Include="System.Deployment" />
  113. <Reference Include="System.Drawing" />
  114. <Reference Include="System.Management" />
  115. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  116. <HintPath>packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Numerics" />
  119. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  120. <HintPath>packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  123. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  124. </Reference>
  125. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  126. <HintPath>packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  127. </Reference>
  128. <Reference Include="System.Windows.Forms" />
  129. <Reference Include="System.Xml" />
  130. <Reference Include="Microsoft.CSharp" />
  131. <Reference Include="System.Core" />
  132. <Reference Include="System.Xml.Linq" />
  133. <Reference Include="System.Data.DataSetExtensions" />
  134. <Reference Include="System.Net.Http" />
  135. <Reference Include="System.Xaml">
  136. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  137. </Reference>
  138. <Reference Include="VirtualizingWrapPanel, Version=1.5.7.0, Culture=neutral, processorArchitecture=MSIL">
  139. <SpecificVersion>False</SpecificVersion>
  140. <HintPath>packages\VirtualizingWrapPanel.1.5.7\lib\net452\VirtualizingWrapPanel.dll</HintPath>
  141. </Reference>
  142. <Reference Include="WindowsBase" />
  143. <Reference Include="PresentationCore" />
  144. <Reference Include="PresentationFramework" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <ApplicationDefinition Include="App.xaml">
  148. <Generator>MSBuild:Compile</Generator>
  149. <SubType>Designer</SubType>
  150. </ApplicationDefinition>
  151. <Compile Include="CustomControl\AlertsMessage.xaml.cs">
  152. <DependentUpon>AlertsMessage.xaml</DependentUpon>
  153. </Compile>
  154. <Compile Include="CustomControl\CustomIconToggleBtn.cs" />
  155. <Compile Include="CustomControl\DialogContent.cs" />
  156. <Compile Include="CustomControl\IconAndTextTabItem.cs" />
  157. <Compile Include="CustomControl\ListBoxItemToolBar.cs" />
  158. <Compile Include="CustomControl\MessageBoxEx.cs" />
  159. <Compile Include="CustomControl\NumericUpDown.xaml.cs">
  160. <DependentUpon>NumericUpDown.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="CustomControl\PageTurningPreview.xaml.cs">
  163. <DependentUpon>PageTurningPreview.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="CustomControl\SystemControl\CustomCommandAction .cs" />
  166. <Compile Include="CustomControl\SystemControl\RoutedEventTrigger.cs" />
  167. <Compile Include="CustomControl\ToastControl.xaml.cs">
  168. <DependentUpon>ToastControl.xaml</DependentUpon>
  169. </Compile>
  170. <Compile Include="CustomControl\WritableComboBox.xaml.cs">
  171. <DependentUpon>WritableComboBox.xaml</DependentUpon>
  172. </Compile>
  173. <Compile Include="DataConvert\FileFormatToIconConvert.cs" />
  174. <Compile Include="EventAggregators\PageEditNotifyEvent.cs" />
  175. <Compile Include="EventAggregators\PageEditRefreshEvent.cs" />
  176. <Compile Include="Helper\HomePageEditHelper.cs" />
  177. <Compile Include="Helper\PasswordBoxHelper.cs" />
  178. <Compile Include="Helper\SettingHelper.cs" />
  179. <Compile Include="Helper\ToolMethod.cs" />
  180. <Compile Include="Model\DialogNames.cs" />
  181. <Compile Include="CustomControl\SystemControl\InterTabClient.cs" />
  182. <Compile Include="CustomControl\LoadingControl.xaml.cs">
  183. <DependentUpon>LoadingControl.xaml</DependentUpon>
  184. </Compile>
  185. <Compile Include="Model\Dialog\ToolsDialogs\CompressDialogModel\CompressDialogModel.cs" />
  186. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogModel.cs" />
  187. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettintgsModel.cs" />
  188. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogModel.cs" />
  189. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageExtractDialogModel.cs" />
  190. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageInsertDialogModel.cs" />
  191. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogModel.cs" />
  192. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageSplitDialogModel.cs" />
  193. <Compile Include="Model\PageEdit\ExtractModel.cs" />
  194. <Compile Include="Model\PageEdit\PageEditItem.cs" />
  195. <Compile Include="Model\ParameterNames.cs" />
  196. <Compile Include="Model\PDFTool\ToolItem.cs" />
  197. <Compile Include="Model\RegionNames.cs" />
  198. <Compile Include="CustomControl\SystemControl\TabablzRegionBehavior.cs" />
  199. <Compile Include="DataConvert\BoolToVisible.cs" />
  200. <Compile Include="DataConvert\VisibleToBoolConvert.cs" />
  201. <Compile Include="EventAggregators\DragablzWindowEvent.cs" />
  202. <Compile Include="EventAggregators\OpenFileEvent.cs" />
  203. <Compile Include="Helper\CommomEvent.cs" />
  204. <Compile Include="Helper\CommonHelper.cs" />
  205. <Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
  206. <Compile Include="ViewModels\BottomToolContentViewModel.cs" />
  207. <Compile Include="ViewModels\Dialog\ExtractDialogViewModel.cs" />
  208. <Compile Include="ViewModels\Dialog\FullScreenWindowViewModel.cs" />
  209. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContentViewModel.cs" />
  210. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMutipleContentViewModel.cs" />
  211. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContentViewModel.cs" />
  212. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContentViewModel.cs" />
  213. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialogViewModel.cs" />
  214. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageSplitDialogViewModel.cs" />
  215. <Compile Include="ViewModels\Dialog\PageEditDialogs\ExtractDialogViewModel.cs" />
  216. <Compile Include="ViewModels\Dialog\PageEditDialogs\InsertDialogViewModel.cs" />
  217. <Compile Include="ViewModels\Dialog\PageEditDialogs\SplitDialogViewModel.cs" />
  218. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogViewModel.cs" />
  219. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressDialogViewModel.cs" />
  220. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialogViewModel.cs" />
  221. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialogViewModel.cs" />
  222. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogViewModel.cs" />
  223. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogViewModel.cs" />
  224. <Compile Include="ViewModels\Dialog\VerifyPassWordDialogViewModel.cs" />
  225. <Compile Include="ViewModels\HomePanel\HomeCloudContentViewModel.cs" />
  226. <Compile Include="ViewModels\HomePanel\HomeGuidContentViewModel.cs" />
  227. <Compile Include="ViewModels\HomePanel\HomeToolsContentViewModel.cs" />
  228. <Compile Include="ViewModels\MainContentViewModel.cs" />
  229. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageExtractDialogViewModel.cs" />
  230. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageInsertDialogViewModel.cs" />
  231. <Compile Include="ViewModels\PageEdit\PageEditContentViewModel.cs" />
  232. <Compile Include="ViewModels\Tools\ToolsBarContentViewModel.cs" />
  233. <Compile Include="Views\BOTA\BOTAContent.xaml.cs">
  234. <DependentUpon>BOTAContent.xaml</DependentUpon>
  235. </Compile>
  236. <Compile Include="Views\BottomToolContent.xaml.cs">
  237. <DependentUpon>BottomToolContent.xaml</DependentUpon>
  238. </Compile>
  239. <Compile Include="Views\Dialog\FullScreenWindow.xaml.cs">
  240. <DependentUpon>FullScreenWindow.xaml</DependentUpon>
  241. </Compile>
  242. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml.cs">
  243. <DependentUpon>HomePageExtractDialog.xaml</DependentUpon>
  244. </Compile>
  245. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml.cs">
  246. <DependentUpon>HomePageInsertDialog.xaml</DependentUpon>
  247. </Compile>
  248. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml.cs">
  249. <DependentUpon>HomePagePrinterModBookletContent.xaml</DependentUpon>
  250. </Compile>
  251. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMutipleContent.xaml.cs">
  252. <DependentUpon>HomePagePrinterModMutipleContent.xaml</DependentUpon>
  253. </Compile>
  254. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml.cs">
  255. <DependentUpon>HomePagePrinterModPosterContent.xaml</DependentUpon>
  256. </Compile>
  257. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml.cs">
  258. <DependentUpon>HomePagePrinterModSizeContent.xaml</DependentUpon>
  259. </Compile>
  260. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml.cs">
  261. <DependentUpon>HomePagePrinterPageSetDialog.xaml</DependentUpon>
  262. </Compile>
  263. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml.cs">
  264. <DependentUpon>HomePageSplitDialog.xaml</DependentUpon>
  265. </Compile>
  266. <Compile Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml.cs">
  267. <DependentUpon>ExtractDialog.xaml</DependentUpon>
  268. </Compile>
  269. <Compile Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml.cs">
  270. <DependentUpon>InsertDialog.xaml</DependentUpon>
  271. </Compile>
  272. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\SplitDialog.xaml.cs">
  273. <DependentUpon>SplitDialog.xaml</DependentUpon>
  274. </Compile>
  275. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml.cs">
  276. <DependentUpon>HomePagePrinterDialog.xaml</DependentUpon>
  277. </Compile>
  278. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml.cs">
  279. <DependentUpon>CompressDialog.xaml</DependentUpon>
  280. </Compile>
  281. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml.cs">
  282. <DependentUpon>CompressProgressBarDialog.xaml</DependentUpon>
  283. </Compile>
  284. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml.cs">
  285. <DependentUpon>CheckPasswordDialog.xaml</DependentUpon>
  286. </Compile>
  287. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml.cs">
  288. <DependentUpon>DeleteSafetySettingsDialog.xaml</DependentUpon>
  289. </Compile>
  290. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml.cs">
  291. <DependentUpon>SetPasswordDialog.xaml</DependentUpon>
  292. </Compile>
  293. <Compile Include="Views\Dialog\VerifyPassWordDialog.xaml.cs">
  294. <DependentUpon>VerifyPassWordDialog.xaml</DependentUpon>
  295. </Compile>
  296. <Compile Include="Views\HomePanel\CloudDocs\CloudDiskContent.xaml.cs">
  297. <DependentUpon>CloudDiskContent.xaml</DependentUpon>
  298. </Compile>
  299. <Compile Include="Views\HomePanel\CloudDocs\CloudFilesContent.xaml.cs">
  300. <DependentUpon>CloudFilesContent.xaml</DependentUpon>
  301. </Compile>
  302. <Compile Include="Views\HomePanel\HomeCloudContent.xaml.cs">
  303. <DependentUpon>HomeCloudContent.xaml</DependentUpon>
  304. </Compile>
  305. <Compile Include="Views\HomePanel\HomeGuidContent.xaml.cs">
  306. <DependentUpon>HomeGuidContent.xaml</DependentUpon>
  307. </Compile>
  308. <Compile Include="Views\HomePanel\PDFTools\PDFToolItem.xaml.cs">
  309. <DependentUpon>PDFToolItem.xaml</DependentUpon>
  310. </Compile>
  311. <Compile Include="Views\HomePanel\HomeToolsContent.xaml.cs">
  312. <DependentUpon>HomeToolsContent.xaml</DependentUpon>
  313. </Compile>
  314. <Compile Include="Views\HomePanel\PDFTools\PDFTools.cs" />
  315. <Compile Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml.cs">
  316. <DependentUpon>PDFToolsContent.xaml</DependentUpon>
  317. </Compile>
  318. <Compile Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml.cs">
  319. <DependentUpon>QuickToolsContent.xaml</DependentUpon>
  320. </Compile>
  321. <Compile Include="Views\HomePanel\PromotionContent.xaml.cs">
  322. <DependentUpon>PromotionContent.xaml</DependentUpon>
  323. </Compile>
  324. <Compile Include="Views\HomePanel\RecentFiles\DocItemControl.xaml.cs">
  325. <DependentUpon>DocItemControl.xaml</DependentUpon>
  326. </Compile>
  327. <Compile Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml.cs">
  328. <DependentUpon>DocItemListViewControl.xaml</DependentUpon>
  329. </Compile>
  330. <Compile Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml.cs">
  331. <DependentUpon>RecentFilesView.xaml</DependentUpon>
  332. </Compile>
  333. <Compile Include="Views\MainContent.xaml.cs">
  334. <DependentUpon>MainContent.xaml</DependentUpon>
  335. </Compile>
  336. <Compile Include="Views\PageEdit\PageEditContent.xaml.cs">
  337. <DependentUpon>PageEditContent.xaml</DependentUpon>
  338. </Compile>
  339. <Compile Include="Views\Tools\ToolsBarContent.xaml.cs">
  340. <DependentUpon>ToolsBarContent.xaml</DependentUpon>
  341. </Compile>
  342. <Compile Include="Views\ViewContent.xaml.cs">
  343. <DependentUpon>ViewContent.xaml</DependentUpon>
  344. </Compile>
  345. <Page Include="CustomControl\AlertsMessage.xaml">
  346. <Generator>MSBuild:Compile</Generator>
  347. <SubType>Designer</SubType>
  348. </Page>
  349. <Page Include="CustomControl\LoadingControl.xaml">
  350. <SubType>Designer</SubType>
  351. <Generator>MSBuild:Compile</Generator>
  352. </Page>
  353. <Page Include="CustomControl\NumericUpDown.xaml">
  354. <SubType>Designer</SubType>
  355. <Generator>MSBuild:Compile</Generator>
  356. </Page>
  357. <Page Include="CustomControl\PageTurningPreview.xaml">
  358. <SubType>Designer</SubType>
  359. <Generator>MSBuild:Compile</Generator>
  360. </Page>
  361. <Page Include="CustomControl\ToastControl.xaml">
  362. <Generator>MSBuild:Compile</Generator>
  363. <SubType>Designer</SubType>
  364. </Page>
  365. <Page Include="CustomControl\WritableComboBox.xaml">
  366. <SubType>Designer</SubType>
  367. <Generator>MSBuild:Compile</Generator>
  368. </Page>
  369. <Page Include="Styles\ComboxStyle.xaml">
  370. <SubType>Designer</SubType>
  371. <Generator>MSBuild:Compile</Generator>
  372. </Page>
  373. <Page Include="Styles\CustomBtnStyle.xaml">
  374. <Generator>MSBuild:Compile</Generator>
  375. <SubType>Designer</SubType>
  376. </Page>
  377. <Page Include="Styles\CustomListItemStyle.xaml">
  378. <SubType>Designer</SubType>
  379. <Generator>MSBuild:Compile</Generator>
  380. </Page>
  381. <Page Include="Styles\ExpanderStyle.xaml">
  382. <Generator>MSBuild:Compile</Generator>
  383. <SubType>Designer</SubType>
  384. </Page>
  385. <Page Include="Styles\ListBoxStyle.xaml">
  386. <Generator>MSBuild:Compile</Generator>
  387. <SubType>Designer</SubType>
  388. </Page>
  389. <Page Include="Styles\ListViewStyle.xaml">
  390. <Generator>MSBuild:Compile</Generator>
  391. <SubType>Designer</SubType>
  392. </Page>
  393. <Page Include="Styles\MenuStyle.xaml">
  394. <SubType>Designer</SubType>
  395. <Generator>MSBuild:Compile</Generator>
  396. </Page>
  397. <Page Include="Styles\TabControlStyle.xaml">
  398. <SubType>Designer</SubType>
  399. <Generator>MSBuild:Compile</Generator>
  400. </Page>
  401. <Page Include="Styles\WindowsStyle.xaml">
  402. <Generator>MSBuild:Compile</Generator>
  403. <SubType>Designer</SubType>
  404. </Page>
  405. <Page Include="Themes\Generic.xaml">
  406. <Generator>MSBuild:Compile</Generator>
  407. <SubType>Designer</SubType>
  408. </Page>
  409. <Page Include="Views\BOTA\BOTAContent.xaml">
  410. <SubType>Designer</SubType>
  411. <Generator>MSBuild:Compile</Generator>
  412. </Page>
  413. <Page Include="Views\BottomToolContent.xaml">
  414. <SubType>Designer</SubType>
  415. <Generator>MSBuild:Compile</Generator>
  416. </Page>
  417. <Page Include="Views\Dialog\FullScreenWindow.xaml">
  418. <SubType>Designer</SubType>
  419. <Generator>MSBuild:Compile</Generator>
  420. </Page>
  421. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml">
  422. <SubType>Designer</SubType>
  423. <Generator>MSBuild:Compile</Generator>
  424. </Page>
  425. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml">
  426. <SubType>Designer</SubType>
  427. <Generator>MSBuild:Compile</Generator>
  428. </Page>
  429. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml">
  430. <SubType>Designer</SubType>
  431. <Generator>MSBuild:Compile</Generator>
  432. </Page>
  433. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMutipleContent.xaml">
  434. <SubType>Designer</SubType>
  435. <Generator>MSBuild:Compile</Generator>
  436. </Page>
  437. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml">
  438. <SubType>Designer</SubType>
  439. <Generator>MSBuild:Compile</Generator>
  440. </Page>
  441. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml">
  442. <SubType>Designer</SubType>
  443. <Generator>MSBuild:Compile</Generator>
  444. </Page>
  445. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml">
  446. <SubType>Designer</SubType>
  447. <Generator>MSBuild:Compile</Generator>
  448. </Page>
  449. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml">
  450. <SubType>Designer</SubType>
  451. <Generator>MSBuild:Compile</Generator>
  452. </Page>
  453. <Page Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml">
  454. <Generator>MSBuild:Compile</Generator>
  455. <SubType>Designer</SubType>
  456. </Page>
  457. <Page Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml">
  458. <Generator>MSBuild:Compile</Generator>
  459. <SubType>Designer</SubType>
  460. </Page>
  461. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\SplitDialog.xaml">
  462. <Generator>MSBuild:Compile</Generator>
  463. <SubType>Designer</SubType>
  464. </Page>
  465. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml">
  466. <SubType>Designer</SubType>
  467. <Generator>MSBuild:Compile</Generator>
  468. </Page>
  469. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml">
  470. <SubType>Designer</SubType>
  471. <Generator>MSBuild:Compile</Generator>
  472. </Page>
  473. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml">
  474. <SubType>Designer</SubType>
  475. <Generator>MSBuild:Compile</Generator>
  476. </Page>
  477. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml">
  478. <SubType>Designer</SubType>
  479. <Generator>MSBuild:Compile</Generator>
  480. </Page>
  481. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml">
  482. <SubType>Designer</SubType>
  483. <Generator>MSBuild:Compile</Generator>
  484. </Page>
  485. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml">
  486. <SubType>Designer</SubType>
  487. <Generator>MSBuild:Compile</Generator>
  488. </Page>
  489. <Page Include="Views\Dialog\VerifyPassWordDialog.xaml">
  490. <SubType>Designer</SubType>
  491. <Generator>MSBuild:Compile</Generator>
  492. </Page>
  493. <Page Include="Views\HomeContent.xaml">
  494. <Generator>MSBuild:Compile</Generator>
  495. <SubType>Designer</SubType>
  496. </Page>
  497. <Page Include="Views\HomePanel\CloudDocs\CloudDiskContent.xaml">
  498. <SubType>Designer</SubType>
  499. <Generator>MSBuild:Compile</Generator>
  500. </Page>
  501. <Page Include="Views\HomePanel\CloudDocs\CloudFilesContent.xaml">
  502. <Generator>MSBuild:Compile</Generator>
  503. <SubType>Designer</SubType>
  504. </Page>
  505. <Page Include="Views\HomePanel\HomeCloudContent.xaml">
  506. <SubType>Designer</SubType>
  507. <Generator>MSBuild:Compile</Generator>
  508. </Page>
  509. <Page Include="Views\HomePanel\HomeGuidContent.xaml">
  510. <SubType>Designer</SubType>
  511. <Generator>MSBuild:Compile</Generator>
  512. </Page>
  513. <Page Include="Views\HomePanel\PDFTools\PDFToolItem.xaml">
  514. <Generator>MSBuild:Compile</Generator>
  515. <SubType>Designer</SubType>
  516. </Page>
  517. <Page Include="Views\HomePanel\HomeToolsContent.xaml">
  518. <SubType>Designer</SubType>
  519. <Generator>MSBuild:Compile</Generator>
  520. </Page>
  521. <Page Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml">
  522. <Generator>MSBuild:Compile</Generator>
  523. <SubType>Designer</SubType>
  524. </Page>
  525. <Page Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml">
  526. <SubType>Designer</SubType>
  527. <Generator>MSBuild:Compile</Generator>
  528. </Page>
  529. <Page Include="Views\HomePanel\PromotionContent.xaml">
  530. <Generator>MSBuild:Compile</Generator>
  531. <SubType>Designer</SubType>
  532. </Page>
  533. <Page Include="Views\HomePanel\RecentFiles\DocItemControl.xaml">
  534. <Generator>MSBuild:Compile</Generator>
  535. <SubType>Designer</SubType>
  536. </Page>
  537. <Page Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml">
  538. <Generator>MSBuild:Compile</Generator>
  539. <SubType>Designer</SubType>
  540. </Page>
  541. <Page Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml">
  542. <Generator>MSBuild:Compile</Generator>
  543. <SubType>Designer</SubType>
  544. </Page>
  545. <Page Include="Views\MainContent.xaml">
  546. <SubType>Designer</SubType>
  547. <Generator>MSBuild:Compile</Generator>
  548. </Page>
  549. <Page Include="Views\MainWindow.xaml">
  550. <Generator>MSBuild:Compile</Generator>
  551. <SubType>Designer</SubType>
  552. </Page>
  553. <Compile Include="App.xaml.cs">
  554. <DependentUpon>App.xaml</DependentUpon>
  555. <SubType>Code</SubType>
  556. </Compile>
  557. <Compile Include="ViewModels\HomeContentViewModel.cs" />
  558. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  559. <Compile Include="ViewModels\ViewContentViewModel.cs" />
  560. <Compile Include="Views\HomeContent.xaml.cs">
  561. <DependentUpon>HomeContent.xaml</DependentUpon>
  562. </Compile>
  563. <Compile Include="Views\MainWindow.xaml.cs">
  564. <DependentUpon>MainWindow.xaml</DependentUpon>
  565. <SubType>Code</SubType>
  566. </Compile>
  567. <Page Include="Views\PageEdit\PageEditContent.xaml">
  568. <Generator>MSBuild:Compile</Generator>
  569. <SubType>Designer</SubType>
  570. </Page>
  571. <Page Include="Views\Tools\ToolsBarContent.xaml">
  572. <SubType>Designer</SubType>
  573. <Generator>MSBuild:Compile</Generator>
  574. </Page>
  575. <Page Include="Views\ViewContent.xaml">
  576. <SubType>Designer</SubType>
  577. <Generator>MSBuild:Compile</Generator>
  578. </Page>
  579. </ItemGroup>
  580. <ItemGroup>
  581. <Compile Include="Properties\AssemblyInfo.cs">
  582. <SubType>Code</SubType>
  583. </Compile>
  584. <Compile Include="Properties\Resources.Designer.cs">
  585. <AutoGen>True</AutoGen>
  586. <DesignTime>True</DesignTime>
  587. <DependentUpon>Resources.resx</DependentUpon>
  588. </Compile>
  589. <Compile Include="Properties\Settings.Designer.cs">
  590. <AutoGen>True</AutoGen>
  591. <DependentUpon>Settings.settings</DependentUpon>
  592. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  593. </Compile>
  594. <EmbeddedResource Include="Properties\Resources.resx">
  595. <Generator>ResXFileCodeGenerator</Generator>
  596. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  597. </EmbeddedResource>
  598. <None Include="packages.config" />
  599. <None Include="Properties\Settings.settings">
  600. <Generator>SettingsSingleFileGenerator</Generator>
  601. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  602. </None>
  603. </ItemGroup>
  604. <ItemGroup>
  605. <None Include="App.config" />
  606. </ItemGroup>
  607. <ItemGroup>
  608. <Folder Include="Views\Dialog\Convertor\" />
  609. <Folder Include="Views\Edit\" />
  610. <Folder Include="Views\FillAndSign\" />
  611. <Folder Include="Views\Forms\" />
  612. <Folder Include="Views\Scan\" />
  613. </ItemGroup>
  614. <ItemGroup>
  615. <Content Include="ComOCRKit.Desk.dll">
  616. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  617. </Content>
  618. <Content Include="ComPDFKit.Desk.dll">
  619. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  620. </Content>
  621. <Content Include="ComPDFKit.Viewer.dll">
  622. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  623. </Content>
  624. <Content Include="ComPDFKit_Conversion.dll">
  625. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  626. </Content>
  627. <Content Include="DotNetSpeech.dll">
  628. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  629. </Content>
  630. <Content Include="Dragablz.dll">
  631. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  632. </Content>
  633. <Resource Include="StyleAndTemplateList.txt" />
  634. <Resource Include="Resources\QuickToolIcon\Batch.png" />
  635. <Resource Include="Resources\HomeIcon\file_addition.png" />
  636. <Resource Include="Resources\HomeIcon\folderOpen.png" />
  637. <Resource Include="Resources\PromotionIcon\Android.png" />
  638. <Resource Include="Resources\PromotionIcon\ComPDFKit.png" />
  639. <Resource Include="Resources\PromotionIcon\ComVideoKit.png" />
  640. <Resource Include="Resources\PromotionIcon\FilmageEditor.png" />
  641. <Resource Include="Resources\PromotionIcon\FilmageScreen.png" />
  642. <Resource Include="Resources\PromotionIcon\FreePDFTemplates.png" />
  643. <Resource Include="Resources\PromotionIcon\IPhoneiPad.png" />
  644. <Resource Include="Resources\PromotionIcon\SignFlow.png" />
  645. <Resource Include="Resources\PromotionIcon\Windows.png" />
  646. <Resource Include="Resources\FilesType\ic_propertybar_file_pdf_lock.png" />
  647. <Resource Include="Resources\FilesType\ic_propertybar_file_png_Large.png" />
  648. <Content Include="SystemService\PreviewHandler.dll">
  649. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  650. </Content>
  651. <Content Include="SystemService\PreviewHandlerx86.dll">
  652. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  653. </Content>
  654. <Content Include="SystemService\TechPDFKitBase.dll">
  655. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  656. </Content>
  657. <Content Include="SystemService\ThumbnailProvider.dll">
  658. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  659. </Content>
  660. <Content Include="SystemService\ThumbnailProviderx86.dll">
  661. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  662. </Content>
  663. <Content Include="x64\ComPDFKit.dll">
  664. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  665. </Content>
  666. <Content Include="x64\CPDFConverterNative.dll">
  667. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  668. </Content>
  669. <Content Include="x64\libhpdf.dll">
  670. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  671. </Content>
  672. <Content Include="x64\libpng16.dll">
  673. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  674. </Content>
  675. <Content Include="x64\TechPDFKit.dll">
  676. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  677. </Content>
  678. <Content Include="x64\TechPdfToOffice.dll">
  679. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  680. </Content>
  681. <Content Include="x64\vcruntime140.dll">
  682. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  683. </Content>
  684. <Content Include="x64\zlib1.dll">
  685. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  686. </Content>
  687. <Content Include="x86\ComPDFKit.dll">
  688. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  689. </Content>
  690. <Content Include="x86\CPDFConverterNative.dll">
  691. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  692. </Content>
  693. <Content Include="x86\libhpdf.dll">
  694. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  695. </Content>
  696. <Content Include="x86\libpng16.dll">
  697. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  698. </Content>
  699. <Content Include="x86\TechPDFKit.dll">
  700. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  701. </Content>
  702. <Content Include="x86\TechPDFToOffice.dll">
  703. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  704. </Content>
  705. <Content Include="x86\vcruntime140.dll">
  706. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  707. </Content>
  708. <Content Include="x86\zlib1.dll">
  709. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  710. </Content>
  711. </ItemGroup>
  712. <ItemGroup>
  713. <ProjectReference Include="..\PDFSettings\PDFSettings.csproj">
  714. <Project>{bee73aae-9a2c-446b-b64d-3a8f042c985d}</Project>
  715. <Name>PDFSettings</Name>
  716. </ProjectReference>
  717. </ItemGroup>
  718. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  719. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  720. <PropertyGroup>
  721. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  722. </PropertyGroup>
  723. <Error Condition="!Exists('packages\SQLitePCLRaw.lib.e_sqlite3.2.0.2\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SQLitePCLRaw.lib.e_sqlite3.2.0.2\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets'))" />
  724. </Target>
  725. <Import Project="packages\SQLitePCLRaw.lib.e_sqlite3.2.0.2\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets" Condition="Exists('packages\SQLitePCLRaw.lib.e_sqlite3.2.0.2\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')" />
  726. </Project>