PDF Office.csproj 64 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180
  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\CommonWritableComboBox.xaml.cs">
  193. <DependentUpon>CommonWritableComboBox.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="CustomControl\CustomIconToggleBtn.cs" />
  196. <Compile Include="CustomControl\DialogContent.cs" />
  197. <Compile Include="CustomControl\IconAndTextTabItem.cs" />
  198. <Compile Include="CustomControl\ListBoxItemToolBar.cs" />
  199. <Compile Include="CustomControl\MessageBoxEx.cs" />
  200. <Compile Include="CustomControl\NumericUpDown.xaml.cs">
  201. <DependentUpon>NumericUpDown.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="CustomControl\PageControl.xaml.cs">
  204. <DependentUpon>PageControl.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="CustomControl\PageTurningPreview.xaml.cs">
  207. <DependentUpon>PageTurningPreview.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="CustomControl\SystemControl\CustomCommandAction .cs" />
  210. <Compile Include="CustomControl\SystemControl\RoutedEventTrigger.cs" />
  211. <Compile Include="CustomControl\ToastControl.xaml.cs">
  212. <DependentUpon>ToastControl.xaml</DependentUpon>
  213. </Compile>
  214. <Compile Include="CustomControl\WritableComboBox.xaml.cs">
  215. <DependentUpon>WritableComboBox.xaml</DependentUpon>
  216. </Compile>
  217. <Compile Include="DataConvert\FileFormatToIconConvert.cs" />
  218. <Compile Include="DataConvert\UnVisivleConvert.cs" />
  219. <Compile Include="EventAggregators\EditToolsEvent.cs" />
  220. <Compile Include="EventAggregators\PageEditNotifyEvent.cs" />
  221. <Compile Include="EventAggregators\PageEditRefreshEvent.cs" />
  222. <Compile Include="Helper\ConverterHelper.cs" />
  223. <Compile Include="Helper\HomePageEditHelper.cs" />
  224. <Compile Include="Helper\ObservableDictionary.cs" />
  225. <Compile Include="Helper\PasswordBoxHelper.cs" />
  226. <Compile Include="Helper\PictureConverter.cs" />
  227. <Compile Include="Helper\SDKLisenceHelper.cs" />
  228. <Compile Include="Helper\SettingHelper.cs" />
  229. <Compile Include="Helper\ToolMethod.cs" />
  230. <Compile Include="Model\CloudDrive\CloudDriveItem.cs" />
  231. <Compile Include="Model\CloudDrive\CloudFiles.cs" />
  232. <Compile Include="Model\DialogNames.cs" />
  233. <Compile Include="CustomControl\SystemControl\InterTabClient.cs" />
  234. <Compile Include="CustomControl\LoadingControl.xaml.cs">
  235. <DependentUpon>LoadingControl.xaml</DependentUpon>
  236. </Compile>
  237. <Compile Include="Model\Dialog\ConverterDialogs\ConverterCSVDialogModel.cs" />
  238. <Compile Include="Model\Dialog\ConverterDialogs\ConverterDialogsModel.cs" />
  239. <Compile Include="Model\Dialog\ConverterDialogs\ConverterExcelDialogModel.cs" />
  240. <Compile Include="Model\Dialog\ConverterDialogs\ConverterHTMLDialogModel.cs" />
  241. <Compile Include="Model\Dialog\ConverterDialogs\ConverterImgDialogModel.cs" />
  242. <Compile Include="Model\Dialog\ConverterDialogs\ConverterPPTDialogModel.cs" />
  243. <Compile Include="Model\Dialog\ConverterDialogs\ConverterRTFDialogModel.cs" />
  244. <Compile Include="Model\Dialog\ConverterDialogs\ConverterTextDialogModel.cs" />
  245. <Compile Include="Model\Dialog\ConverterDialogs\ConverterWordDialogModel.cs" />
  246. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialogModel.cs" />
  247. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialogModel.cs" />
  248. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSVModel.cs" />
  249. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialogModel.cs" />
  250. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcelModel.cs" />
  251. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterHTMLModel.cs" />
  252. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImgModel.cs" />
  253. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterPPTModel.cs" />
  254. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterRTFModel.cs" />
  255. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterTextModel.cs" />
  256. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWordModel.cs" />
  257. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialogModel.cs" />
  258. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogModel.cs" />
  259. <Compile Include="Model\Dialog\ToolsDialogs\CompressDialogModel\CompressDialogModel.cs" />
  260. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogModel.cs" />
  261. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettintgsModel.cs" />
  262. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogModel.cs" />
  263. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageExtractDialogModel.cs" />
  264. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageInsertDialogModel.cs" />
  265. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogModel.cs" />
  266. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageSplitDialogModel.cs" />
  267. <Compile Include="Model\EditTools\Background\BackgroundCreateModel.cs" />
  268. <Compile Include="Model\EditTools\Background\BackgroundTemplateListModel.cs" />
  269. <Compile Include="Model\EditTools\Watermark\WatermarkCreateModel.cs" />
  270. <Compile Include="Model\EditTools\Watermark\WatermarkTemplateListModel.cs" />
  271. <Compile Include="Model\PageEdit\ExtractModel.cs" />
  272. <Compile Include="Model\PageEdit\PageEditItem.cs" />
  273. <Compile Include="Model\ParameterNames.cs" />
  274. <Compile Include="Model\PDFTool\ToolItem.cs" />
  275. <Compile Include="Model\RegionNames.cs" />
  276. <Compile Include="CustomControl\SystemControl\TabablzRegionBehavior.cs" />
  277. <Compile Include="DataConvert\BoolToVisible.cs" />
  278. <Compile Include="DataConvert\VisibleToBoolConvert.cs" />
  279. <Compile Include="EventAggregators\DragablzWindowEvent.cs" />
  280. <Compile Include="EventAggregators\OpenFileEvent.cs" />
  281. <Compile Include="Helper\CommomEvent.cs" />
  282. <Compile Include="Helper\CommonHelper.cs" />
  283. <Compile Include="Properties\Resources.Designer.cs">
  284. <DependentUpon>Resources.resx</DependentUpon>
  285. <DesignTime>True</DesignTime>
  286. <AutoGen>True</AutoGen>
  287. </Compile>
  288. <Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
  289. <Compile Include="ViewModels\BottomToolContentViewModel.cs" />
  290. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterProgressBarDialogViewModel.cs" />
  291. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterCSVDialogViewModel.cs" />
  292. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterExcelDialogViewModel.cs" />
  293. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterHTMLDialogViewModel.cs" />
  294. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterImgDialogViewModel.cs" />
  295. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterPPTDialogViewModel.cs" />
  296. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterRTFDialogViewModel.cs" />
  297. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterTextDialogViewModel.cs" />
  298. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterWordDialogViewModel.cs" />
  299. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialogViewModel.cs" />
  300. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSVViewModel.cs" />
  301. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcelViewModel.cs" />
  302. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImgViewModel.cs" />
  303. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWordViewModel.cs" />
  304. <Compile Include="ViewModels\EditTools\Background\BackgroundContentViewModel.cs" />
  305. <Compile Include="ViewModels\EditTools\Background\BackgroundCreateBaseContentViewModel.cs" />
  306. <Compile Include="ViewModels\EditTools\Background\BackgroundCreateColorContentViewModel.cs" />
  307. <Compile Include="ViewModels\EditTools\Background\BackgroundCreateFileContentViewModel.cs" />
  308. <Compile Include="ViewModels\EditTools\Background\BackgroundTemplateListBaseContentViewModel.cs" />
  309. <Compile Include="ViewModels\EditTools\Background\BackgroundTemplateListColorContentViewModel.cs" />
  310. <Compile Include="ViewModels\EditTools\Background\BackgroundTemplateListFileContentViewModel.cs" />
  311. <Compile Include="ViewModels\Tools\ConverterBarContentViewModel.cs" />
  312. <Compile Include="ViewModels\Dialog\ExtractDialogViewModel.cs" />
  313. <Compile Include="ViewModels\Dialog\FullScreenWindowViewModel.cs" />
  314. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialogViewModel.cs" />
  315. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialogViewModel.cs" />
  316. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialogViewModel.cs" />
  317. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContentViewModel.cs" />
  318. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMultipleContentViewModel.cs" />
  319. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContentViewModel.cs" />
  320. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContentViewModel.cs" />
  321. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialogViewModel.cs" />
  322. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\ModInfoSendEvent.cs" />
  323. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageSplitDialogViewModel.cs" />
  324. <Compile Include="ViewModels\Dialog\PageEditDialogs\ExtractDialogViewModel.cs" />
  325. <Compile Include="ViewModels\Dialog\PageEditDialogs\InsertDialogViewModel.cs" />
  326. <Compile Include="ViewModels\Dialog\PageEditDialogs\SplitDialogViewModel.cs" />
  327. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogViewModel.cs" />
  328. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressDialogViewModel.cs" />
  329. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialogViewModel.cs" />
  330. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialogViewModel.cs" />
  331. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogViewModel.cs" />
  332. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogViewModel.cs" />
  333. <Compile Include="ViewModels\Dialog\VerifyPassWordDialogViewModel.cs" />
  334. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveContentViewModel.cs" />
  335. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveManager.cs" />
  336. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudFilesContentViewModel.cs" />
  337. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\DropbBoxManager.cs" />
  338. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\DropbBoxUserItem.cs" />
  339. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\GoogleDriveManager.cs" />
  340. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\GoogleDriveUserItem.cs" />
  341. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogViewModel.cs" />
  342. <Compile Include="ViewModels\HomePanel\HomeCloudContentViewModel.cs" />
  343. <Compile Include="ViewModels\HomePanel\HomeGuidContentViewModel.cs" />
  344. <Compile Include="ViewModels\HomePanel\HomeToolsContentViewModel.cs" />
  345. <Compile Include="ViewModels\MainContentViewModel.cs" />
  346. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageExtractDialogViewModel.cs" />
  347. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageInsertDialogViewModel.cs" />
  348. <Compile Include="ViewModels\PageEdit\PageEditContentViewModel.cs" />
  349. <Compile Include="ViewModels\Tools\ToolsBarContentViewModel.cs" />
  350. <Compile Include="ViewModels\EditTools\Watermark\WatermarkContentViewModel.cs" />
  351. <Compile Include="ViewModels\EditTools\Watermark\WatermarkCreateBaseContentViewModel.cs" />
  352. <Compile Include="ViewModels\EditTools\Watermark\WatermarkCreateFileContentViewModel.cs" />
  353. <Compile Include="ViewModels\EditTools\Watermark\WatermarkCreateTextContentViewModel.cs" />
  354. <Compile Include="ViewModels\EditTools\Watermark\WatermarkTemplateListBaseContentViewModel.cs" />
  355. <Compile Include="ViewModels\EditTools\Watermark\WatermarkTemplateListFileContentViewModel.cs" />
  356. <Compile Include="ViewModels\EditTools\Watermark\WatermarkTemplateListTextContentViewModel.cs" />
  357. <Compile Include="Views\BOTA\BOTAContent.xaml.cs">
  358. <DependentUpon>BOTAContent.xaml</DependentUpon>
  359. </Compile>
  360. <Compile Include="Views\BottomToolContent.xaml.cs">
  361. <DependentUpon>BottomToolContent.xaml</DependentUpon>
  362. </Compile>
  363. <Compile Include="Views\Dialog\ConverterDialogs\ConverterCSVDialog.xaml.cs">
  364. <DependentUpon>ConverterCSVDialog.xaml</DependentUpon>
  365. </Compile>
  366. <Compile Include="Views\Dialog\ConverterDialogs\ConverterExcelDialog.xaml.cs">
  367. <DependentUpon>ConverterExcelDialog.xaml</DependentUpon>
  368. </Compile>
  369. <Compile Include="Views\Dialog\ConverterDialogs\ConverterHTMLDialog.xaml.cs">
  370. <DependentUpon>ConverterHTMLDialog.xaml</DependentUpon>
  371. </Compile>
  372. <Compile Include="Views\Dialog\ConverterDialogs\ConverterImgDialog.xaml.cs">
  373. <DependentUpon>ConverterImgDialog.xaml</DependentUpon>
  374. </Compile>
  375. <Compile Include="Views\Dialog\ConverterDialogs\ConverterPPTDialog.xaml.cs">
  376. <DependentUpon>ConverterPPTDialog.xaml</DependentUpon>
  377. </Compile>
  378. <Compile Include="Views\Dialog\ConverterDialogs\ConverterProgressBarDialog.xaml.cs">
  379. <DependentUpon>ConverterProgressBarDialog.xaml</DependentUpon>
  380. </Compile>
  381. <Compile Include="Views\Dialog\ConverterDialogs\ConverterRTFDialog.xaml.cs">
  382. <DependentUpon>ConverterRTFDialog.xaml</DependentUpon>
  383. </Compile>
  384. <Compile Include="Views\Dialog\ConverterDialogs\ConverterTextDialog.xaml.cs">
  385. <DependentUpon>ConverterTextDialog.xaml</DependentUpon>
  386. </Compile>
  387. <Compile Include="Views\Dialog\ConverterDialogs\ConverterWordDialog.xaml.cs">
  388. <DependentUpon>ConverterWordDialog.xaml</DependentUpon>
  389. </Compile>
  390. <Compile Include="Views\Dialog\FullScreenWindow.xaml.cs">
  391. <DependentUpon>FullScreenWindow.xaml</DependentUpon>
  392. </Compile>
  393. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialog.xaml.cs">
  394. <DependentUpon>HomePageBatchProcessingDialog.xaml</DependentUpon>
  395. </Compile>
  396. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialog.xaml.cs">
  397. <DependentUpon>HomePageCompressDialog.xaml</DependentUpon>
  398. </Compile>
  399. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSV.xaml.cs">
  400. <DependentUpon>HomePageConverterCSV.xaml</DependentUpon>
  401. </Compile>
  402. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialog.xaml.cs">
  403. <DependentUpon>HomePageConverterDialog.xaml</DependentUpon>
  404. </Compile>
  405. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcel.xaml.cs">
  406. <DependentUpon>HomePageConverterExcel.xaml</DependentUpon>
  407. </Compile>
  408. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImg.xaml.cs">
  409. <DependentUpon>HomePageConverterImg.xaml</DependentUpon>
  410. </Compile>
  411. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWord.xaml.cs">
  412. <DependentUpon>HomePageConverterWord.xaml</DependentUpon>
  413. </Compile>
  414. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialog.xaml.cs">
  415. <DependentUpon>HomePageSetPasswordDialog.xaml</DependentUpon>
  416. </Compile>
  417. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml.cs">
  418. <DependentUpon>HomePageExtractDialog.xaml</DependentUpon>
  419. </Compile>
  420. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml.cs">
  421. <DependentUpon>HomePageInsertDialog.xaml</DependentUpon>
  422. </Compile>
  423. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml.cs">
  424. <DependentUpon>HomePagePictureToPDFDialog.xaml</DependentUpon>
  425. </Compile>
  426. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml.cs">
  427. <DependentUpon>HomePagePrinterModBookletContent.xaml</DependentUpon>
  428. </Compile>
  429. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMultipleContent.xaml.cs">
  430. <DependentUpon>HomePagePrinterModMultipleContent.xaml</DependentUpon>
  431. </Compile>
  432. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml.cs">
  433. <DependentUpon>HomePagePrinterModPosterContent.xaml</DependentUpon>
  434. </Compile>
  435. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml.cs">
  436. <DependentUpon>HomePagePrinterModSizeContent.xaml</DependentUpon>
  437. </Compile>
  438. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml.cs">
  439. <DependentUpon>HomePagePrinterPageSetDialog.xaml</DependentUpon>
  440. </Compile>
  441. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml.cs">
  442. <DependentUpon>HomePageSplitDialog.xaml</DependentUpon>
  443. </Compile>
  444. <Compile Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml.cs">
  445. <DependentUpon>ExtractDialog.xaml</DependentUpon>
  446. </Compile>
  447. <Compile Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml.cs">
  448. <DependentUpon>InsertDialog.xaml</DependentUpon>
  449. </Compile>
  450. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\SplitDialog.xaml.cs">
  451. <DependentUpon>SplitDialog.xaml</DependentUpon>
  452. </Compile>
  453. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml.cs">
  454. <DependentUpon>HomePagePrinterDialog.xaml</DependentUpon>
  455. </Compile>
  456. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml.cs">
  457. <DependentUpon>CompressDialog.xaml</DependentUpon>
  458. </Compile>
  459. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml.cs">
  460. <DependentUpon>CompressProgressBarDialog.xaml</DependentUpon>
  461. </Compile>
  462. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml.cs">
  463. <DependentUpon>CheckPasswordDialog.xaml</DependentUpon>
  464. </Compile>
  465. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml.cs">
  466. <DependentUpon>DeleteSafetySettingsDialog.xaml</DependentUpon>
  467. </Compile>
  468. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml.cs">
  469. <DependentUpon>SetPasswordDialog.xaml</DependentUpon>
  470. </Compile>
  471. <Compile Include="Views\Dialog\VerifyPassWordDialog.xaml.cs">
  472. <DependentUpon>VerifyPassWordDialog.xaml</DependentUpon>
  473. </Compile>
  474. <Compile Include="Views\EditTools\Background\BackgroundContent.xaml.cs">
  475. <DependentUpon>BackgroundContent.xaml</DependentUpon>
  476. </Compile>
  477. <Compile Include="Views\EditTools\Watermark\WatermarkContent.xaml.cs">
  478. <DependentUpon>WatermarkContent.xaml</DependentUpon>
  479. </Compile>
  480. <Compile Include="Views\EditTools\Watermark\WatermarkCreateBaseContent.xaml.cs">
  481. <DependentUpon>WatermarkCreateBaseContent.xaml</DependentUpon>
  482. </Compile>
  483. <Compile Include="Views\EditTools\Watermark\WatermarkCreateFileContent.xaml.cs">
  484. <DependentUpon>WatermarkCreateFileContent.xaml</DependentUpon>
  485. </Compile>
  486. <Compile Include="Views\EditTools\Watermark\WatermarkCreateTextContent.xaml.cs">
  487. <DependentUpon>WatermarkCreateTextContent.xaml</DependentUpon>
  488. </Compile>
  489. <Compile Include="Views\EditTools\Watermark\WatermarkTemplateListBaseContent.xaml.cs">
  490. <DependentUpon>WatermarkTemplateListBaseContent.xaml</DependentUpon>
  491. </Compile>
  492. <Compile Include="Views\EditTools\Watermark\WatermarkTemplateListFileContent.xaml.cs">
  493. <DependentUpon>WatermarkTemplateListFileContent.xaml</DependentUpon>
  494. </Compile>
  495. <Compile Include="Views\EditTools\Watermark\WatermarkTemplateListTextContent.xaml.cs">
  496. <DependentUpon>WatermarkTemplateListTextContent.xaml</DependentUpon>
  497. </Compile>
  498. <Compile Include="Views\EditTools\Background\BackgroundCreateBaseContent.xaml.cs">
  499. <DependentUpon>BackgroundCreateBaseContent.xaml</DependentUpon>
  500. </Compile>
  501. <Compile Include="Views\EditTools\Background\BackgroundCreateColorContent.xaml.cs">
  502. <DependentUpon>BackgroundCreateColorContent.xaml</DependentUpon>
  503. </Compile>
  504. <Compile Include="Views\EditTools\Background\BackgroundCreateFileContent.xaml.cs">
  505. <DependentUpon>BackgroundCreateFileContent.xaml</DependentUpon>
  506. </Compile>
  507. <Compile Include="Views\EditTools\Background\BackgroundTemplateListBaseContent.xaml.cs">
  508. <DependentUpon>BackgroundTemplateListBaseContent.xaml</DependentUpon>
  509. </Compile>
  510. <Compile Include="Views\EditTools\Background\BackgroundTemplateListColorContent.xaml.cs">
  511. <DependentUpon>BackgroundTemplateListColorContent.xaml</DependentUpon>
  512. </Compile>
  513. <Compile Include="Views\EditTools\Background\BackgroundTemplateListFileContent.xaml.cs">
  514. <DependentUpon>BackgroundTemplateListFileContent.xaml</DependentUpon>
  515. </Compile>
  516. <Compile Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml.cs">
  517. <DependentUpon>CloudDriveContent.xaml</DependentUpon>
  518. </Compile>
  519. <Compile Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml.cs">
  520. <DependentUpon>CloudFilesContent.xaml</DependentUpon>
  521. </Compile>
  522. <Compile Include="Views\HomePanel\HomeCloudContent.xaml.cs">
  523. <DependentUpon>HomeCloudContent.xaml</DependentUpon>
  524. </Compile>
  525. <Compile Include="Views\HomePanel\HomeGuidContent.xaml.cs">
  526. <DependentUpon>HomeGuidContent.xaml</DependentUpon>
  527. </Compile>
  528. <Compile Include="Views\HomePanel\PDFTools\PDFToolItem.xaml.cs">
  529. <DependentUpon>PDFToolItem.xaml</DependentUpon>
  530. </Compile>
  531. <Compile Include="Views\HomePanel\HomeToolsContent.xaml.cs">
  532. <DependentUpon>HomeToolsContent.xaml</DependentUpon>
  533. </Compile>
  534. <Compile Include="Views\HomePanel\PDFTools\PDFTools.cs" />
  535. <Compile Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml.cs">
  536. <DependentUpon>PDFToolsContent.xaml</DependentUpon>
  537. </Compile>
  538. <Compile Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml.cs">
  539. <DependentUpon>QuickToolsContent.xaml</DependentUpon>
  540. </Compile>
  541. <Compile Include="Views\HomePanel\PromotionContent.xaml.cs">
  542. <DependentUpon>PromotionContent.xaml</DependentUpon>
  543. </Compile>
  544. <Compile Include="Views\HomePanel\RecentFiles\DocItemControl.xaml.cs">
  545. <DependentUpon>DocItemControl.xaml</DependentUpon>
  546. </Compile>
  547. <Compile Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml.cs">
  548. <DependentUpon>DocItemListViewControl.xaml</DependentUpon>
  549. </Compile>
  550. <Compile Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml.cs">
  551. <DependentUpon>RecentFilesView.xaml</DependentUpon>
  552. </Compile>
  553. <Compile Include="Views\MainContent.xaml.cs">
  554. <DependentUpon>MainContent.xaml</DependentUpon>
  555. </Compile>
  556. <Compile Include="Views\PageEdit\PageEditContent.xaml.cs">
  557. <DependentUpon>PageEditContent.xaml</DependentUpon>
  558. </Compile>
  559. <Compile Include="Views\Tools\AnnotToolContent.xaml.cs">
  560. <DependentUpon>AnnotToolContent.xaml</DependentUpon>
  561. </Compile>
  562. <Compile Include="Views\Tools\ConverterBarContent.xaml.cs">
  563. <DependentUpon>ConverterBarContent.xaml</DependentUpon>
  564. </Compile>
  565. <Compile Include="Views\Tools\ToolsBarContent.xaml.cs">
  566. <DependentUpon>ToolsBarContent.xaml</DependentUpon>
  567. </Compile>
  568. <Compile Include="Views\ViewContent.xaml.cs">
  569. <DependentUpon>ViewContent.xaml</DependentUpon>
  570. </Compile>
  571. <Page Include="CustomControl\AlertsMessage.xaml">
  572. <Generator>MSBuild:Compile</Generator>
  573. <SubType>Designer</SubType>
  574. </Page>
  575. <Page Include="CustomControl\CommonWritableComboBox.xaml">
  576. <SubType>Designer</SubType>
  577. <Generator>MSBuild:Compile</Generator>
  578. </Page>
  579. <Page Include="CustomControl\LoadingControl.xaml">
  580. <SubType>Designer</SubType>
  581. <Generator>MSBuild:Compile</Generator>
  582. </Page>
  583. <Page Include="CustomControl\NumericUpDown.xaml">
  584. <SubType>Designer</SubType>
  585. <Generator>MSBuild:Compile</Generator>
  586. </Page>
  587. <Page Include="CustomControl\PageControl.xaml">
  588. <SubType>Designer</SubType>
  589. <Generator>MSBuild:Compile</Generator>
  590. </Page>
  591. <Page Include="CustomControl\PageTurningPreview.xaml">
  592. <SubType>Designer</SubType>
  593. <Generator>MSBuild:Compile</Generator>
  594. </Page>
  595. <Page Include="CustomControl\ToastControl.xaml">
  596. <Generator>MSBuild:Compile</Generator>
  597. <SubType>Designer</SubType>
  598. </Page>
  599. <Page Include="CustomControl\WritableComboBox.xaml">
  600. <SubType>Designer</SubType>
  601. <Generator>MSBuild:Compile</Generator>
  602. </Page>
  603. <Page Include="Styles\CheckBoxStyle.xaml">
  604. <SubType>Designer</SubType>
  605. <Generator>MSBuild:Compile</Generator>
  606. </Page>
  607. <Page Include="Styles\ComboxStyle.xaml">
  608. <SubType>Designer</SubType>
  609. <Generator>MSBuild:Compile</Generator>
  610. </Page>
  611. <Page Include="Styles\CustomBtnStyle.xaml">
  612. <Generator>MSBuild:Compile</Generator>
  613. <SubType>Designer</SubType>
  614. </Page>
  615. <Page Include="Styles\CustomListItemStyle.xaml">
  616. <SubType>Designer</SubType>
  617. <Generator>MSBuild:Compile</Generator>
  618. </Page>
  619. <Page Include="Styles\ExpanderStyle.xaml">
  620. <Generator>MSBuild:Compile</Generator>
  621. <SubType>Designer</SubType>
  622. </Page>
  623. <Page Include="Styles\ListBoxStyle.xaml">
  624. <Generator>MSBuild:Compile</Generator>
  625. <SubType>Designer</SubType>
  626. </Page>
  627. <Page Include="Styles\ListViewStyle.xaml">
  628. <Generator>MSBuild:Compile</Generator>
  629. <SubType>Designer</SubType>
  630. </Page>
  631. <Page Include="Styles\MenuStyle.xaml">
  632. <SubType>Designer</SubType>
  633. <Generator>MSBuild:Compile</Generator>
  634. </Page>
  635. <Page Include="Styles\TabControlStyle.xaml">
  636. <SubType>Designer</SubType>
  637. <Generator>MSBuild:Compile</Generator>
  638. </Page>
  639. <Page Include="Styles\WindowsStyle.xaml">
  640. <Generator>MSBuild:Compile</Generator>
  641. <SubType>Designer</SubType>
  642. </Page>
  643. <Page Include="Themes\Generic.xaml">
  644. <Generator>MSBuild:Compile</Generator>
  645. <SubType>Designer</SubType>
  646. </Page>
  647. <Page Include="Views\BOTA\BOTAContent.xaml">
  648. <SubType>Designer</SubType>
  649. <Generator>MSBuild:Compile</Generator>
  650. </Page>
  651. <Page Include="Views\BottomToolContent.xaml">
  652. <SubType>Designer</SubType>
  653. <Generator>MSBuild:Compile</Generator>
  654. </Page>
  655. <Page Include="Views\Dialog\ConverterDialogs\ConverterCSVDialog.xaml">
  656. <SubType>Designer</SubType>
  657. <Generator>MSBuild:Compile</Generator>
  658. </Page>
  659. <Page Include="Views\Dialog\ConverterDialogs\ConverterExcelDialog.xaml">
  660. <SubType>Designer</SubType>
  661. <Generator>MSBuild:Compile</Generator>
  662. </Page>
  663. <Page Include="Views\Dialog\ConverterDialogs\ConverterHTMLDialog.xaml">
  664. <SubType>Designer</SubType>
  665. <Generator>MSBuild:Compile</Generator>
  666. </Page>
  667. <Page Include="Views\Dialog\ConverterDialogs\ConverterImgDialog.xaml">
  668. <SubType>Designer</SubType>
  669. <Generator>MSBuild:Compile</Generator>
  670. </Page>
  671. <Page Include="Views\Dialog\ConverterDialogs\ConverterPPTDialog.xaml">
  672. <SubType>Designer</SubType>
  673. <Generator>MSBuild:Compile</Generator>
  674. </Page>
  675. <Page Include="Views\Dialog\ConverterDialogs\ConverterProgressBarDialog.xaml">
  676. <SubType>Designer</SubType>
  677. <Generator>MSBuild:Compile</Generator>
  678. </Page>
  679. <Page Include="Views\Dialog\ConverterDialogs\ConverterRTFDialog.xaml">
  680. <SubType>Designer</SubType>
  681. <Generator>MSBuild:Compile</Generator>
  682. </Page>
  683. <Page Include="Views\Dialog\ConverterDialogs\ConverterTextDialog.xaml">
  684. <SubType>Designer</SubType>
  685. <Generator>MSBuild:Compile</Generator>
  686. </Page>
  687. <Page Include="Views\Dialog\ConverterDialogs\ConverterWordDialog.xaml">
  688. <SubType>Designer</SubType>
  689. <Generator>MSBuild:Compile</Generator>
  690. </Page>
  691. <Page Include="Views\Dialog\FullScreenWindow.xaml">
  692. <SubType>Designer</SubType>
  693. <Generator>MSBuild:Compile</Generator>
  694. </Page>
  695. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialog.xaml">
  696. <SubType>Designer</SubType>
  697. <Generator>MSBuild:Compile</Generator>
  698. </Page>
  699. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialog.xaml">
  700. <SubType>Designer</SubType>
  701. <Generator>MSBuild:Compile</Generator>
  702. </Page>
  703. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSV.xaml">
  704. <SubType>Designer</SubType>
  705. <Generator>MSBuild:Compile</Generator>
  706. </Page>
  707. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialog.xaml">
  708. <SubType>Designer</SubType>
  709. <Generator>MSBuild:Compile</Generator>
  710. </Page>
  711. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcel.xaml">
  712. <SubType>Designer</SubType>
  713. <Generator>MSBuild:Compile</Generator>
  714. </Page>
  715. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImg.xaml">
  716. <SubType>Designer</SubType>
  717. <Generator>MSBuild:Compile</Generator>
  718. </Page>
  719. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWord.xaml">
  720. <SubType>Designer</SubType>
  721. <Generator>MSBuild:Compile</Generator>
  722. </Page>
  723. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialog.xaml">
  724. <SubType>Designer</SubType>
  725. <Generator>MSBuild:Compile</Generator>
  726. </Page>
  727. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml">
  728. <SubType>Designer</SubType>
  729. <Generator>MSBuild:Compile</Generator>
  730. </Page>
  731. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml">
  732. <SubType>Designer</SubType>
  733. <Generator>MSBuild:Compile</Generator>
  734. </Page>
  735. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml">
  736. <SubType>Designer</SubType>
  737. <Generator>MSBuild:Compile</Generator>
  738. </Page>
  739. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml">
  740. <SubType>Designer</SubType>
  741. <Generator>MSBuild:Compile</Generator>
  742. </Page>
  743. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMultipleContent.xaml">
  744. <SubType>Designer</SubType>
  745. <Generator>MSBuild:Compile</Generator>
  746. </Page>
  747. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml">
  748. <SubType>Designer</SubType>
  749. <Generator>MSBuild:Compile</Generator>
  750. </Page>
  751. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml">
  752. <SubType>Designer</SubType>
  753. <Generator>MSBuild:Compile</Generator>
  754. </Page>
  755. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml">
  756. <SubType>Designer</SubType>
  757. <Generator>MSBuild:Compile</Generator>
  758. </Page>
  759. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml">
  760. <SubType>Designer</SubType>
  761. <Generator>MSBuild:Compile</Generator>
  762. </Page>
  763. <Page Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml">
  764. <Generator>MSBuild:Compile</Generator>
  765. <SubType>Designer</SubType>
  766. </Page>
  767. <Page Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml">
  768. <Generator>MSBuild:Compile</Generator>
  769. <SubType>Designer</SubType>
  770. </Page>
  771. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\SplitDialog.xaml">
  772. <Generator>MSBuild:Compile</Generator>
  773. <SubType>Designer</SubType>
  774. </Page>
  775. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml">
  776. <SubType>Designer</SubType>
  777. <Generator>MSBuild:Compile</Generator>
  778. </Page>
  779. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml">
  780. <SubType>Designer</SubType>
  781. <Generator>MSBuild:Compile</Generator>
  782. </Page>
  783. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml">
  784. <SubType>Designer</SubType>
  785. <Generator>MSBuild:Compile</Generator>
  786. </Page>
  787. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml">
  788. <SubType>Designer</SubType>
  789. <Generator>MSBuild:Compile</Generator>
  790. </Page>
  791. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml">
  792. <SubType>Designer</SubType>
  793. <Generator>MSBuild:Compile</Generator>
  794. </Page>
  795. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml">
  796. <SubType>Designer</SubType>
  797. <Generator>MSBuild:Compile</Generator>
  798. </Page>
  799. <Page Include="Views\Dialog\VerifyPassWordDialog.xaml">
  800. <SubType>Designer</SubType>
  801. <Generator>MSBuild:Compile</Generator>
  802. </Page>
  803. <Page Include="Views\EditTools\Background\BackgroundContent.xaml">
  804. <SubType>Designer</SubType>
  805. <Generator>MSBuild:Compile</Generator>
  806. </Page>
  807. <Page Include="Views\EditTools\Watermark\WatermarkContent.xaml">
  808. <SubType>Designer</SubType>
  809. <Generator>MSBuild:Compile</Generator>
  810. </Page>
  811. <Page Include="Views\EditTools\Watermark\WatermarkCreateBaseContent.xaml">
  812. <SubType>Designer</SubType>
  813. <Generator>MSBuild:Compile</Generator>
  814. </Page>
  815. <Page Include="Views\EditTools\Watermark\WatermarkCreateFileContent.xaml">
  816. <SubType>Designer</SubType>
  817. <Generator>MSBuild:Compile</Generator>
  818. </Page>
  819. <Page Include="Views\EditTools\Watermark\WatermarkCreateTextContent.xaml">
  820. <SubType>Designer</SubType>
  821. <Generator>MSBuild:Compile</Generator>
  822. </Page>
  823. <Page Include="Views\EditTools\Watermark\WatermarkTemplateListBaseContent.xaml">
  824. <SubType>Designer</SubType>
  825. <Generator>MSBuild:Compile</Generator>
  826. </Page>
  827. <Page Include="Views\EditTools\Watermark\WatermarkTemplateListFileContent.xaml">
  828. <SubType>Designer</SubType>
  829. <Generator>MSBuild:Compile</Generator>
  830. </Page>
  831. <Page Include="Views\EditTools\Watermark\WatermarkTemplateListTextContent.xaml">
  832. <SubType>Designer</SubType>
  833. <Generator>MSBuild:Compile</Generator>
  834. </Page>
  835. <Page Include="Views\EditTools\Background\BackgroundCreateBaseContent.xaml">
  836. <SubType>Designer</SubType>
  837. <Generator>MSBuild:Compile</Generator>
  838. </Page>
  839. <Page Include="Views\EditTools\Background\BackgroundCreateColorContent.xaml">
  840. <SubType>Designer</SubType>
  841. <Generator>MSBuild:Compile</Generator>
  842. </Page>
  843. <Page Include="Views\EditTools\Background\BackgroundCreateFileContent.xaml">
  844. <SubType>Designer</SubType>
  845. <Generator>MSBuild:Compile</Generator>
  846. </Page>
  847. <Page Include="Views\EditTools\Background\BackgroundTemplateListBaseContent.xaml">
  848. <SubType>Designer</SubType>
  849. <Generator>MSBuild:Compile</Generator>
  850. </Page>
  851. <Page Include="Views\EditTools\Background\BackgroundTemplateListColorContent.xaml">
  852. <SubType>Designer</SubType>
  853. <Generator>MSBuild:Compile</Generator>
  854. </Page>
  855. <Page Include="Views\EditTools\Background\BackgroundTemplateListFileContent.xaml">
  856. <SubType>Designer</SubType>
  857. <Generator>MSBuild:Compile</Generator>
  858. </Page>
  859. <Page Include="Views\HomeContent.xaml">
  860. <Generator>MSBuild:Compile</Generator>
  861. <SubType>Designer</SubType>
  862. </Page>
  863. <Page Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml">
  864. <SubType>Designer</SubType>
  865. <Generator>MSBuild:Compile</Generator>
  866. </Page>
  867. <Page Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml">
  868. <Generator>MSBuild:Compile</Generator>
  869. <SubType>Designer</SubType>
  870. </Page>
  871. <Page Include="Views\HomePanel\HomeCloudContent.xaml">
  872. <SubType>Designer</SubType>
  873. <Generator>MSBuild:Compile</Generator>
  874. </Page>
  875. <Page Include="Views\HomePanel\HomeGuidContent.xaml">
  876. <SubType>Designer</SubType>
  877. <Generator>MSBuild:Compile</Generator>
  878. </Page>
  879. <Page Include="Views\HomePanel\PDFTools\PDFToolItem.xaml">
  880. <Generator>MSBuild:Compile</Generator>
  881. <SubType>Designer</SubType>
  882. </Page>
  883. <Page Include="Views\HomePanel\HomeToolsContent.xaml">
  884. <SubType>Designer</SubType>
  885. <Generator>MSBuild:Compile</Generator>
  886. </Page>
  887. <Page Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml">
  888. <Generator>MSBuild:Compile</Generator>
  889. <SubType>Designer</SubType>
  890. </Page>
  891. <Page Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml">
  892. <SubType>Designer</SubType>
  893. <Generator>MSBuild:Compile</Generator>
  894. </Page>
  895. <Page Include="Views\HomePanel\PromotionContent.xaml">
  896. <Generator>MSBuild:Compile</Generator>
  897. <SubType>Designer</SubType>
  898. </Page>
  899. <Page Include="Views\HomePanel\RecentFiles\DocItemControl.xaml">
  900. <Generator>MSBuild:Compile</Generator>
  901. <SubType>Designer</SubType>
  902. </Page>
  903. <Page Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml">
  904. <Generator>MSBuild:Compile</Generator>
  905. <SubType>Designer</SubType>
  906. </Page>
  907. <Page Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml">
  908. <Generator>MSBuild:Compile</Generator>
  909. <SubType>Designer</SubType>
  910. </Page>
  911. <Page Include="Views\MainContent.xaml">
  912. <SubType>Designer</SubType>
  913. <Generator>MSBuild:Compile</Generator>
  914. </Page>
  915. <Page Include="Views\MainWindow.xaml">
  916. <Generator>MSBuild:Compile</Generator>
  917. <SubType>Designer</SubType>
  918. </Page>
  919. <Compile Include="App.xaml.cs">
  920. <DependentUpon>App.xaml</DependentUpon>
  921. <SubType>Code</SubType>
  922. </Compile>
  923. <Compile Include="ViewModels\HomeContentViewModel.cs" />
  924. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  925. <Compile Include="ViewModels\ViewContentViewModel.cs" />
  926. <Compile Include="Views\HomeContent.xaml.cs">
  927. <DependentUpon>HomeContent.xaml</DependentUpon>
  928. </Compile>
  929. <Compile Include="Views\MainWindow.xaml.cs">
  930. <DependentUpon>MainWindow.xaml</DependentUpon>
  931. <SubType>Code</SubType>
  932. </Compile>
  933. <Page Include="Views\PageEdit\PageEditContent.xaml">
  934. <Generator>MSBuild:Compile</Generator>
  935. <SubType>Designer</SubType>
  936. </Page>
  937. <Page Include="Views\Tools\AnnotToolContent.xaml">
  938. <SubType>Designer</SubType>
  939. <Generator>MSBuild:Compile</Generator>
  940. </Page>
  941. <Page Include="Views\Tools\ConverterBarContent.xaml">
  942. <SubType>Designer</SubType>
  943. <Generator>MSBuild:Compile</Generator>
  944. </Page>
  945. <Page Include="Views\Tools\ToolsBarContent.xaml">
  946. <SubType>Designer</SubType>
  947. <Generator>MSBuild:Compile</Generator>
  948. </Page>
  949. <Page Include="Views\ViewContent.xaml">
  950. <SubType>Designer</SubType>
  951. <Generator>MSBuild:Compile</Generator>
  952. </Page>
  953. </ItemGroup>
  954. <ItemGroup>
  955. <Compile Include="Properties\AssemblyInfo.cs">
  956. <SubType>Code</SubType>
  957. </Compile>
  958. <Compile Include="Properties\Settings.Designer.cs">
  959. <AutoGen>True</AutoGen>
  960. <DependentUpon>Settings.settings</DependentUpon>
  961. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  962. </Compile>
  963. <None Include="credentials.json">
  964. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  965. </None>
  966. <None Include="packages.config" />
  967. <None Include="Properties\Settings.settings">
  968. <Generator>SettingsSingleFileGenerator</Generator>
  969. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  970. </None>
  971. <None Include="source\AnalysisWord\Res\word\_rels\document.xml.rels" />
  972. <Content Include="source\AnalysisWord\Res\_rels\.rels">
  973. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  974. </Content>
  975. </ItemGroup>
  976. <ItemGroup>
  977. <None Include="App.config" />
  978. </ItemGroup>
  979. <ItemGroup>
  980. <Folder Include="Views\FillAndSign\" />
  981. <Folder Include="Views\Forms\" />
  982. <Folder Include="Views\Scan\" />
  983. </ItemGroup>
  984. <ItemGroup>
  985. <Content Include="ComOCRKit.Desk.dll">
  986. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  987. </Content>
  988. <Content Include="ComPDFKit.Desk.dll">
  989. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  990. </Content>
  991. <Content Include="ComPDFKit.Viewer.dll">
  992. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  993. </Content>
  994. <Content Include="ComPDFKit_Conversion.dll">
  995. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  996. </Content>
  997. <Content Include="DotNetSpeech.dll">
  998. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  999. </Content>
  1000. <Content Include="Dragablz.dll">
  1001. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1002. </Content>
  1003. <Resource Include="StyleAndTemplateList.txt" />
  1004. <Resource Include="Resources\QuickToolIcon\Batch.png" />
  1005. <Resource Include="Resources\HomeIcon\file_addition.png" />
  1006. <Resource Include="Resources\HomeIcon\folderOpen.png" />
  1007. <Resource Include="Resources\PromotionIcon\Android.png" />
  1008. <Resource Include="Resources\PromotionIcon\ComPDFKit.png" />
  1009. <Resource Include="Resources\PromotionIcon\ComVideoKit.png" />
  1010. <Resource Include="Resources\PromotionIcon\FilmageEditor.png" />
  1011. <Resource Include="Resources\PromotionIcon\FilmageScreen.png" />
  1012. <Resource Include="Resources\PromotionIcon\FreePDFTemplates.png" />
  1013. <Resource Include="Resources\PromotionIcon\IPhoneiPad.png" />
  1014. <Resource Include="Resources\PromotionIcon\SignFlow.png" />
  1015. <Resource Include="Resources\PromotionIcon\Windows.png" />
  1016. <Resource Include="Resources\FilesType\ic_propertybar_file_pdf_lock.png" />
  1017. <Resource Include="Resources\FilesType\ic_propertybar_file_png_Large.png" />
  1018. <Resource Include="SDKLisence.xml" />
  1019. <Content Include="index.html">
  1020. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1021. </Content>
  1022. <Resource Include="Resources\ToolBarIcon\MyTools\Arrow.png" />
  1023. <Resource Include="Resources\ToolBarIcon\MyTools\Bookmark.png" />
  1024. <Resource Include="Resources\ToolBarIcon\MyTools\Circle.png" />
  1025. <Resource Include="Resources\ToolBarIcon\MyTools\Freehande.png" />
  1026. <Resource Include="Resources\ToolBarIcon\MyTools\Freehande2.png" />
  1027. <Resource Include="Resources\ToolBarIcon\MyTools\Hand.png" />
  1028. <Resource Include="Resources\ToolBarIcon\MyTools\Highlight.png" />
  1029. <Resource Include="Resources\ToolBarIcon\MyTools\Hyperlink.png" />
  1030. <Resource Include="Resources\ToolBarIcon\MyTools\Image.png" />
  1031. <Resource Include="Resources\ToolBarIcon\MyTools\Line.png" />
  1032. <Resource Include="Resources\ToolBarIcon\MyTools\Note.png" />
  1033. <Resource Include="Resources\ToolBarIcon\MyTools\Point.png" />
  1034. <Resource Include="Resources\ToolBarIcon\MyTools\Rectangle.png" />
  1035. <Resource Include="Resources\ToolBarIcon\MyTools\Selecttool.png" />
  1036. <Resource Include="Resources\ToolBarIcon\MyTools\Stamp.png" />
  1037. <Resource Include="Resources\ToolBarIcon\MyTools\Textbox.png" />
  1038. <Resource Include="Resources\ToolBarIcon\MyTools\wavyline2.png" />
  1039. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout1.xml">
  1040. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1041. </Content>
  1042. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout10.xml">
  1043. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1044. </Content>
  1045. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout11.xml">
  1046. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1047. </Content>
  1048. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout2.xml">
  1049. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1050. </Content>
  1051. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout3.xml">
  1052. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1053. </Content>
  1054. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout4.xml">
  1055. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1056. </Content>
  1057. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout5.xml">
  1058. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1059. </Content>
  1060. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout6.xml">
  1061. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1062. </Content>
  1063. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout7.xml">
  1064. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1065. </Content>
  1066. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout8.xml">
  1067. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1068. </Content>
  1069. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout9.xml">
  1070. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1071. </Content>
  1072. <Content Include="source\AnalysisPPT\Res\slideMaster1.xml">
  1073. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1074. </Content>
  1075. <Content Include="source\AnalysisPPT\Res\theme1.xml">
  1076. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1077. </Content>
  1078. <Content Include="source\AnalysisPPT\Res\thumbnail.jpeg">
  1079. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1080. </Content>
  1081. <Content Include="source\AnalysisWord\Res\docProps\app.xml">
  1082. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1083. </Content>
  1084. <Content Include="source\AnalysisWord\Res\docProps\core.xml">
  1085. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1086. </Content>
  1087. <Resource Include="source\AnalysisWord\Res\word\document.xml" />
  1088. <Resource Include="source\AnalysisWord\Res\word\document0.xml" />
  1089. <Resource Include="source\AnalysisWord\Res\word\endnotes.xml" />
  1090. <Resource Include="source\AnalysisWord\Res\word\footnotes.xml" />
  1091. <Resource Include="source\AnalysisWord\Res\word\settings.xml" />
  1092. <Resource Include="source\AnalysisWord\Res\word\theme\theme1.xml" />
  1093. <Content Include="source\AnalysisWord\Res\[Content_Types].xml">
  1094. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1095. </Content>
  1096. <Content Include="SystemService\PreviewHandler.dll">
  1097. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1098. </Content>
  1099. <Content Include="SystemService\PreviewHandlerx86.dll">
  1100. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1101. </Content>
  1102. <Content Include="SystemService\TechPDFKitBase.dll">
  1103. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1104. </Content>
  1105. <Content Include="SystemService\ThumbnailProvider.dll">
  1106. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1107. </Content>
  1108. <Content Include="SystemService\ThumbnailProviderx86.dll">
  1109. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1110. </Content>
  1111. <Content Include="x64\ComPDFKit.dll">
  1112. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1113. </Content>
  1114. <Content Include="x64\CPDFConverterNative.dll">
  1115. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1116. </Content>
  1117. <Content Include="x64\libhpdf.dll">
  1118. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1119. </Content>
  1120. <Content Include="x64\libpng16.dll">
  1121. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1122. </Content>
  1123. <Content Include="x64\TechPDFKit.dll">
  1124. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1125. </Content>
  1126. <Content Include="x64\TechPdfToOffice.dll">
  1127. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1128. </Content>
  1129. <Content Include="x64\vcruntime140.dll">
  1130. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1131. </Content>
  1132. <Content Include="x64\zlib1.dll">
  1133. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1134. </Content>
  1135. <Content Include="x86\ComPDFKit.dll">
  1136. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1137. </Content>
  1138. <Content Include="x86\CPDFConverterNative.dll">
  1139. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1140. </Content>
  1141. <Content Include="x86\libhpdf.dll">
  1142. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1143. </Content>
  1144. <Content Include="x86\libpng16.dll">
  1145. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1146. </Content>
  1147. <Content Include="x86\TechPDFKit.dll">
  1148. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1149. </Content>
  1150. <Content Include="x86\TechPDFToOffice.dll">
  1151. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1152. </Content>
  1153. <Content Include="x86\vcruntime140.dll">
  1154. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1155. </Content>
  1156. <Content Include="x86\zlib1.dll">
  1157. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1158. </Content>
  1159. </ItemGroup>
  1160. <ItemGroup>
  1161. <ProjectReference Include="..\PDFSettings\PDFSettings.csproj">
  1162. <Project>{bee73aae-9a2c-446b-b64d-3a8f042c985d}</Project>
  1163. <Name>PDFSettings</Name>
  1164. </ProjectReference>
  1165. </ItemGroup>
  1166. <ItemGroup>
  1167. <EmbeddedResource Include="Properties\Resources.resx">
  1168. <Generator>ResXFileCodeGenerator</Generator>
  1169. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  1170. </EmbeddedResource>
  1171. </ItemGroup>
  1172. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1173. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1174. <PropertyGroup>
  1175. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  1176. </PropertyGroup>
  1177. <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'))" />
  1178. </Target>
  1179. <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')" />
  1180. </Project>