PDF Office.csproj 54 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012
  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. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="ComOCRKit.Desk, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>.\ComOCRKit.Desk.dll</HintPath>
  47. </Reference>
  48. <Reference Include="ComPDFKit.Desk, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>.\ComPDFKit.Desk.dll</HintPath>
  51. </Reference>
  52. <Reference Include="ComPDFKit.Viewer, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>.\ComPDFKit.Viewer.dll</HintPath>
  55. </Reference>
  56. <Reference Include="ComPDFKit_Conversion, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>.\ComPDFKit_Conversion.dll</HintPath>
  59. </Reference>
  60. <Reference Include="DotNetSpeech, Version=5.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <EmbedInteropTypes>True</EmbedInteropTypes>
  63. <HintPath>.\DotNetSpeech.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Dragablz, Version=0.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>.\Dragablz.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Dropbox.Api, Version=6.33.0.0, Culture=neutral, PublicKeyToken=310f0e82fbb45d01, processorArchitecture=MSIL">
  70. <HintPath>packages\Dropbox.Api.6.33.0\lib\netstandard2.0\Dropbox.Api.dll</HintPath>
  71. </Reference>
  72. <Reference Include="DryIoc, Version=4.7.7.0, Culture=neutral, PublicKeyToken=dfbf2bd50fcf7768, processorArchitecture=MSIL">
  73. <HintPath>packages\DryIoc.dll.4.7.7\lib\net45\DryIoc.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Google.Apis, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  76. <HintPath>packages\Google.Apis.1.57.0\lib\net45\Google.Apis.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Google.Apis.Auth, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  79. <HintPath>packages\Google.Apis.Auth.1.57.0\lib\net461\Google.Apis.Auth.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Google.Apis.Auth.PlatformServices, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  82. <HintPath>packages\Google.Apis.Auth.1.57.0\lib\net461\Google.Apis.Auth.PlatformServices.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Google.Apis.Core, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  85. <HintPath>packages\Google.Apis.Core.1.57.0\lib\net45\Google.Apis.Core.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Google.Apis.Drive.v3, Version=1.57.0.2859, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  88. <HintPath>packages\Google.Apis.Drive.v3.1.57.0.2859\lib\net45\Google.Apis.Drive.v3.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Google.Apis.PlatformServices, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  91. <HintPath>packages\Google.Apis.1.57.0\lib\net45\Google.Apis.PlatformServices.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Microsoft.AppCenter, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272, processorArchitecture=MSIL">
  94. <HintPath>packages\Microsoft.AppCenter.4.5.0\lib\net461\Microsoft.AppCenter.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Microsoft.AppCenter.Analytics, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272, processorArchitecture=MSIL">
  97. <HintPath>packages\Microsoft.AppCenter.Analytics.4.5.0\lib\net461\Microsoft.AppCenter.Analytics.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Microsoft.AppCenter.Crashes, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272, processorArchitecture=MSIL">
  100. <HintPath>packages\Microsoft.AppCenter.Crashes.4.5.0\lib\net461\Microsoft.AppCenter.Crashes.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  103. <HintPath>packages\Microsoft.Office.Interop.Excel.15.0.4795.1001\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
  104. <EmbedInteropTypes>True</EmbedInteropTypes>
  105. </Reference>
  106. <Reference Include="Microsoft.Office.Interop.PowerPoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  107. <HintPath>packages\Microsoft.Office.Interop.PowerPoint.15.0.4420.1018\lib\net20\Microsoft.Office.Interop.PowerPoint.dll</HintPath>
  108. <EmbedInteropTypes>True</EmbedInteropTypes>
  109. </Reference>
  110. <Reference Include="Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  111. <HintPath>packages\Microsoft.Office.Interop.Word.15.0.4797.1004\lib\net20\Microsoft.Office.Interop.Word.dll</HintPath>
  112. <EmbedInteropTypes>True</EmbedInteropTypes>
  113. </Reference>
  114. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  115. <HintPath>packages\Microsoft.Xaml.Behaviors.Wpf.1.1.31\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  116. </Reference>
  117. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  118. <HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  119. </Reference>
  120. <Reference Include="office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  121. <EmbedInteropTypes>True</EmbedInteropTypes>
  122. </Reference>
  123. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  124. <HintPath>packages\Prism.Core.8.1.97\lib\net461\Prism.dll</HintPath>
  125. </Reference>
  126. <Reference Include="Prism.DryIoc.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  127. <HintPath>packages\Prism.DryIoc.8.1.97\lib\net461\Prism.DryIoc.Wpf.dll</HintPath>
  128. </Reference>
  129. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  130. <HintPath>packages\Prism.Wpf.8.1.97\lib\net461\Prism.Wpf.dll</HintPath>
  131. </Reference>
  132. <Reference Include="SQLitePCLRaw.batteries_v2, Version=2.0.2.669, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL">
  133. <HintPath>packages\SQLitePCLRaw.bundle_green.2.0.2\lib\net461\SQLitePCLRaw.batteries_v2.dll</HintPath>
  134. </Reference>
  135. <Reference Include="SQLitePCLRaw.core, Version=2.0.2.669, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
  136. <HintPath>packages\SQLitePCLRaw.core.2.0.2\lib\netstandard2.0\SQLitePCLRaw.core.dll</HintPath>
  137. </Reference>
  138. <Reference Include="SQLitePCLRaw.nativelibrary, Version=2.0.2.669, Culture=neutral, PublicKeyToken=502ed628492ab262, processorArchitecture=MSIL">
  139. <HintPath>packages\SQLitePCLRaw.bundle_green.2.0.2\lib\net461\SQLitePCLRaw.nativelibrary.dll</HintPath>
  140. </Reference>
  141. <Reference Include="SQLitePCLRaw.provider.dynamic_cdecl, Version=2.0.2.669, Culture=neutral, PublicKeyToken=b68184102cba0b3b, processorArchitecture=MSIL">
  142. <HintPath>packages\SQLitePCLRaw.provider.dynamic_cdecl.2.0.2\lib\netstandard2.0\SQLitePCLRaw.provider.dynamic_cdecl.dll</HintPath>
  143. </Reference>
  144. <Reference Include="System" />
  145. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  146. <HintPath>packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  147. </Reference>
  148. <Reference Include="System.Configuration" />
  149. <Reference Include="System.Data" />
  150. <Reference Include="System.Deployment" />
  151. <Reference Include="System.Drawing" />
  152. <Reference Include="System.Management" />
  153. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  154. <HintPath>packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  155. </Reference>
  156. <Reference Include="System.Numerics" />
  157. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  158. <HintPath>packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  159. </Reference>
  160. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  161. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  162. </Reference>
  163. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  164. <HintPath>packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  165. </Reference>
  166. <Reference Include="System.Windows.Forms" />
  167. <Reference Include="System.Xml" />
  168. <Reference Include="Microsoft.CSharp" />
  169. <Reference Include="System.Core" />
  170. <Reference Include="System.Xml.Linq" />
  171. <Reference Include="System.Data.DataSetExtensions" />
  172. <Reference Include="System.Net.Http" />
  173. <Reference Include="System.Xaml">
  174. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  175. </Reference>
  176. <Reference Include="VirtualizingWrapPanel, Version=1.5.7.0, Culture=neutral, processorArchitecture=MSIL">
  177. <SpecificVersion>False</SpecificVersion>
  178. <HintPath>packages\VirtualizingWrapPanel.1.5.7\lib\net452\VirtualizingWrapPanel.dll</HintPath>
  179. </Reference>
  180. <Reference Include="WindowsBase" />
  181. <Reference Include="PresentationCore" />
  182. <Reference Include="PresentationFramework" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <ApplicationDefinition Include="App.xaml">
  186. <Generator>MSBuild:Compile</Generator>
  187. <SubType>Designer</SubType>
  188. </ApplicationDefinition>
  189. <Compile Include="CustomControl\AlertsMessage.xaml.cs">
  190. <DependentUpon>AlertsMessage.xaml</DependentUpon>
  191. </Compile>
  192. <Compile Include="CustomControl\CustomIconToggleBtn.cs" />
  193. <Compile Include="CustomControl\DialogContent.cs" />
  194. <Compile Include="CustomControl\IconAndTextTabItem.cs" />
  195. <Compile Include="CustomControl\ListBoxItemToolBar.cs" />
  196. <Compile Include="CustomControl\MessageBoxEx.cs" />
  197. <Compile Include="CustomControl\NumericUpDown.xaml.cs">
  198. <DependentUpon>NumericUpDown.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="CustomControl\PageTurningPreview.xaml.cs">
  201. <DependentUpon>PageTurningPreview.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="CustomControl\SystemControl\CustomCommandAction .cs" />
  204. <Compile Include="CustomControl\SystemControl\RoutedEventTrigger.cs" />
  205. <Compile Include="CustomControl\ToastControl.xaml.cs">
  206. <DependentUpon>ToastControl.xaml</DependentUpon>
  207. </Compile>
  208. <Compile Include="CustomControl\WritableComboBox.xaml.cs">
  209. <DependentUpon>WritableComboBox.xaml</DependentUpon>
  210. </Compile>
  211. <Compile Include="DataConvert\FileFormatToIconConvert.cs" />
  212. <Compile Include="DataConvert\UnVisivleConvert.cs" />
  213. <Compile Include="EventAggregators\EditToolsEvent.cs" />
  214. <Compile Include="EventAggregators\PageEditNotifyEvent.cs" />
  215. <Compile Include="EventAggregators\PageEditRefreshEvent.cs" />
  216. <Compile Include="Helper\ConverterHelper.cs" />
  217. <Compile Include="Helper\HomePageEditHelper.cs" />
  218. <Compile Include="Helper\PasswordBoxHelper.cs" />
  219. <Compile Include="Helper\PictureConverter.cs" />
  220. <Compile Include="Helper\SDKLisenceHelper.cs" />
  221. <Compile Include="Helper\SettingHelper.cs" />
  222. <Compile Include="Helper\ToolMethod.cs" />
  223. <Compile Include="Model\CloudDrive\CloudDriveItem.cs" />
  224. <Compile Include="Model\CloudDrive\CloudFiles.cs" />
  225. <Compile Include="Model\DialogNames.cs" />
  226. <Compile Include="CustomControl\SystemControl\InterTabClient.cs" />
  227. <Compile Include="CustomControl\LoadingControl.xaml.cs">
  228. <DependentUpon>LoadingControl.xaml</DependentUpon>
  229. </Compile>
  230. <Compile Include="Model\Dialog\ConverterDialogs\ConverterCSVDialogModel.cs" />
  231. <Compile Include="Model\Dialog\ConverterDialogs\ConverterDialogsModel.cs" />
  232. <Compile Include="Model\Dialog\ConverterDialogs\ConverterExcelDialogModel.cs" />
  233. <Compile Include="Model\Dialog\ConverterDialogs\ConverterHTMLDialogModel.cs" />
  234. <Compile Include="Model\Dialog\ConverterDialogs\ConverterImgDialogModel.cs" />
  235. <Compile Include="Model\Dialog\ConverterDialogs\ConverterPPTDialogModel.cs" />
  236. <Compile Include="Model\Dialog\ConverterDialogs\ConverterRTFDialogModel.cs" />
  237. <Compile Include="Model\Dialog\ConverterDialogs\ConverterTextDialogModel.cs" />
  238. <Compile Include="Model\Dialog\ConverterDialogs\ConverterWordDialogModel.cs" />
  239. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialogModel.cs" />
  240. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialogModel.cs" />
  241. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialogModel.cs" />
  242. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogModel.cs" />
  243. <Compile Include="Model\Dialog\ToolsDialogs\CompressDialogModel\CompressDialogModel.cs" />
  244. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogModel.cs" />
  245. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettintgsModel.cs" />
  246. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogModel.cs" />
  247. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageExtractDialogModel.cs" />
  248. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageInsertDialogModel.cs" />
  249. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogModel.cs" />
  250. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageSplitDialogModel.cs" />
  251. <Compile Include="Model\PageEdit\ExtractModel.cs" />
  252. <Compile Include="Model\PageEdit\PageEditItem.cs" />
  253. <Compile Include="Model\ParameterNames.cs" />
  254. <Compile Include="Model\PDFTool\ToolItem.cs" />
  255. <Compile Include="Model\RegionNames.cs" />
  256. <Compile Include="CustomControl\SystemControl\TabablzRegionBehavior.cs" />
  257. <Compile Include="DataConvert\BoolToVisible.cs" />
  258. <Compile Include="DataConvert\VisibleToBoolConvert.cs" />
  259. <Compile Include="EventAggregators\DragablzWindowEvent.cs" />
  260. <Compile Include="EventAggregators\OpenFileEvent.cs" />
  261. <Compile Include="Helper\CommomEvent.cs" />
  262. <Compile Include="Helper\CommonHelper.cs" />
  263. <Compile Include="Properties\Resources.Designer.cs">
  264. <DependentUpon>Resources.resx</DependentUpon>
  265. <DesignTime>True</DesignTime>
  266. <AutoGen>True</AutoGen>
  267. </Compile>
  268. <Compile Include="ViewModels\EditTools\Background\BackgroundBarContentViewModel.cs" />
  269. <Compile Include="ViewModels\EditTools\Background\BackgroundTemplateContentViewModel.cs" />
  270. <Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
  271. <Compile Include="ViewModels\BottomToolContentViewModel.cs" />
  272. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterProgressBarDialogViewModel.cs" />
  273. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterCSVDialogViewModel.cs" />
  274. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterExcelDialogViewModel.cs" />
  275. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterHTMLDialogViewModel.cs" />
  276. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterImgDialogViewModel.cs" />
  277. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterPPTDialogViewModel.cs" />
  278. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterRTFDialogViewModel.cs" />
  279. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterTextDialogViewModel.cs" />
  280. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterWordDialogViewModel.cs" />
  281. <Compile Include="ViewModels\Tools\ConverterBarContentViewModel.cs" />
  282. <Compile Include="ViewModels\Dialog\ExtractDialogViewModel.cs" />
  283. <Compile Include="ViewModels\Dialog\FullScreenWindowViewModel.cs" />
  284. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialogViewModel.cs" />
  285. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialogViewModel.cs" />
  286. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialogViewModel.cs" />
  287. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContentViewModel.cs" />
  288. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMultipleContentViewModel.cs" />
  289. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContentViewModel.cs" />
  290. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContentViewModel.cs" />
  291. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialogViewModel.cs" />
  292. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\ModInfoSendEvent.cs" />
  293. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageSplitDialogViewModel.cs" />
  294. <Compile Include="ViewModels\Dialog\PageEditDialogs\ExtractDialogViewModel.cs" />
  295. <Compile Include="ViewModels\Dialog\PageEditDialogs\InsertDialogViewModel.cs" />
  296. <Compile Include="ViewModels\Dialog\PageEditDialogs\SplitDialogViewModel.cs" />
  297. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogViewModel.cs" />
  298. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressDialogViewModel.cs" />
  299. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialogViewModel.cs" />
  300. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialogViewModel.cs" />
  301. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogViewModel.cs" />
  302. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogViewModel.cs" />
  303. <Compile Include="ViewModels\Dialog\VerifyPassWordDialogViewModel.cs" />
  304. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveContentViewModel.cs" />
  305. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveManager.cs" />
  306. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudFilesContentViewModel.cs" />
  307. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\DropbBoxManager.cs" />
  308. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\DropbBoxUserItem.cs" />
  309. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\GoogleDriveManager.cs" />
  310. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\GoogleDriveUserItem.cs" />
  311. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogViewModel.cs" />
  312. <Compile Include="ViewModels\HomePanel\HomeCloudContentViewModel.cs" />
  313. <Compile Include="ViewModels\HomePanel\HomeGuidContentViewModel.cs" />
  314. <Compile Include="ViewModels\HomePanel\HomeToolsContentViewModel.cs" />
  315. <Compile Include="ViewModels\MainContentViewModel.cs" />
  316. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageExtractDialogViewModel.cs" />
  317. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageInsertDialogViewModel.cs" />
  318. <Compile Include="ViewModels\PageEdit\PageEditContentViewModel.cs" />
  319. <Compile Include="ViewModels\Tools\ToolsBarContentViewModel.cs" />
  320. <Compile Include="Views\BOTA\BOTAContent.xaml.cs">
  321. <DependentUpon>BOTAContent.xaml</DependentUpon>
  322. </Compile>
  323. <Compile Include="Views\BottomToolContent.xaml.cs">
  324. <DependentUpon>BottomToolContent.xaml</DependentUpon>
  325. </Compile>
  326. <Compile Include="Views\Dialog\ConverterDialogs\ConverterCSVDialog.xaml.cs">
  327. <DependentUpon>ConverterCSVDialog.xaml</DependentUpon>
  328. </Compile>
  329. <Compile Include="Views\Dialog\ConverterDialogs\ConverterExcelDialog.xaml.cs">
  330. <DependentUpon>ConverterExcelDialog.xaml</DependentUpon>
  331. </Compile>
  332. <Compile Include="Views\Dialog\ConverterDialogs\ConverterHTMLDialog.xaml.cs">
  333. <DependentUpon>ConverterHTMLDialog.xaml</DependentUpon>
  334. </Compile>
  335. <Compile Include="Views\Dialog\ConverterDialogs\ConverterImgDialog.xaml.cs">
  336. <DependentUpon>ConverterImgDialog.xaml</DependentUpon>
  337. </Compile>
  338. <Compile Include="Views\Dialog\ConverterDialogs\ConverterPPTDialog.xaml.cs">
  339. <DependentUpon>ConverterPPTDialog.xaml</DependentUpon>
  340. </Compile>
  341. <Compile Include="Views\Dialog\ConverterDialogs\ConverterProgressBarDialog.xaml.cs">
  342. <DependentUpon>ConverterProgressBarDialog.xaml</DependentUpon>
  343. </Compile>
  344. <Compile Include="Views\Dialog\ConverterDialogs\ConverterRTFDialog.xaml.cs">
  345. <DependentUpon>ConverterRTFDialog.xaml</DependentUpon>
  346. </Compile>
  347. <Compile Include="Views\Dialog\ConverterDialogs\ConverterTextDialog.xaml.cs">
  348. <DependentUpon>ConverterTextDialog.xaml</DependentUpon>
  349. </Compile>
  350. <Compile Include="Views\Dialog\ConverterDialogs\ConverterWordDialog.xaml.cs">
  351. <DependentUpon>ConverterWordDialog.xaml</DependentUpon>
  352. </Compile>
  353. <Compile Include="Views\Dialog\FullScreenWindow.xaml.cs">
  354. <DependentUpon>FullScreenWindow.xaml</DependentUpon>
  355. </Compile>
  356. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialog.xaml.cs">
  357. <DependentUpon>HomePageBatchProcessingDialog.xaml</DependentUpon>
  358. </Compile>
  359. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialog.xaml.cs">
  360. <DependentUpon>HomePageCompressDialog.xaml</DependentUpon>
  361. </Compile>
  362. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialog.xaml.cs">
  363. <DependentUpon>HomePageSetPasswordDialog.xaml</DependentUpon>
  364. </Compile>
  365. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml.cs">
  366. <DependentUpon>HomePageExtractDialog.xaml</DependentUpon>
  367. </Compile>
  368. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml.cs">
  369. <DependentUpon>HomePageInsertDialog.xaml</DependentUpon>
  370. </Compile>
  371. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml.cs">
  372. <DependentUpon>HomePagePictureToPDFDialog.xaml</DependentUpon>
  373. </Compile>
  374. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml.cs">
  375. <DependentUpon>HomePagePrinterModBookletContent.xaml</DependentUpon>
  376. </Compile>
  377. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMultipleContent.xaml.cs">
  378. <DependentUpon>HomePagePrinterModMultipleContent.xaml</DependentUpon>
  379. </Compile>
  380. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml.cs">
  381. <DependentUpon>HomePagePrinterModPosterContent.xaml</DependentUpon>
  382. </Compile>
  383. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml.cs">
  384. <DependentUpon>HomePagePrinterModSizeContent.xaml</DependentUpon>
  385. </Compile>
  386. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml.cs">
  387. <DependentUpon>HomePagePrinterPageSetDialog.xaml</DependentUpon>
  388. </Compile>
  389. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml.cs">
  390. <DependentUpon>HomePageSplitDialog.xaml</DependentUpon>
  391. </Compile>
  392. <Compile Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml.cs">
  393. <DependentUpon>ExtractDialog.xaml</DependentUpon>
  394. </Compile>
  395. <Compile Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml.cs">
  396. <DependentUpon>InsertDialog.xaml</DependentUpon>
  397. </Compile>
  398. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\SplitDialog.xaml.cs">
  399. <DependentUpon>SplitDialog.xaml</DependentUpon>
  400. </Compile>
  401. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml.cs">
  402. <DependentUpon>HomePagePrinterDialog.xaml</DependentUpon>
  403. </Compile>
  404. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml.cs">
  405. <DependentUpon>CompressDialog.xaml</DependentUpon>
  406. </Compile>
  407. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml.cs">
  408. <DependentUpon>CompressProgressBarDialog.xaml</DependentUpon>
  409. </Compile>
  410. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml.cs">
  411. <DependentUpon>CheckPasswordDialog.xaml</DependentUpon>
  412. </Compile>
  413. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml.cs">
  414. <DependentUpon>DeleteSafetySettingsDialog.xaml</DependentUpon>
  415. </Compile>
  416. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml.cs">
  417. <DependentUpon>SetPasswordDialog.xaml</DependentUpon>
  418. </Compile>
  419. <Compile Include="Views\Dialog\VerifyPassWordDialog.xaml.cs">
  420. <DependentUpon>VerifyPassWordDialog.xaml</DependentUpon>
  421. </Compile>
  422. <Compile Include="Views\EditTools\Background\BackgroundBarContent.xaml.cs">
  423. <DependentUpon>BackgroundBarContent.xaml</DependentUpon>
  424. </Compile>
  425. <Compile Include="Views\EditTools\Background\BackgroundTemplateContent.xaml.cs">
  426. <DependentUpon>BackgroundTemplateContent.xaml</DependentUpon>
  427. </Compile>
  428. <Compile Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml.cs">
  429. <DependentUpon>CloudDriveContent.xaml</DependentUpon>
  430. </Compile>
  431. <Compile Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml.cs">
  432. <DependentUpon>CloudFilesContent.xaml</DependentUpon>
  433. </Compile>
  434. <Compile Include="Views\HomePanel\HomeCloudContent.xaml.cs">
  435. <DependentUpon>HomeCloudContent.xaml</DependentUpon>
  436. </Compile>
  437. <Compile Include="Views\HomePanel\HomeGuidContent.xaml.cs">
  438. <DependentUpon>HomeGuidContent.xaml</DependentUpon>
  439. </Compile>
  440. <Compile Include="Views\HomePanel\PDFTools\PDFToolItem.xaml.cs">
  441. <DependentUpon>PDFToolItem.xaml</DependentUpon>
  442. </Compile>
  443. <Compile Include="Views\HomePanel\HomeToolsContent.xaml.cs">
  444. <DependentUpon>HomeToolsContent.xaml</DependentUpon>
  445. </Compile>
  446. <Compile Include="Views\HomePanel\PDFTools\PDFTools.cs" />
  447. <Compile Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml.cs">
  448. <DependentUpon>PDFToolsContent.xaml</DependentUpon>
  449. </Compile>
  450. <Compile Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml.cs">
  451. <DependentUpon>QuickToolsContent.xaml</DependentUpon>
  452. </Compile>
  453. <Compile Include="Views\HomePanel\PromotionContent.xaml.cs">
  454. <DependentUpon>PromotionContent.xaml</DependentUpon>
  455. </Compile>
  456. <Compile Include="Views\HomePanel\RecentFiles\DocItemControl.xaml.cs">
  457. <DependentUpon>DocItemControl.xaml</DependentUpon>
  458. </Compile>
  459. <Compile Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml.cs">
  460. <DependentUpon>DocItemListViewControl.xaml</DependentUpon>
  461. </Compile>
  462. <Compile Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml.cs">
  463. <DependentUpon>RecentFilesView.xaml</DependentUpon>
  464. </Compile>
  465. <Compile Include="Views\MainContent.xaml.cs">
  466. <DependentUpon>MainContent.xaml</DependentUpon>
  467. </Compile>
  468. <Compile Include="Views\PageEdit\PageEditContent.xaml.cs">
  469. <DependentUpon>PageEditContent.xaml</DependentUpon>
  470. </Compile>
  471. <Compile Include="Views\Tools\AnnotToolContent.xaml.cs">
  472. <DependentUpon>AnnotToolContent.xaml</DependentUpon>
  473. </Compile>
  474. <Compile Include="Views\Tools\ConverterBarContent.xaml.cs">
  475. <DependentUpon>ConverterBarContent.xaml</DependentUpon>
  476. </Compile>
  477. <Compile Include="Views\Tools\ToolsBarContent.xaml.cs">
  478. <DependentUpon>ToolsBarContent.xaml</DependentUpon>
  479. </Compile>
  480. <Compile Include="Views\ViewContent.xaml.cs">
  481. <DependentUpon>ViewContent.xaml</DependentUpon>
  482. </Compile>
  483. <Page Include="CustomControl\AlertsMessage.xaml">
  484. <Generator>MSBuild:Compile</Generator>
  485. <SubType>Designer</SubType>
  486. </Page>
  487. <Page Include="CustomControl\LoadingControl.xaml">
  488. <SubType>Designer</SubType>
  489. <Generator>MSBuild:Compile</Generator>
  490. </Page>
  491. <Page Include="CustomControl\NumericUpDown.xaml">
  492. <SubType>Designer</SubType>
  493. <Generator>MSBuild:Compile</Generator>
  494. </Page>
  495. <Page Include="CustomControl\PageTurningPreview.xaml">
  496. <SubType>Designer</SubType>
  497. <Generator>MSBuild:Compile</Generator>
  498. </Page>
  499. <Page Include="CustomControl\ToastControl.xaml">
  500. <Generator>MSBuild:Compile</Generator>
  501. <SubType>Designer</SubType>
  502. </Page>
  503. <Page Include="CustomControl\WritableComboBox.xaml">
  504. <SubType>Designer</SubType>
  505. <Generator>MSBuild:Compile</Generator>
  506. </Page>
  507. <Page Include="Styles\ComboxStyle.xaml">
  508. <SubType>Designer</SubType>
  509. <Generator>MSBuild:Compile</Generator>
  510. </Page>
  511. <Page Include="Styles\CustomBtnStyle.xaml">
  512. <Generator>MSBuild:Compile</Generator>
  513. <SubType>Designer</SubType>
  514. </Page>
  515. <Page Include="Styles\CustomListItemStyle.xaml">
  516. <SubType>Designer</SubType>
  517. <Generator>MSBuild:Compile</Generator>
  518. </Page>
  519. <Page Include="Styles\ExpanderStyle.xaml">
  520. <Generator>MSBuild:Compile</Generator>
  521. <SubType>Designer</SubType>
  522. </Page>
  523. <Page Include="Styles\ListBoxStyle.xaml">
  524. <Generator>MSBuild:Compile</Generator>
  525. <SubType>Designer</SubType>
  526. </Page>
  527. <Page Include="Styles\ListViewStyle.xaml">
  528. <Generator>MSBuild:Compile</Generator>
  529. <SubType>Designer</SubType>
  530. </Page>
  531. <Page Include="Styles\MenuStyle.xaml">
  532. <SubType>Designer</SubType>
  533. <Generator>MSBuild:Compile</Generator>
  534. </Page>
  535. <Page Include="Styles\TabControlStyle.xaml">
  536. <SubType>Designer</SubType>
  537. <Generator>MSBuild:Compile</Generator>
  538. </Page>
  539. <Page Include="Styles\WindowsStyle.xaml">
  540. <Generator>MSBuild:Compile</Generator>
  541. <SubType>Designer</SubType>
  542. </Page>
  543. <Page Include="Themes\Generic.xaml">
  544. <Generator>MSBuild:Compile</Generator>
  545. <SubType>Designer</SubType>
  546. </Page>
  547. <Page Include="Views\BOTA\BOTAContent.xaml">
  548. <SubType>Designer</SubType>
  549. <Generator>MSBuild:Compile</Generator>
  550. </Page>
  551. <Page Include="Views\BottomToolContent.xaml">
  552. <SubType>Designer</SubType>
  553. <Generator>MSBuild:Compile</Generator>
  554. </Page>
  555. <Page Include="Views\Dialog\ConverterDialogs\ConverterCSVDialog.xaml">
  556. <SubType>Designer</SubType>
  557. <Generator>MSBuild:Compile</Generator>
  558. </Page>
  559. <Page Include="Views\Dialog\ConverterDialogs\ConverterExcelDialog.xaml">
  560. <SubType>Designer</SubType>
  561. <Generator>MSBuild:Compile</Generator>
  562. </Page>
  563. <Page Include="Views\Dialog\ConverterDialogs\ConverterHTMLDialog.xaml">
  564. <SubType>Designer</SubType>
  565. <Generator>MSBuild:Compile</Generator>
  566. </Page>
  567. <Page Include="Views\Dialog\ConverterDialogs\ConverterImgDialog.xaml">
  568. <SubType>Designer</SubType>
  569. <Generator>MSBuild:Compile</Generator>
  570. </Page>
  571. <Page Include="Views\Dialog\ConverterDialogs\ConverterPPTDialog.xaml">
  572. <SubType>Designer</SubType>
  573. <Generator>MSBuild:Compile</Generator>
  574. </Page>
  575. <Page Include="Views\Dialog\ConverterDialogs\ConverterProgressBarDialog.xaml">
  576. <SubType>Designer</SubType>
  577. <Generator>MSBuild:Compile</Generator>
  578. </Page>
  579. <Page Include="Views\Dialog\ConverterDialogs\ConverterRTFDialog.xaml">
  580. <SubType>Designer</SubType>
  581. <Generator>MSBuild:Compile</Generator>
  582. </Page>
  583. <Page Include="Views\Dialog\ConverterDialogs\ConverterTextDialog.xaml">
  584. <SubType>Designer</SubType>
  585. <Generator>MSBuild:Compile</Generator>
  586. </Page>
  587. <Page Include="Views\Dialog\ConverterDialogs\ConverterWordDialog.xaml">
  588. <SubType>Designer</SubType>
  589. <Generator>MSBuild:Compile</Generator>
  590. </Page>
  591. <Page Include="Views\Dialog\FullScreenWindow.xaml">
  592. <SubType>Designer</SubType>
  593. <Generator>MSBuild:Compile</Generator>
  594. </Page>
  595. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialog.xaml">
  596. <SubType>Designer</SubType>
  597. <Generator>MSBuild:Compile</Generator>
  598. </Page>
  599. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialog.xaml">
  600. <SubType>Designer</SubType>
  601. <Generator>MSBuild:Compile</Generator>
  602. </Page>
  603. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialog.xaml">
  604. <SubType>Designer</SubType>
  605. <Generator>MSBuild:Compile</Generator>
  606. </Page>
  607. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml">
  608. <SubType>Designer</SubType>
  609. <Generator>MSBuild:Compile</Generator>
  610. </Page>
  611. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml">
  612. <SubType>Designer</SubType>
  613. <Generator>MSBuild:Compile</Generator>
  614. </Page>
  615. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml">
  616. <SubType>Designer</SubType>
  617. <Generator>MSBuild:Compile</Generator>
  618. </Page>
  619. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml">
  620. <SubType>Designer</SubType>
  621. <Generator>MSBuild:Compile</Generator>
  622. </Page>
  623. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMultipleContent.xaml">
  624. <SubType>Designer</SubType>
  625. <Generator>MSBuild:Compile</Generator>
  626. </Page>
  627. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml">
  628. <SubType>Designer</SubType>
  629. <Generator>MSBuild:Compile</Generator>
  630. </Page>
  631. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml">
  632. <SubType>Designer</SubType>
  633. <Generator>MSBuild:Compile</Generator>
  634. </Page>
  635. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml">
  636. <SubType>Designer</SubType>
  637. <Generator>MSBuild:Compile</Generator>
  638. </Page>
  639. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml">
  640. <SubType>Designer</SubType>
  641. <Generator>MSBuild:Compile</Generator>
  642. </Page>
  643. <Page Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml">
  644. <Generator>MSBuild:Compile</Generator>
  645. <SubType>Designer</SubType>
  646. </Page>
  647. <Page Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml">
  648. <Generator>MSBuild:Compile</Generator>
  649. <SubType>Designer</SubType>
  650. </Page>
  651. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\SplitDialog.xaml">
  652. <Generator>MSBuild:Compile</Generator>
  653. <SubType>Designer</SubType>
  654. </Page>
  655. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml">
  656. <SubType>Designer</SubType>
  657. <Generator>MSBuild:Compile</Generator>
  658. </Page>
  659. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml">
  660. <SubType>Designer</SubType>
  661. <Generator>MSBuild:Compile</Generator>
  662. </Page>
  663. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml">
  664. <SubType>Designer</SubType>
  665. <Generator>MSBuild:Compile</Generator>
  666. </Page>
  667. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml">
  668. <SubType>Designer</SubType>
  669. <Generator>MSBuild:Compile</Generator>
  670. </Page>
  671. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml">
  672. <SubType>Designer</SubType>
  673. <Generator>MSBuild:Compile</Generator>
  674. </Page>
  675. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml">
  676. <SubType>Designer</SubType>
  677. <Generator>MSBuild:Compile</Generator>
  678. </Page>
  679. <Page Include="Views\Dialog\VerifyPassWordDialog.xaml">
  680. <SubType>Designer</SubType>
  681. <Generator>MSBuild:Compile</Generator>
  682. </Page>
  683. <Page Include="Views\EditTools\Background\BackgroundBarContent.xaml">
  684. <SubType>Designer</SubType>
  685. <Generator>MSBuild:Compile</Generator>
  686. </Page>
  687. <Page Include="Views\EditTools\Background\BackgroundTemplateContent.xaml">
  688. <SubType>Designer</SubType>
  689. <Generator>MSBuild:Compile</Generator>
  690. </Page>
  691. <Page Include="Views\HomeContent.xaml">
  692. <Generator>MSBuild:Compile</Generator>
  693. <SubType>Designer</SubType>
  694. </Page>
  695. <Page Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml">
  696. <SubType>Designer</SubType>
  697. <Generator>MSBuild:Compile</Generator>
  698. </Page>
  699. <Page Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml">
  700. <Generator>MSBuild:Compile</Generator>
  701. <SubType>Designer</SubType>
  702. </Page>
  703. <Page Include="Views\HomePanel\HomeCloudContent.xaml">
  704. <SubType>Designer</SubType>
  705. <Generator>MSBuild:Compile</Generator>
  706. </Page>
  707. <Page Include="Views\HomePanel\HomeGuidContent.xaml">
  708. <SubType>Designer</SubType>
  709. <Generator>MSBuild:Compile</Generator>
  710. </Page>
  711. <Page Include="Views\HomePanel\PDFTools\PDFToolItem.xaml">
  712. <Generator>MSBuild:Compile</Generator>
  713. <SubType>Designer</SubType>
  714. </Page>
  715. <Page Include="Views\HomePanel\HomeToolsContent.xaml">
  716. <SubType>Designer</SubType>
  717. <Generator>MSBuild:Compile</Generator>
  718. </Page>
  719. <Page Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml">
  720. <Generator>MSBuild:Compile</Generator>
  721. <SubType>Designer</SubType>
  722. </Page>
  723. <Page Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml">
  724. <SubType>Designer</SubType>
  725. <Generator>MSBuild:Compile</Generator>
  726. </Page>
  727. <Page Include="Views\HomePanel\PromotionContent.xaml">
  728. <Generator>MSBuild:Compile</Generator>
  729. <SubType>Designer</SubType>
  730. </Page>
  731. <Page Include="Views\HomePanel\RecentFiles\DocItemControl.xaml">
  732. <Generator>MSBuild:Compile</Generator>
  733. <SubType>Designer</SubType>
  734. </Page>
  735. <Page Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml">
  736. <Generator>MSBuild:Compile</Generator>
  737. <SubType>Designer</SubType>
  738. </Page>
  739. <Page Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml">
  740. <Generator>MSBuild:Compile</Generator>
  741. <SubType>Designer</SubType>
  742. </Page>
  743. <Page Include="Views\MainContent.xaml">
  744. <SubType>Designer</SubType>
  745. <Generator>MSBuild:Compile</Generator>
  746. </Page>
  747. <Page Include="Views\MainWindow.xaml">
  748. <Generator>MSBuild:Compile</Generator>
  749. <SubType>Designer</SubType>
  750. </Page>
  751. <Compile Include="App.xaml.cs">
  752. <DependentUpon>App.xaml</DependentUpon>
  753. <SubType>Code</SubType>
  754. </Compile>
  755. <Compile Include="ViewModels\HomeContentViewModel.cs" />
  756. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  757. <Compile Include="ViewModels\ViewContentViewModel.cs" />
  758. <Compile Include="Views\HomeContent.xaml.cs">
  759. <DependentUpon>HomeContent.xaml</DependentUpon>
  760. </Compile>
  761. <Compile Include="Views\MainWindow.xaml.cs">
  762. <DependentUpon>MainWindow.xaml</DependentUpon>
  763. <SubType>Code</SubType>
  764. </Compile>
  765. <Page Include="Views\PageEdit\PageEditContent.xaml">
  766. <Generator>MSBuild:Compile</Generator>
  767. <SubType>Designer</SubType>
  768. </Page>
  769. <Page Include="Views\Tools\AnnotToolContent.xaml">
  770. <SubType>Designer</SubType>
  771. <Generator>MSBuild:Compile</Generator>
  772. </Page>
  773. <Page Include="Views\Tools\ConverterBarContent.xaml">
  774. <SubType>Designer</SubType>
  775. <Generator>MSBuild:Compile</Generator>
  776. </Page>
  777. <Page Include="Views\Tools\ToolsBarContent.xaml">
  778. <SubType>Designer</SubType>
  779. <Generator>MSBuild:Compile</Generator>
  780. </Page>
  781. <Page Include="Views\ViewContent.xaml">
  782. <SubType>Designer</SubType>
  783. <Generator>MSBuild:Compile</Generator>
  784. </Page>
  785. </ItemGroup>
  786. <ItemGroup>
  787. <Compile Include="Properties\AssemblyInfo.cs">
  788. <SubType>Code</SubType>
  789. </Compile>
  790. <Compile Include="Properties\Settings.Designer.cs">
  791. <AutoGen>True</AutoGen>
  792. <DependentUpon>Settings.settings</DependentUpon>
  793. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  794. </Compile>
  795. <None Include="credentials.json">
  796. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  797. </None>
  798. <None Include="packages.config" />
  799. <None Include="Properties\Settings.settings">
  800. <Generator>SettingsSingleFileGenerator</Generator>
  801. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  802. </None>
  803. <None Include="source\AnalysisWord\Res\word\_rels\document.xml.rels" />
  804. <Content Include="source\AnalysisWord\Res\_rels\.rels">
  805. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  806. </Content>
  807. </ItemGroup>
  808. <ItemGroup>
  809. <None Include="App.config" />
  810. </ItemGroup>
  811. <ItemGroup>
  812. <Folder Include="Views\FillAndSign\" />
  813. <Folder Include="Views\Forms\" />
  814. <Folder Include="Views\Scan\" />
  815. </ItemGroup>
  816. <ItemGroup>
  817. <Content Include="ComOCRKit.Desk.dll">
  818. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  819. </Content>
  820. <Content Include="ComPDFKit.Desk.dll">
  821. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  822. </Content>
  823. <Content Include="ComPDFKit.Viewer.dll">
  824. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  825. </Content>
  826. <Content Include="ComPDFKit_Conversion.dll">
  827. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  828. </Content>
  829. <Content Include="DotNetSpeech.dll">
  830. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  831. </Content>
  832. <Content Include="Dragablz.dll">
  833. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  834. </Content>
  835. <Resource Include="StyleAndTemplateList.txt" />
  836. <Resource Include="Resources\QuickToolIcon\Batch.png" />
  837. <Resource Include="Resources\HomeIcon\file_addition.png" />
  838. <Resource Include="Resources\HomeIcon\folderOpen.png" />
  839. <Resource Include="Resources\PromotionIcon\Android.png" />
  840. <Resource Include="Resources\PromotionIcon\ComPDFKit.png" />
  841. <Resource Include="Resources\PromotionIcon\ComVideoKit.png" />
  842. <Resource Include="Resources\PromotionIcon\FilmageEditor.png" />
  843. <Resource Include="Resources\PromotionIcon\FilmageScreen.png" />
  844. <Resource Include="Resources\PromotionIcon\FreePDFTemplates.png" />
  845. <Resource Include="Resources\PromotionIcon\IPhoneiPad.png" />
  846. <Resource Include="Resources\PromotionIcon\SignFlow.png" />
  847. <Resource Include="Resources\PromotionIcon\Windows.png" />
  848. <Resource Include="Resources\FilesType\ic_propertybar_file_pdf_lock.png" />
  849. <Resource Include="Resources\FilesType\ic_propertybar_file_png_Large.png" />
  850. <Resource Include="SDKLisence.xml" />
  851. <Content Include="index.html">
  852. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  853. </Content>
  854. <Resource Include="Resources\ToolBarIcon\MyTools\Arrow.png" />
  855. <Resource Include="Resources\ToolBarIcon\MyTools\Bookmark.png" />
  856. <Resource Include="Resources\ToolBarIcon\MyTools\Circle.png" />
  857. <Resource Include="Resources\ToolBarIcon\MyTools\Freehande.png" />
  858. <Resource Include="Resources\ToolBarIcon\MyTools\Freehande2.png" />
  859. <Resource Include="Resources\ToolBarIcon\MyTools\Hand.png" />
  860. <Resource Include="Resources\ToolBarIcon\MyTools\Highlight.png" />
  861. <Resource Include="Resources\ToolBarIcon\MyTools\Hyperlink.png" />
  862. <Resource Include="Resources\ToolBarIcon\MyTools\Image.png" />
  863. <Resource Include="Resources\ToolBarIcon\MyTools\Line.png" />
  864. <Resource Include="Resources\ToolBarIcon\MyTools\Note.png" />
  865. <Resource Include="Resources\ToolBarIcon\MyTools\Point.png" />
  866. <Resource Include="Resources\ToolBarIcon\MyTools\Rectangle.png" />
  867. <Resource Include="Resources\ToolBarIcon\MyTools\Selecttool.png" />
  868. <Resource Include="Resources\ToolBarIcon\MyTools\Stamp.png" />
  869. <Resource Include="Resources\ToolBarIcon\MyTools\Textbox.png" />
  870. <Resource Include="Resources\ToolBarIcon\MyTools\wavyline2.png" />
  871. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout1.xml">
  872. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  873. </Content>
  874. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout10.xml">
  875. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  876. </Content>
  877. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout11.xml">
  878. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  879. </Content>
  880. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout2.xml">
  881. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  882. </Content>
  883. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout3.xml">
  884. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  885. </Content>
  886. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout4.xml">
  887. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  888. </Content>
  889. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout5.xml">
  890. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  891. </Content>
  892. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout6.xml">
  893. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  894. </Content>
  895. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout7.xml">
  896. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  897. </Content>
  898. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout8.xml">
  899. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  900. </Content>
  901. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout9.xml">
  902. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  903. </Content>
  904. <Content Include="source\AnalysisPPT\Res\slideMaster1.xml">
  905. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  906. </Content>
  907. <Content Include="source\AnalysisPPT\Res\theme1.xml">
  908. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  909. </Content>
  910. <Content Include="source\AnalysisPPT\Res\thumbnail.jpeg">
  911. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  912. </Content>
  913. <Content Include="source\AnalysisWord\Res\docProps\app.xml">
  914. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  915. </Content>
  916. <Content Include="source\AnalysisWord\Res\docProps\core.xml">
  917. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  918. </Content>
  919. <Resource Include="source\AnalysisWord\Res\word\document.xml" />
  920. <Resource Include="source\AnalysisWord\Res\word\document0.xml" />
  921. <Resource Include="source\AnalysisWord\Res\word\endnotes.xml" />
  922. <Resource Include="source\AnalysisWord\Res\word\footnotes.xml" />
  923. <Resource Include="source\AnalysisWord\Res\word\settings.xml" />
  924. <Resource Include="source\AnalysisWord\Res\word\theme\theme1.xml" />
  925. <Content Include="source\AnalysisWord\Res\[Content_Types].xml">
  926. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  927. </Content>
  928. <Content Include="SystemService\PreviewHandler.dll">
  929. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  930. </Content>
  931. <Content Include="SystemService\PreviewHandlerx86.dll">
  932. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  933. </Content>
  934. <Content Include="SystemService\TechPDFKitBase.dll">
  935. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  936. </Content>
  937. <Content Include="SystemService\ThumbnailProvider.dll">
  938. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  939. </Content>
  940. <Content Include="SystemService\ThumbnailProviderx86.dll">
  941. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  942. </Content>
  943. <Content Include="x64\ComPDFKit.dll">
  944. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  945. </Content>
  946. <Content Include="x64\CPDFConverterNative.dll">
  947. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  948. </Content>
  949. <Content Include="x64\libhpdf.dll">
  950. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  951. </Content>
  952. <Content Include="x64\libpng16.dll">
  953. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  954. </Content>
  955. <Content Include="x64\TechPDFKit.dll">
  956. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  957. </Content>
  958. <Content Include="x64\TechPdfToOffice.dll">
  959. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  960. </Content>
  961. <Content Include="x64\vcruntime140.dll">
  962. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  963. </Content>
  964. <Content Include="x64\zlib1.dll">
  965. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  966. </Content>
  967. <Content Include="x86\ComPDFKit.dll">
  968. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  969. </Content>
  970. <Content Include="x86\CPDFConverterNative.dll">
  971. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  972. </Content>
  973. <Content Include="x86\libhpdf.dll">
  974. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  975. </Content>
  976. <Content Include="x86\libpng16.dll">
  977. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  978. </Content>
  979. <Content Include="x86\TechPDFKit.dll">
  980. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  981. </Content>
  982. <Content Include="x86\TechPDFToOffice.dll">
  983. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  984. </Content>
  985. <Content Include="x86\vcruntime140.dll">
  986. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  987. </Content>
  988. <Content Include="x86\zlib1.dll">
  989. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  990. </Content>
  991. </ItemGroup>
  992. <ItemGroup>
  993. <ProjectReference Include="..\PDFSettings\PDFSettings.csproj">
  994. <Project>{bee73aae-9a2c-446b-b64d-3a8f042c985d}</Project>
  995. <Name>PDFSettings</Name>
  996. </ProjectReference>
  997. </ItemGroup>
  998. <ItemGroup>
  999. <EmbeddedResource Include="Properties\Resources.resx">
  1000. <Generator>ResXFileCodeGenerator</Generator>
  1001. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  1002. </EmbeddedResource>
  1003. </ItemGroup>
  1004. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1005. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1006. <PropertyGroup>
  1007. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  1008. </PropertyGroup>
  1009. <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'))" />
  1010. </Target>
  1011. <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')" />
  1012. </Project>