PDF Office.csproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  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="Google.Apis, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  71. <HintPath>packages\Google.Apis.1.57.0\lib\net45\Google.Apis.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Google.Apis.Auth, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  74. <HintPath>packages\Google.Apis.Auth.1.57.0\lib\net461\Google.Apis.Auth.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Google.Apis.Auth.PlatformServices, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  77. <HintPath>packages\Google.Apis.Auth.1.57.0\lib\net461\Google.Apis.Auth.PlatformServices.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Google.Apis.Core, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  80. <HintPath>packages\Google.Apis.Core.1.57.0\lib\net45\Google.Apis.Core.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Google.Apis.Drive.v3, Version=1.57.0.2859, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  83. <HintPath>packages\Google.Apis.Drive.v3.1.57.0.2859\lib\net45\Google.Apis.Drive.v3.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Google.Apis.PlatformServices, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  86. <HintPath>packages\Google.Apis.1.57.0\lib\net45\Google.Apis.PlatformServices.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Microsoft.AppCenter, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272, processorArchitecture=MSIL">
  89. <HintPath>packages\Microsoft.AppCenter.4.5.0\lib\net461\Microsoft.AppCenter.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Microsoft.AppCenter.Analytics, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272, processorArchitecture=MSIL">
  92. <HintPath>packages\Microsoft.AppCenter.Analytics.4.5.0\lib\net461\Microsoft.AppCenter.Analytics.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Microsoft.AppCenter.Crashes, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272, processorArchitecture=MSIL">
  95. <HintPath>packages\Microsoft.AppCenter.Crashes.4.5.0\lib\net461\Microsoft.AppCenter.Crashes.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  98. <HintPath>packages\Microsoft.Xaml.Behaviors.Wpf.1.1.31\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  101. <HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  104. <HintPath>packages\Prism.Core.8.1.97\lib\net461\Prism.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Prism.DryIoc.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  107. <HintPath>packages\Prism.DryIoc.8.1.97\lib\net461\Prism.DryIoc.Wpf.dll</HintPath>
  108. </Reference>
  109. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  110. <HintPath>packages\Prism.Wpf.8.1.97\lib\net461\Prism.Wpf.dll</HintPath>
  111. </Reference>
  112. <Reference Include="SQLitePCLRaw.batteries_v2, Version=2.0.2.669, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL">
  113. <HintPath>packages\SQLitePCLRaw.bundle_green.2.0.2\lib\net461\SQLitePCLRaw.batteries_v2.dll</HintPath>
  114. </Reference>
  115. <Reference Include="SQLitePCLRaw.core, Version=2.0.2.669, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
  116. <HintPath>packages\SQLitePCLRaw.core.2.0.2\lib\netstandard2.0\SQLitePCLRaw.core.dll</HintPath>
  117. </Reference>
  118. <Reference Include="SQLitePCLRaw.nativelibrary, Version=2.0.2.669, Culture=neutral, PublicKeyToken=502ed628492ab262, processorArchitecture=MSIL">
  119. <HintPath>packages\SQLitePCLRaw.bundle_green.2.0.2\lib\net461\SQLitePCLRaw.nativelibrary.dll</HintPath>
  120. </Reference>
  121. <Reference Include="SQLitePCLRaw.provider.dynamic_cdecl, Version=2.0.2.669, Culture=neutral, PublicKeyToken=b68184102cba0b3b, processorArchitecture=MSIL">
  122. <HintPath>packages\SQLitePCLRaw.provider.dynamic_cdecl.2.0.2\lib\netstandard2.0\SQLitePCLRaw.provider.dynamic_cdecl.dll</HintPath>
  123. </Reference>
  124. <Reference Include="System" />
  125. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  126. <HintPath>packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  127. </Reference>
  128. <Reference Include="System.Configuration" />
  129. <Reference Include="System.Data" />
  130. <Reference Include="System.Deployment" />
  131. <Reference Include="System.Drawing" />
  132. <Reference Include="System.Management" />
  133. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  134. <HintPath>packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  135. </Reference>
  136. <Reference Include="System.Numerics" />
  137. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  138. <HintPath>packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  139. </Reference>
  140. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  141. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  142. </Reference>
  143. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  144. <HintPath>packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  145. </Reference>
  146. <Reference Include="System.Windows.Forms" />
  147. <Reference Include="System.Xml" />
  148. <Reference Include="Microsoft.CSharp" />
  149. <Reference Include="System.Core" />
  150. <Reference Include="System.Xml.Linq" />
  151. <Reference Include="System.Data.DataSetExtensions" />
  152. <Reference Include="System.Net.Http" />
  153. <Reference Include="System.Xaml">
  154. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  155. </Reference>
  156. <Reference Include="VirtualizingWrapPanel, Version=1.5.7.0, Culture=neutral, processorArchitecture=MSIL">
  157. <SpecificVersion>False</SpecificVersion>
  158. <HintPath>packages\VirtualizingWrapPanel.1.5.7\lib\net452\VirtualizingWrapPanel.dll</HintPath>
  159. </Reference>
  160. <Reference Include="WindowsBase" />
  161. <Reference Include="PresentationCore" />
  162. <Reference Include="PresentationFramework" />
  163. </ItemGroup>
  164. <ItemGroup>
  165. <ApplicationDefinition Include="App.xaml">
  166. <Generator>MSBuild:Compile</Generator>
  167. <SubType>Designer</SubType>
  168. </ApplicationDefinition>
  169. <Compile Include="CustomControl\AlertsMessage.xaml.cs">
  170. <DependentUpon>AlertsMessage.xaml</DependentUpon>
  171. </Compile>
  172. <Compile Include="CustomControl\CustomIconToggleBtn.cs" />
  173. <Compile Include="CustomControl\DialogContent.cs" />
  174. <Compile Include="CustomControl\IconAndTextTabItem.cs" />
  175. <Compile Include="CustomControl\ListBoxItemToolBar.cs" />
  176. <Compile Include="CustomControl\MessageBoxEx.cs" />
  177. <Compile Include="CustomControl\SystemControl\CustomCommandAction .cs" />
  178. <Compile Include="CustomControl\SystemControl\RoutedEventTrigger.cs" />
  179. <Compile Include="CustomControl\ToastControl.xaml.cs">
  180. <DependentUpon>ToastControl.xaml</DependentUpon>
  181. </Compile>
  182. <Compile Include="DataConvert\FileFormatToIconConvert.cs" />
  183. <Compile Include="EventAggregators\PageEditNotifyEvent.cs" />
  184. <Compile Include="EventAggregators\PageEditRefreshEvent.cs" />
  185. <Compile Include="Helper\PasswordBoxHelper.cs" />
  186. <Compile Include="Helper\SettingHelper.cs" />
  187. <Compile Include="Helper\ToolMethod.cs" />
  188. <Compile Include="Model\CloudDrive\CloudDiskItem.cs" />
  189. <Compile Include="Model\CloudDrive\CloudFiles.cs" />
  190. <Compile Include="Model\DialogNames.cs" />
  191. <Compile Include="CustomControl\SystemControl\InterTabClient.cs" />
  192. <Compile Include="CustomControl\LoadingControl.xaml.cs">
  193. <DependentUpon>LoadingControl.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="Model\Dialog\ToolsDialogs\CompressDialogModel\CompressDialogModel.cs" />
  196. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogModel.cs" />
  197. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettintgsModel.cs" />
  198. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogModel.cs" />
  199. <Compile Include="Model\PageEdit\ExtractModel.cs" />
  200. <Compile Include="Model\PageEdit\PageEditItem.cs" />
  201. <Compile Include="Model\ParameterNames.cs" />
  202. <Compile Include="Model\PDFTool\ToolItem.cs" />
  203. <Compile Include="Model\RegionNames.cs" />
  204. <Compile Include="CustomControl\SystemControl\TabablzRegionBehavior.cs" />
  205. <Compile Include="DataConvert\BoolToVisible.cs" />
  206. <Compile Include="DataConvert\VisibleToBoolConvert.cs" />
  207. <Compile Include="EventAggregators\DragablzWindowEvent.cs" />
  208. <Compile Include="EventAggregators\OpenFileEvent.cs" />
  209. <Compile Include="Helper\CommomEvent.cs" />
  210. <Compile Include="Helper\CommonHelper.cs" />
  211. <Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
  212. <Compile Include="ViewModels\BottomToolContentViewModel.cs" />
  213. <Compile Include="ViewModels\Dialog\ExtractDialogViewModel.cs" />
  214. <Compile Include="ViewModels\Dialog\FullScreenWindowViewModel.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\ToolsDialogs\CompressDialogs\CompressDialogViewModel.cs" />
  219. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialogViewModel.cs" />
  220. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialogViewModel.cs" />
  221. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogViewModel.cs" />
  222. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogViewModel.cs" />
  223. <Compile Include="ViewModels\Dialog\VerifyPassWordDialogViewModel.cs" />
  224. <Compile Include="ViewModels\HomePanel\CloudDrive\GoogleDriveUserItem.cs" />
  225. <Compile Include="ViewModels\HomePanel\CloudDrive\GoogleDriveViewModel.cs" />
  226. <Compile Include="ViewModels\HomePanel\HomeCloudContentViewModel.cs" />
  227. <Compile Include="ViewModels\HomePanel\HomeGuidContentViewModel.cs" />
  228. <Compile Include="ViewModels\HomePanel\HomeToolsContentViewModel.cs" />
  229. <Compile Include="ViewModels\MainContentViewModel.cs" />
  230. <Compile Include="ViewModels\PageEdit\PageEditContentViewModel.cs" />
  231. <Compile Include="ViewModels\Tools\ToolsBarContentViewModel.cs" />
  232. <Compile Include="Views\BOTA\BOTAContent.xaml.cs">
  233. <DependentUpon>BOTAContent.xaml</DependentUpon>
  234. </Compile>
  235. <Compile Include="Views\BottomToolContent.xaml.cs">
  236. <DependentUpon>BottomToolContent.xaml</DependentUpon>
  237. </Compile>
  238. <Compile Include="Views\Dialog\FullScreenWindow.xaml.cs">
  239. <DependentUpon>FullScreenWindow.xaml</DependentUpon>
  240. </Compile>
  241. <Compile Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml.cs">
  242. <DependentUpon>ExtractDialog.xaml</DependentUpon>
  243. </Compile>
  244. <Compile Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml.cs">
  245. <DependentUpon>InsertDialog.xaml</DependentUpon>
  246. </Compile>
  247. <Compile Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml.cs">
  248. <DependentUpon>SplitDialog.xaml</DependentUpon>
  249. </Compile>
  250. <Compile Include="Views\Dialog\PrinterDialog.xaml.cs">
  251. <DependentUpon>PrinterDialog.xaml</DependentUpon>
  252. </Compile>
  253. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml.cs">
  254. <DependentUpon>CompressDialog.xaml</DependentUpon>
  255. </Compile>
  256. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml.cs">
  257. <DependentUpon>CompressProgressBarDialog.xaml</DependentUpon>
  258. </Compile>
  259. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml.cs">
  260. <DependentUpon>CheckPasswordDialog.xaml</DependentUpon>
  261. </Compile>
  262. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml.cs">
  263. <DependentUpon>DeleteSafetySettingsDialog.xaml</DependentUpon>
  264. </Compile>
  265. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml.cs">
  266. <DependentUpon>SetPasswordDialog.xaml</DependentUpon>
  267. </Compile>
  268. <Compile Include="Views\Dialog\VerifyPassWordDialog.xaml.cs">
  269. <DependentUpon>VerifyPassWordDialog.xaml</DependentUpon>
  270. </Compile>
  271. <Compile Include="Views\HomePanel\CloudDocs\CloudDiskContent.xaml.cs">
  272. <DependentUpon>CloudDiskContent.xaml</DependentUpon>
  273. </Compile>
  274. <Compile Include="Views\HomePanel\CloudDocs\CloudFilesContent.xaml.cs">
  275. <DependentUpon>CloudFilesContent.xaml</DependentUpon>
  276. </Compile>
  277. <Compile Include="Views\HomePanel\HomeCloudContent.xaml.cs">
  278. <DependentUpon>HomeCloudContent.xaml</DependentUpon>
  279. </Compile>
  280. <Compile Include="Views\HomePanel\HomeGuidContent.xaml.cs">
  281. <DependentUpon>HomeGuidContent.xaml</DependentUpon>
  282. </Compile>
  283. <Compile Include="Views\HomePanel\PDFTools\PDFToolItem.xaml.cs">
  284. <DependentUpon>PDFToolItem.xaml</DependentUpon>
  285. </Compile>
  286. <Compile Include="Views\HomePanel\HomeToolsContent.xaml.cs">
  287. <DependentUpon>HomeToolsContent.xaml</DependentUpon>
  288. </Compile>
  289. <Compile Include="Views\HomePanel\PDFTools\PDFTools.cs" />
  290. <Compile Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml.cs">
  291. <DependentUpon>PDFToolsContent.xaml</DependentUpon>
  292. </Compile>
  293. <Compile Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml.cs">
  294. <DependentUpon>QuickToolsContent.xaml</DependentUpon>
  295. </Compile>
  296. <Compile Include="Views\HomePanel\PromotionContent.xaml.cs">
  297. <DependentUpon>PromotionContent.xaml</DependentUpon>
  298. </Compile>
  299. <Compile Include="Views\HomePanel\RecentFiles\DocItemControl.xaml.cs">
  300. <DependentUpon>DocItemControl.xaml</DependentUpon>
  301. </Compile>
  302. <Compile Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml.cs">
  303. <DependentUpon>DocItemListViewControl.xaml</DependentUpon>
  304. </Compile>
  305. <Compile Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml.cs">
  306. <DependentUpon>RecentFilesView.xaml</DependentUpon>
  307. </Compile>
  308. <Compile Include="Views\MainContent.xaml.cs">
  309. <DependentUpon>MainContent.xaml</DependentUpon>
  310. </Compile>
  311. <Compile Include="Views\PageEdit\PageEditContent.xaml.cs">
  312. <DependentUpon>PageEditContent.xaml</DependentUpon>
  313. </Compile>
  314. <Compile Include="Views\Tools\ToolsBarContent.xaml.cs">
  315. <DependentUpon>ToolsBarContent.xaml</DependentUpon>
  316. </Compile>
  317. <Compile Include="Views\ViewContent.xaml.cs">
  318. <DependentUpon>ViewContent.xaml</DependentUpon>
  319. </Compile>
  320. <Page Include="CustomControl\AlertsMessage.xaml">
  321. <Generator>MSBuild:Compile</Generator>
  322. <SubType>Designer</SubType>
  323. </Page>
  324. <Page Include="CustomControl\LoadingControl.xaml">
  325. <SubType>Designer</SubType>
  326. <Generator>MSBuild:Compile</Generator>
  327. </Page>
  328. <Page Include="CustomControl\ToastControl.xaml">
  329. <Generator>MSBuild:Compile</Generator>
  330. <SubType>Designer</SubType>
  331. </Page>
  332. <Page Include="Styles\ComboxStyle.xaml">
  333. <SubType>Designer</SubType>
  334. <Generator>MSBuild:Compile</Generator>
  335. </Page>
  336. <Page Include="Styles\CustomBtnStyle.xaml">
  337. <Generator>MSBuild:Compile</Generator>
  338. <SubType>Designer</SubType>
  339. </Page>
  340. <Page Include="Styles\CustomListItemStyle.xaml">
  341. <SubType>Designer</SubType>
  342. <Generator>MSBuild:Compile</Generator>
  343. </Page>
  344. <Page Include="Styles\ExpanderStyle.xaml">
  345. <Generator>MSBuild:Compile</Generator>
  346. <SubType>Designer</SubType>
  347. </Page>
  348. <Page Include="Styles\ListBoxStyle.xaml">
  349. <Generator>MSBuild:Compile</Generator>
  350. <SubType>Designer</SubType>
  351. </Page>
  352. <Page Include="Styles\ListViewStyle.xaml">
  353. <Generator>MSBuild:Compile</Generator>
  354. <SubType>Designer</SubType>
  355. </Page>
  356. <Page Include="Styles\MenuStyle.xaml">
  357. <SubType>Designer</SubType>
  358. <Generator>MSBuild:Compile</Generator>
  359. </Page>
  360. <Page Include="Styles\TabControlStyle.xaml">
  361. <SubType>Designer</SubType>
  362. <Generator>MSBuild:Compile</Generator>
  363. </Page>
  364. <Page Include="Styles\WindowsStyle.xaml">
  365. <Generator>MSBuild:Compile</Generator>
  366. <SubType>Designer</SubType>
  367. </Page>
  368. <Page Include="Themes\Generic.xaml">
  369. <Generator>MSBuild:Compile</Generator>
  370. <SubType>Designer</SubType>
  371. </Page>
  372. <Page Include="Views\BOTA\BOTAContent.xaml">
  373. <SubType>Designer</SubType>
  374. <Generator>MSBuild:Compile</Generator>
  375. </Page>
  376. <Page Include="Views\BottomToolContent.xaml">
  377. <SubType>Designer</SubType>
  378. <Generator>MSBuild:Compile</Generator>
  379. </Page>
  380. <Page Include="Views\Dialog\FullScreenWindow.xaml">
  381. <SubType>Designer</SubType>
  382. <Generator>MSBuild:Compile</Generator>
  383. </Page>
  384. <Page Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml">
  385. <Generator>MSBuild:Compile</Generator>
  386. <SubType>Designer</SubType>
  387. </Page>
  388. <Page Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml">
  389. <Generator>MSBuild:Compile</Generator>
  390. <SubType>Designer</SubType>
  391. </Page>
  392. <Page Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml">
  393. <Generator>MSBuild:Compile</Generator>
  394. <SubType>Designer</SubType>
  395. </Page>
  396. <Page Include="Views\Dialog\PrinterDialog.xaml">
  397. <Generator>MSBuild:Compile</Generator>
  398. <SubType>Designer</SubType>
  399. </Page>
  400. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml">
  401. <SubType>Designer</SubType>
  402. <Generator>MSBuild:Compile</Generator>
  403. </Page>
  404. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml">
  405. <SubType>Designer</SubType>
  406. <Generator>MSBuild:Compile</Generator>
  407. </Page>
  408. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml">
  409. <SubType>Designer</SubType>
  410. <Generator>MSBuild:Compile</Generator>
  411. </Page>
  412. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml">
  413. <SubType>Designer</SubType>
  414. <Generator>MSBuild:Compile</Generator>
  415. </Page>
  416. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml">
  417. <SubType>Designer</SubType>
  418. <Generator>MSBuild:Compile</Generator>
  419. </Page>
  420. <Page Include="Views\Dialog\VerifyPassWordDialog.xaml">
  421. <SubType>Designer</SubType>
  422. <Generator>MSBuild:Compile</Generator>
  423. </Page>
  424. <Page Include="Views\HomeContent.xaml">
  425. <Generator>MSBuild:Compile</Generator>
  426. <SubType>Designer</SubType>
  427. </Page>
  428. <Page Include="Views\HomePanel\CloudDocs\CloudDiskContent.xaml">
  429. <SubType>Designer</SubType>
  430. <Generator>MSBuild:Compile</Generator>
  431. </Page>
  432. <Page Include="Views\HomePanel\CloudDocs\CloudFilesContent.xaml">
  433. <Generator>MSBuild:Compile</Generator>
  434. <SubType>Designer</SubType>
  435. </Page>
  436. <Page Include="Views\HomePanel\HomeCloudContent.xaml">
  437. <SubType>Designer</SubType>
  438. <Generator>MSBuild:Compile</Generator>
  439. </Page>
  440. <Page Include="Views\HomePanel\HomeGuidContent.xaml">
  441. <SubType>Designer</SubType>
  442. <Generator>MSBuild:Compile</Generator>
  443. </Page>
  444. <Page Include="Views\HomePanel\PDFTools\PDFToolItem.xaml">
  445. <Generator>MSBuild:Compile</Generator>
  446. <SubType>Designer</SubType>
  447. </Page>
  448. <Page Include="Views\HomePanel\HomeToolsContent.xaml">
  449. <SubType>Designer</SubType>
  450. <Generator>MSBuild:Compile</Generator>
  451. </Page>
  452. <Page Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml">
  453. <Generator>MSBuild:Compile</Generator>
  454. <SubType>Designer</SubType>
  455. </Page>
  456. <Page Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml">
  457. <SubType>Designer</SubType>
  458. <Generator>MSBuild:Compile</Generator>
  459. </Page>
  460. <Page Include="Views\HomePanel\PromotionContent.xaml">
  461. <Generator>MSBuild:Compile</Generator>
  462. <SubType>Designer</SubType>
  463. </Page>
  464. <Page Include="Views\HomePanel\RecentFiles\DocItemControl.xaml">
  465. <Generator>MSBuild:Compile</Generator>
  466. <SubType>Designer</SubType>
  467. </Page>
  468. <Page Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml">
  469. <Generator>MSBuild:Compile</Generator>
  470. <SubType>Designer</SubType>
  471. </Page>
  472. <Page Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml">
  473. <Generator>MSBuild:Compile</Generator>
  474. <SubType>Designer</SubType>
  475. </Page>
  476. <Page Include="Views\MainContent.xaml">
  477. <SubType>Designer</SubType>
  478. <Generator>MSBuild:Compile</Generator>
  479. </Page>
  480. <Page Include="Views\MainWindow.xaml">
  481. <Generator>MSBuild:Compile</Generator>
  482. <SubType>Designer</SubType>
  483. </Page>
  484. <Compile Include="App.xaml.cs">
  485. <DependentUpon>App.xaml</DependentUpon>
  486. <SubType>Code</SubType>
  487. </Compile>
  488. <Compile Include="ViewModels\HomeContentViewModel.cs" />
  489. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  490. <Compile Include="ViewModels\ViewContentViewModel.cs" />
  491. <Compile Include="Views\HomeContent.xaml.cs">
  492. <DependentUpon>HomeContent.xaml</DependentUpon>
  493. </Compile>
  494. <Compile Include="Views\MainWindow.xaml.cs">
  495. <DependentUpon>MainWindow.xaml</DependentUpon>
  496. <SubType>Code</SubType>
  497. </Compile>
  498. <Page Include="Views\PageEdit\PageEditContent.xaml">
  499. <Generator>MSBuild:Compile</Generator>
  500. <SubType>Designer</SubType>
  501. </Page>
  502. <Page Include="Views\Tools\ToolsBarContent.xaml">
  503. <SubType>Designer</SubType>
  504. <Generator>MSBuild:Compile</Generator>
  505. </Page>
  506. <Page Include="Views\ViewContent.xaml">
  507. <SubType>Designer</SubType>
  508. <Generator>MSBuild:Compile</Generator>
  509. </Page>
  510. </ItemGroup>
  511. <ItemGroup>
  512. <Compile Include="Properties\AssemblyInfo.cs">
  513. <SubType>Code</SubType>
  514. </Compile>
  515. <Compile Include="Properties\Resources.Designer.cs">
  516. <AutoGen>True</AutoGen>
  517. <DesignTime>True</DesignTime>
  518. <DependentUpon>Resources.resx</DependentUpon>
  519. </Compile>
  520. <Compile Include="Properties\Settings.Designer.cs">
  521. <AutoGen>True</AutoGen>
  522. <DependentUpon>Settings.settings</DependentUpon>
  523. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  524. </Compile>
  525. <EmbeddedResource Include="Properties\Resources.resx">
  526. <Generator>ResXFileCodeGenerator</Generator>
  527. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  528. </EmbeddedResource>
  529. <None Include="credentials.json">
  530. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  531. </None>
  532. <None Include="packages.config" />
  533. <None Include="Properties\Settings.settings">
  534. <Generator>SettingsSingleFileGenerator</Generator>
  535. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  536. </None>
  537. </ItemGroup>
  538. <ItemGroup>
  539. <None Include="App.config" />
  540. </ItemGroup>
  541. <ItemGroup>
  542. <Folder Include="Views\Dialog\Convertor\" />
  543. <Folder Include="Views\Edit\" />
  544. <Folder Include="Views\FillAndSign\" />
  545. <Folder Include="Views\Forms\" />
  546. <Folder Include="Views\Scan\" />
  547. </ItemGroup>
  548. <ItemGroup>
  549. <Content Include="ComOCRKit.Desk.dll">
  550. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  551. </Content>
  552. <Content Include="ComPDFKit.Desk.dll">
  553. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  554. </Content>
  555. <Content Include="ComPDFKit.Viewer.dll">
  556. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  557. </Content>
  558. <Content Include="ComPDFKit_Conversion.dll">
  559. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  560. </Content>
  561. <Content Include="DotNetSpeech.dll">
  562. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  563. </Content>
  564. <Content Include="Dragablz.dll">
  565. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  566. </Content>
  567. <Resource Include="StyleAndTemplateList.txt" />
  568. <Resource Include="Resources\QuickToolIcon\Batch.png" />
  569. <Resource Include="Resources\HomeIcon\file_addition.png" />
  570. <Resource Include="Resources\HomeIcon\folderOpen.png" />
  571. <Resource Include="Resources\PromotionIcon\Android.png" />
  572. <Resource Include="Resources\PromotionIcon\ComPDFKit.png" />
  573. <Resource Include="Resources\PromotionIcon\ComVideoKit.png" />
  574. <Resource Include="Resources\PromotionIcon\FilmageEditor.png" />
  575. <Resource Include="Resources\PromotionIcon\FilmageScreen.png" />
  576. <Resource Include="Resources\PromotionIcon\FreePDFTemplates.png" />
  577. <Resource Include="Resources\PromotionIcon\IPhoneiPad.png" />
  578. <Resource Include="Resources\PromotionIcon\SignFlow.png" />
  579. <Resource Include="Resources\PromotionIcon\Windows.png" />
  580. <Resource Include="Resources\FilesType\ic_propertybar_file_pdf_lock.png" />
  581. <Resource Include="Resources\FilesType\ic_propertybar_file_png_Large.png" />
  582. <Content Include="SystemService\PreviewHandler.dll">
  583. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  584. </Content>
  585. <Content Include="SystemService\PreviewHandlerx86.dll">
  586. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  587. </Content>
  588. <Content Include="SystemService\TechPDFKitBase.dll">
  589. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  590. </Content>
  591. <Content Include="SystemService\ThumbnailProvider.dll">
  592. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  593. </Content>
  594. <Content Include="SystemService\ThumbnailProviderx86.dll">
  595. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  596. </Content>
  597. <Content Include="x64\ComPDFKit.dll">
  598. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  599. </Content>
  600. <Content Include="x64\CPDFConverterNative.dll">
  601. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  602. </Content>
  603. <Content Include="x64\libhpdf.dll">
  604. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  605. </Content>
  606. <Content Include="x64\libpng16.dll">
  607. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  608. </Content>
  609. <Content Include="x64\TechPDFKit.dll">
  610. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  611. </Content>
  612. <Content Include="x64\TechPdfToOffice.dll">
  613. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  614. </Content>
  615. <Content Include="x64\vcruntime140.dll">
  616. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  617. </Content>
  618. <Content Include="x64\zlib1.dll">
  619. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  620. </Content>
  621. <Content Include="x86\ComPDFKit.dll">
  622. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  623. </Content>
  624. <Content Include="x86\CPDFConverterNative.dll">
  625. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  626. </Content>
  627. <Content Include="x86\libhpdf.dll">
  628. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  629. </Content>
  630. <Content Include="x86\libpng16.dll">
  631. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  632. </Content>
  633. <Content Include="x86\TechPDFKit.dll">
  634. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  635. </Content>
  636. <Content Include="x86\TechPDFToOffice.dll">
  637. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  638. </Content>
  639. <Content Include="x86\vcruntime140.dll">
  640. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  641. </Content>
  642. <Content Include="x86\zlib1.dll">
  643. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  644. </Content>
  645. </ItemGroup>
  646. <ItemGroup>
  647. <ProjectReference Include="..\PDFSettings\PDFSettings.csproj">
  648. <Project>{bee73aae-9a2c-446b-b64d-3a8f042c985d}</Project>
  649. <Name>PDFSettings</Name>
  650. </ProjectReference>
  651. </ItemGroup>
  652. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  653. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  654. <PropertyGroup>
  655. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  656. </PropertyGroup>
  657. <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'))" />
  658. </Target>
  659. <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')" />
  660. </Project>