PDF Office.csproj 53 KB

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