PDF Office.csproj 65 KB

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