PDF Office.csproj 65 KB

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