PDF Office.csproj 64 KB

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