PDF Office.csproj 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000
  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\ColorDropBox.xaml.cs">
  191. <DependentUpon>ColorDropBox.xaml</DependentUpon>
  192. </Compile>
  193. <Compile Include="CustomControl\ColorDropBoxPop.xaml.cs">
  194. <DependentUpon>ColorDropBoxPop.xaml</DependentUpon>
  195. </Compile>
  196. <Compile Include="CustomControl\CustomIconToggleBtn.cs" />
  197. <Compile Include="CustomControl\DialogContent.cs" />
  198. <Compile Include="CustomControl\IconAndTextTabItem.cs" />
  199. <Compile Include="CustomControl\ListBoxItemToolBar.cs" />
  200. <Compile Include="CustomControl\MessageBoxEx.cs" />
  201. <Compile Include="CustomControl\NumericUpDown.xaml.cs">
  202. <DependentUpon>NumericUpDown.xaml</DependentUpon>
  203. </Compile>
  204. <Compile Include="CustomControl\PageTurningPreview.xaml.cs">
  205. <DependentUpon>PageTurningPreview.xaml</DependentUpon>
  206. </Compile>
  207. <Compile Include="CustomControl\SystemControl\CustomCommandAction .cs" />
  208. <Compile Include="CustomControl\SystemControl\RoutedEventTrigger.cs" />
  209. <Compile Include="CustomControl\ToastControl.xaml.cs">
  210. <DependentUpon>ToastControl.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="CustomControl\WritableComboBox.xaml.cs">
  213. <DependentUpon>WritableComboBox.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="DataConvert\FileFormatToIconConvert.cs" />
  216. <Compile Include="DataConvert\ObjectConvert.cs" />
  217. <Compile Include="DataConvert\PropertyPanelVisible.cs" />
  218. <Compile Include="DataConvert\StringToVisibleConvert.cs" />
  219. <Compile Include="DataConvert\UnVisivleConvert.cs" />
  220. <Compile Include="EventAggregators\PageEditNotifyEvent.cs" />
  221. <Compile Include="EventAggregators\PageEditRefreshEvent.cs" />
  222. <Compile Include="Helper\AdvancedInvokeCommandAction.cs" />
  223. <Compile Include="Helper\HomePageEditHelper.cs" />
  224. <Compile Include="Helper\PasswordBoxHelper.cs" />
  225. <Compile Include="Helper\SDKLisenceHelper.cs" />
  226. <Compile Include="Helper\PictureConverter.cs" />
  227. <Compile Include="Helper\SetterAction.cs" />
  228. <Compile Include="Helper\SettingHelper.cs" />
  229. <Compile Include="Helper\ToolMethod.cs" />
  230. <Compile Include="Model\CloudDrive\CloudDriveItem.cs" />
  231. <Compile Include="Model\CloudDrive\CloudFiles.cs" />
  232. <Compile Include="Model\DialogNames.cs" />
  233. <Compile Include="CustomControl\SystemControl\InterTabClient.cs" />
  234. <Compile Include="CustomControl\LoadingControl.xaml.cs">
  235. <DependentUpon>LoadingControl.xaml</DependentUpon>
  236. </Compile>
  237. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogModel.cs" />
  238. <Compile Include="Model\Dialog\ToolsDialogs\CompressDialogModel\CompressDialogModel.cs" />
  239. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogModel.cs" />
  240. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettintgsModel.cs" />
  241. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogModel.cs" />
  242. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageExtractDialogModel.cs" />
  243. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageInsertDialogModel.cs" />
  244. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogModel.cs" />
  245. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageSplitDialogModel.cs" />
  246. <Compile Include="Model\PageEdit\ExtractModel.cs" />
  247. <Compile Include="Model\PageEdit\PageEditItem.cs" />
  248. <Compile Include="Model\ParameterNames.cs" />
  249. <Compile Include="Model\PDFTool\ToolItem.cs" />
  250. <Compile Include="Model\RegionNames.cs" />
  251. <Compile Include="CustomControl\SystemControl\TabablzRegionBehavior.cs" />
  252. <Compile Include="DataConvert\BoolToVisible.cs" />
  253. <Compile Include="DataConvert\VisibleToBoolConvert.cs" />
  254. <Compile Include="EventAggregators\DragablzWindowEvent.cs" />
  255. <Compile Include="EventAggregators\OpenFileEvent.cs" />
  256. <Compile Include="Helper\CommomEvent.cs" />
  257. <Compile Include="Helper\CommonHelper.cs" />
  258. <Compile Include="Properties\Resources.Designer.cs">
  259. <DependentUpon>Resources.resx</DependentUpon>
  260. <DesignTime>True</DesignTime>
  261. <AutoGen>True</AutoGen>
  262. </Compile>
  263. <Compile Include="ViewModels\BOTA\BookmarkContentViewModel.cs" />
  264. <Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
  265. <Compile Include="ViewModels\BottomToolContentViewModel.cs" />
  266. <Compile Include="ViewModels\Dialog\BOTA\AddBookmarkDialogViewModel.cs" />
  267. <Compile Include="ViewModels\Dialog\ExtractDialogViewModel.cs" />
  268. <Compile Include="ViewModels\Dialog\FullScreenWindowViewModel.cs" />
  269. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContentViewModel.cs" />
  270. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMutipleContentViewModel.cs" />
  271. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContentViewModel.cs" />
  272. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContentViewModel.cs" />
  273. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialogViewModel.cs" />
  274. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageSplitDialogViewModel.cs" />
  275. <Compile Include="ViewModels\Dialog\PageEditDialogs\ExtractDialogViewModel.cs" />
  276. <Compile Include="ViewModels\Dialog\PageEditDialogs\InsertDialogViewModel.cs" />
  277. <Compile Include="ViewModels\Dialog\PageEditDialogs\SplitDialogViewModel.cs" />
  278. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogViewModel.cs" />
  279. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressDialogViewModel.cs" />
  280. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialogViewModel.cs" />
  281. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialogViewModel.cs" />
  282. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogViewModel.cs" />
  283. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogViewModel.cs" />
  284. <Compile Include="ViewModels\Dialog\VerifyPassWordDialogViewModel.cs" />
  285. <Compile Include="ViewModels\FillAndSign\FillAndSignContentViewModel.cs" />
  286. <Compile Include="ViewModels\FillAndSign\PropertyPanel\DateFillPropertyViewModel.cs" />
  287. <Compile Include="ViewModels\FillAndSign\PropertyPanel\ShapFillPropertyViewModel.cs" />
  288. <Compile Include="ViewModels\FillAndSign\PropertyPanel\TextFillPropertyViewModel.cs" />
  289. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveContentViewModel.cs" />
  290. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveManager.cs" />
  291. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudFilesContentViewModel.cs" />
  292. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\DropbBoxManager.cs" />
  293. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\DropbBoxUserItem.cs" />
  294. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\GoogleDriveManager.cs" />
  295. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\GoogleDriveUserItem.cs" />
  296. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogViewModel.cs" />
  297. <Compile Include="ViewModels\HomePanel\HomeCloudContentViewModel.cs" />
  298. <Compile Include="ViewModels\HomePanel\HomeGuidContentViewModel.cs" />
  299. <Compile Include="ViewModels\HomePanel\HomeToolsContentViewModel.cs" />
  300. <Compile Include="ViewModels\MainContentViewModel.cs" />
  301. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageExtractDialogViewModel.cs" />
  302. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageInsertDialogViewModel.cs" />
  303. <Compile Include="ViewModels\PageEdit\PageEditContentViewModel.cs" />
  304. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\FreehandAnnotPropertyViewModel.cs" />
  305. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\FreetextAnnotPropertyViewModel.cs" />
  306. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\ImageAnnotPropertyViewModel.cs" />
  307. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\LinkAnnotPropertyViewModel.cs" />
  308. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\SharpsAnnotPropertyViewModel.cs" />
  309. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\StampAnnotPropertyViewModel.cs" />
  310. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\TextAnnotPropertyViewModel.cs" />
  311. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\TextEditPropertyViewModel.cs" />
  312. <Compile Include="ViewModels\PropertyPanel\PropertyPanelContentViewModel.cs" />
  313. <Compile Include="ViewModels\Tools\AnnotToolContentViewModel.cs" />
  314. <Compile Include="ViewModels\Tools\AnnotToolContentViewModel.Function.cs" />
  315. <Compile Include="ViewModels\Tools\AnnotToolContentViewModel.Properties.cs" />
  316. <Compile Include="ViewModels\Tools\ToolsBarContentViewModel.cs" />
  317. <Compile Include="Views\BOTA\BookmarkContent.xaml.cs">
  318. <DependentUpon>BookmarkContent.xaml</DependentUpon>
  319. </Compile>
  320. <Compile Include="Views\BOTA\BOTAContent.xaml.cs">
  321. <DependentUpon>BOTAContent.xaml</DependentUpon>
  322. </Compile>
  323. <Compile Include="Views\BottomToolContent.xaml.cs">
  324. <DependentUpon>BottomToolContent.xaml</DependentUpon>
  325. </Compile>
  326. <Compile Include="Views\Dialog\BOTA\AddBookmarkDialog.xaml.cs">
  327. <DependentUpon>AddBookmarkDialog.xaml</DependentUpon>
  328. </Compile>
  329. <Compile Include="Views\Dialog\FullScreenWindow.xaml.cs">
  330. <DependentUpon>FullScreenWindow.xaml</DependentUpon>
  331. </Compile>
  332. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml.cs">
  333. <DependentUpon>HomePageExtractDialog.xaml</DependentUpon>
  334. </Compile>
  335. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml.cs">
  336. <DependentUpon>HomePageInsertDialog.xaml</DependentUpon>
  337. </Compile>
  338. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml.cs">
  339. <DependentUpon>HomePagePictureToPDFDialog.xaml</DependentUpon>
  340. </Compile>
  341. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml.cs">
  342. <DependentUpon>HomePagePrinterModBookletContent.xaml</DependentUpon>
  343. </Compile>
  344. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMutipleContent.xaml.cs">
  345. <DependentUpon>HomePagePrinterModMutipleContent.xaml</DependentUpon>
  346. </Compile>
  347. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml.cs">
  348. <DependentUpon>HomePagePrinterModPosterContent.xaml</DependentUpon>
  349. </Compile>
  350. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml.cs">
  351. <DependentUpon>HomePagePrinterModSizeContent.xaml</DependentUpon>
  352. </Compile>
  353. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml.cs">
  354. <DependentUpon>HomePagePrinterPageSetDialog.xaml</DependentUpon>
  355. </Compile>
  356. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml.cs">
  357. <DependentUpon>HomePageSplitDialog.xaml</DependentUpon>
  358. </Compile>
  359. <Compile Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml.cs">
  360. <DependentUpon>ExtractDialog.xaml</DependentUpon>
  361. </Compile>
  362. <Compile Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml.cs">
  363. <DependentUpon>InsertDialog.xaml</DependentUpon>
  364. </Compile>
  365. <Compile Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml.cs">
  366. <DependentUpon>SplitDialog.xaml</DependentUpon>
  367. </Compile>
  368. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml.cs">
  369. <DependentUpon>HomePagePrinterDialog.xaml</DependentUpon>
  370. </Compile>
  371. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml.cs">
  372. <DependentUpon>CompressDialog.xaml</DependentUpon>
  373. </Compile>
  374. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml.cs">
  375. <DependentUpon>CompressProgressBarDialog.xaml</DependentUpon>
  376. </Compile>
  377. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml.cs">
  378. <DependentUpon>CheckPasswordDialog.xaml</DependentUpon>
  379. </Compile>
  380. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml.cs">
  381. <DependentUpon>DeleteSafetySettingsDialog.xaml</DependentUpon>
  382. </Compile>
  383. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml.cs">
  384. <DependentUpon>SetPasswordDialog.xaml</DependentUpon>
  385. </Compile>
  386. <Compile Include="Views\Dialog\VerifyPassWordDialog.xaml.cs">
  387. <DependentUpon>VerifyPassWordDialog.xaml</DependentUpon>
  388. </Compile>
  389. <Compile Include="Views\FillAndSign\FillAndSignContent.xaml.cs">
  390. <DependentUpon>FillAndSignContent.xaml</DependentUpon>
  391. </Compile>
  392. <Compile Include="Views\FillAndSign\PropertyPanel\DateFillProperty.xaml.cs">
  393. <DependentUpon>DateFillProperty.xaml</DependentUpon>
  394. </Compile>
  395. <Compile Include="Views\FillAndSign\PropertyPanel\ShapFillProperty.xaml.cs">
  396. <DependentUpon>ShapFillProperty.xaml</DependentUpon>
  397. </Compile>
  398. <Compile Include="Views\FillAndSign\PropertyPanel\TextFillProperty.xaml.cs">
  399. <DependentUpon>TextFillProperty.xaml</DependentUpon>
  400. </Compile>
  401. <Compile Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml.cs">
  402. <DependentUpon>CloudDriveContent.xaml</DependentUpon>
  403. </Compile>
  404. <Compile Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml.cs">
  405. <DependentUpon>CloudFilesContent.xaml</DependentUpon>
  406. </Compile>
  407. <Compile Include="Views\HomePanel\HomeCloudContent.xaml.cs">
  408. <DependentUpon>HomeCloudContent.xaml</DependentUpon>
  409. </Compile>
  410. <Compile Include="Views\HomePanel\HomeGuidContent.xaml.cs">
  411. <DependentUpon>HomeGuidContent.xaml</DependentUpon>
  412. </Compile>
  413. <Compile Include="Views\HomePanel\PDFTools\PDFToolItem.xaml.cs">
  414. <DependentUpon>PDFToolItem.xaml</DependentUpon>
  415. </Compile>
  416. <Compile Include="Views\HomePanel\HomeToolsContent.xaml.cs">
  417. <DependentUpon>HomeToolsContent.xaml</DependentUpon>
  418. </Compile>
  419. <Compile Include="Views\HomePanel\PDFTools\PDFTools.cs" />
  420. <Compile Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml.cs">
  421. <DependentUpon>PDFToolsContent.xaml</DependentUpon>
  422. </Compile>
  423. <Compile Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml.cs">
  424. <DependentUpon>QuickToolsContent.xaml</DependentUpon>
  425. </Compile>
  426. <Compile Include="Views\HomePanel\PromotionContent.xaml.cs">
  427. <DependentUpon>PromotionContent.xaml</DependentUpon>
  428. </Compile>
  429. <Compile Include="Views\HomePanel\RecentFiles\DocItemControl.xaml.cs">
  430. <DependentUpon>DocItemControl.xaml</DependentUpon>
  431. </Compile>
  432. <Compile Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml.cs">
  433. <DependentUpon>DocItemListViewControl.xaml</DependentUpon>
  434. </Compile>
  435. <Compile Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml.cs">
  436. <DependentUpon>RecentFilesView.xaml</DependentUpon>
  437. </Compile>
  438. <Compile Include="Views\MainContent.xaml.cs">
  439. <DependentUpon>MainContent.xaml</DependentUpon>
  440. </Compile>
  441. <Compile Include="Views\PageEdit\PageEditContent.xaml.cs">
  442. <DependentUpon>PageEditContent.xaml</DependentUpon>
  443. </Compile>
  444. <Compile Include="Views\PropertyPanel\AnnotPanel\CommonControls\ColorContent.xaml.cs">
  445. <DependentUpon>ColorContent.xaml</DependentUpon>
  446. </Compile>
  447. <Compile Include="Views\PropertyPanel\AnnotPanel\CommonControls\SlidContentPop.xaml.cs">
  448. <DependentUpon>SlidContentPop.xaml</DependentUpon>
  449. </Compile>
  450. <Compile Include="Views\PropertyPanel\AnnotPanel\FreehandAnnotProperty.xaml.cs">
  451. <DependentUpon>FreehandAnnotProperty.xaml</DependentUpon>
  452. </Compile>
  453. <Compile Include="Views\PropertyPanel\AnnotPanel\FreetextAnnotProperty.xaml.cs">
  454. <DependentUpon>FreetextAnnotProperty.xaml</DependentUpon>
  455. </Compile>
  456. <Compile Include="Views\PropertyPanel\AnnotPanel\ImageAnnotProperty.xaml.cs">
  457. <DependentUpon>ImageAnnotProperty.xaml</DependentUpon>
  458. </Compile>
  459. <Compile Include="Views\PropertyPanel\AnnotPanel\LinkAnnotProperty.xaml.cs">
  460. <DependentUpon>LinkAnnotProperty.xaml</DependentUpon>
  461. </Compile>
  462. <Compile Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml.cs">
  463. <DependentUpon>SharpsAnnotProperty.xaml</DependentUpon>
  464. </Compile>
  465. <Compile Include="Views\PropertyPanel\AnnotPanel\StampAnnotProperty.xaml.cs">
  466. <DependentUpon>StampAnnotProperty.xaml</DependentUpon>
  467. </Compile>
  468. <Compile Include="Views\PropertyPanel\AnnotPanel\TextAnnotProperty.xaml.cs">
  469. <DependentUpon>TextAnnotProperty.xaml</DependentUpon>
  470. </Compile>
  471. <Compile Include="Views\PropertyPanel\AnnotPanel\TextEditProperty.xaml.cs">
  472. <DependentUpon>TextEditProperty.xaml</DependentUpon>
  473. </Compile>
  474. <Compile Include="Views\PropertyPanel\AnnotPanel\CommonControls\SlidContent.xaml.cs">
  475. <DependentUpon>SlidContent.xaml</DependentUpon>
  476. </Compile>
  477. <Compile Include="Views\PropertyPanel\PropertyPanelContent.xaml.cs">
  478. <DependentUpon>PropertyPanelContent.xaml</DependentUpon>
  479. </Compile>
  480. <Compile Include="Views\Tools\AnnotToolContent.xaml.cs">
  481. <DependentUpon>AnnotToolContent.xaml</DependentUpon>
  482. </Compile>
  483. <Compile Include="Views\Tools\ToolsBarContent.xaml.cs">
  484. <DependentUpon>ToolsBarContent.xaml</DependentUpon>
  485. </Compile>
  486. <Compile Include="Views\ViewContent.xaml.cs">
  487. <DependentUpon>ViewContent.xaml</DependentUpon>
  488. </Compile>
  489. <Page Include="CustomControl\AlertsMessage.xaml">
  490. <Generator>MSBuild:Compile</Generator>
  491. <SubType>Designer</SubType>
  492. </Page>
  493. <Page Include="CustomControl\ColorDropBox.xaml">
  494. <Generator>MSBuild:Compile</Generator>
  495. <SubType>Designer</SubType>
  496. </Page>
  497. <Page Include="CustomControl\ColorDropBoxPop.xaml">
  498. <Generator>MSBuild:Compile</Generator>
  499. <SubType>Designer</SubType>
  500. </Page>
  501. <Page Include="CustomControl\LoadingControl.xaml">
  502. <SubType>Designer</SubType>
  503. <Generator>MSBuild:Compile</Generator>
  504. </Page>
  505. <Page Include="CustomControl\NumericUpDown.xaml">
  506. <SubType>Designer</SubType>
  507. <Generator>MSBuild:Compile</Generator>
  508. </Page>
  509. <Page Include="CustomControl\PageTurningPreview.xaml">
  510. <SubType>Designer</SubType>
  511. <Generator>MSBuild:Compile</Generator>
  512. </Page>
  513. <Page Include="CustomControl\ToastControl.xaml">
  514. <Generator>MSBuild:Compile</Generator>
  515. <SubType>Designer</SubType>
  516. </Page>
  517. <Page Include="CustomControl\WritableComboBox.xaml">
  518. <SubType>Designer</SubType>
  519. <Generator>MSBuild:Compile</Generator>
  520. </Page>
  521. <Page Include="Styles\ComboxStyle.xaml">
  522. <SubType>Designer</SubType>
  523. <Generator>MSBuild:Compile</Generator>
  524. </Page>
  525. <Page Include="Styles\ContainerStyles\ComboxStyle\ComboxItemStyle.xaml">
  526. <SubType>Designer</SubType>
  527. <Generator>MSBuild:Compile</Generator>
  528. </Page>
  529. <Page Include="Styles\CustomBtnStyle.xaml">
  530. <Generator>MSBuild:Compile</Generator>
  531. <SubType>Designer</SubType>
  532. </Page>
  533. <Page Include="Styles\CustomListItemStyle.xaml">
  534. <SubType>Designer</SubType>
  535. <Generator>MSBuild:Compile</Generator>
  536. </Page>
  537. <Page Include="Styles\ExpanderStyle.xaml">
  538. <Generator>MSBuild:Compile</Generator>
  539. <SubType>Designer</SubType>
  540. </Page>
  541. <Page Include="Styles\ListBoxStyle.xaml">
  542. <Generator>MSBuild:Compile</Generator>
  543. <SubType>Designer</SubType>
  544. </Page>
  545. <Page Include="Styles\ListViewStyle.xaml">
  546. <Generator>MSBuild:Compile</Generator>
  547. <SubType>Designer</SubType>
  548. </Page>
  549. <Page Include="Styles\MenuStyle.xaml">
  550. <SubType>Designer</SubType>
  551. <Generator>MSBuild:Compile</Generator>
  552. </Page>
  553. <Page Include="Styles\SliderStyle.xaml">
  554. <Generator>MSBuild:Compile</Generator>
  555. <SubType>Designer</SubType>
  556. </Page>
  557. <Page Include="Styles\TabControlStyle.xaml">
  558. <SubType>Designer</SubType>
  559. <Generator>MSBuild:Compile</Generator>
  560. </Page>
  561. <Page Include="Styles\TextBoxStyle.xaml">
  562. <SubType>Designer</SubType>
  563. <Generator>MSBuild:Compile</Generator>
  564. </Page>
  565. <Page Include="Styles\WindowsStyle.xaml">
  566. <Generator>MSBuild:Compile</Generator>
  567. <SubType>Designer</SubType>
  568. </Page>
  569. <Page Include="Themes\Alias_Light.xaml">
  570. <SubType>Designer</SubType>
  571. <Generator>MSBuild:Compile</Generator>
  572. </Page>
  573. <Page Include="Themes\Generic.xaml">
  574. <Generator>MSBuild:Compile</Generator>
  575. <SubType>Designer</SubType>
  576. </Page>
  577. <Page Include="Themes\Global.xaml">
  578. <SubType>Designer</SubType>
  579. <Generator>XamlIntelliSenseFileGenerator</Generator>
  580. </Page>
  581. <Page Include="Views\BOTA\BookmarkContent.xaml">
  582. <SubType>Designer</SubType>
  583. <Generator>MSBuild:Compile</Generator>
  584. </Page>
  585. <Page Include="Views\BOTA\BOTAContent.xaml">
  586. <SubType>Designer</SubType>
  587. <Generator>MSBuild:Compile</Generator>
  588. </Page>
  589. <Page Include="Views\BottomToolContent.xaml">
  590. <SubType>Designer</SubType>
  591. <Generator>MSBuild:Compile</Generator>
  592. </Page>
  593. <Page Include="Views\Dialog\BOTA\AddBookmarkDialog.xaml">
  594. <SubType>Designer</SubType>
  595. <Generator>MSBuild:Compile</Generator>
  596. </Page>
  597. <Page Include="Views\Dialog\FullScreenWindow.xaml">
  598. <SubType>Designer</SubType>
  599. <Generator>MSBuild:Compile</Generator>
  600. </Page>
  601. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml">
  602. <SubType>Designer</SubType>
  603. <Generator>MSBuild:Compile</Generator>
  604. </Page>
  605. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml">
  606. <SubType>Designer</SubType>
  607. <Generator>MSBuild:Compile</Generator>
  608. </Page>
  609. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml">
  610. <SubType>Designer</SubType>
  611. <Generator>MSBuild:Compile</Generator>
  612. </Page>
  613. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml">
  614. <SubType>Designer</SubType>
  615. <Generator>MSBuild:Compile</Generator>
  616. </Page>
  617. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMutipleContent.xaml">
  618. <SubType>Designer</SubType>
  619. <Generator>MSBuild:Compile</Generator>
  620. </Page>
  621. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml">
  622. <SubType>Designer</SubType>
  623. <Generator>MSBuild:Compile</Generator>
  624. </Page>
  625. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml">
  626. <SubType>Designer</SubType>
  627. <Generator>MSBuild:Compile</Generator>
  628. </Page>
  629. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml">
  630. <SubType>Designer</SubType>
  631. <Generator>MSBuild:Compile</Generator>
  632. </Page>
  633. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml">
  634. <SubType>Designer</SubType>
  635. <Generator>MSBuild:Compile</Generator>
  636. </Page>
  637. <Page Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml">
  638. <Generator>MSBuild:Compile</Generator>
  639. <SubType>Designer</SubType>
  640. </Page>
  641. <Page Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml">
  642. <Generator>MSBuild:Compile</Generator>
  643. <SubType>Designer</SubType>
  644. </Page>
  645. <Page Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml">
  646. <Generator>MSBuild:Compile</Generator>
  647. <SubType>Designer</SubType>
  648. </Page>
  649. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml">
  650. <SubType>Designer</SubType>
  651. <Generator>MSBuild:Compile</Generator>
  652. </Page>
  653. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml">
  654. <SubType>Designer</SubType>
  655. <Generator>MSBuild:Compile</Generator>
  656. </Page>
  657. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml">
  658. <SubType>Designer</SubType>
  659. <Generator>MSBuild:Compile</Generator>
  660. </Page>
  661. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml">
  662. <SubType>Designer</SubType>
  663. <Generator>MSBuild:Compile</Generator>
  664. </Page>
  665. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml">
  666. <SubType>Designer</SubType>
  667. <Generator>MSBuild:Compile</Generator>
  668. </Page>
  669. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml">
  670. <SubType>Designer</SubType>
  671. <Generator>MSBuild:Compile</Generator>
  672. </Page>
  673. <Page Include="Views\Dialog\VerifyPassWordDialog.xaml">
  674. <SubType>Designer</SubType>
  675. <Generator>MSBuild:Compile</Generator>
  676. </Page>
  677. <Page Include="Views\FillAndSign\FillAndSignContent.xaml">
  678. <SubType>Designer</SubType>
  679. <Generator>MSBuild:Compile</Generator>
  680. </Page>
  681. <Page Include="Views\FillAndSign\PropertyPanel\DateFillProperty.xaml">
  682. <SubType>Designer</SubType>
  683. <Generator>MSBuild:Compile</Generator>
  684. </Page>
  685. <Page Include="Views\FillAndSign\PropertyPanel\ShapFillProperty.xaml">
  686. <SubType>Designer</SubType>
  687. <Generator>MSBuild:Compile</Generator>
  688. </Page>
  689. <Page Include="Views\FillAndSign\PropertyPanel\TextFillProperty.xaml">
  690. <SubType>Designer</SubType>
  691. <Generator>MSBuild:Compile</Generator>
  692. </Page>
  693. <Page Include="Views\HomeContent.xaml">
  694. <Generator>MSBuild:Compile</Generator>
  695. <SubType>Designer</SubType>
  696. </Page>
  697. <Page Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml">
  698. <SubType>Designer</SubType>
  699. <Generator>MSBuild:Compile</Generator>
  700. </Page>
  701. <Page Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml">
  702. <Generator>MSBuild:Compile</Generator>
  703. <SubType>Designer</SubType>
  704. </Page>
  705. <Page Include="Views\HomePanel\HomeCloudContent.xaml">
  706. <SubType>Designer</SubType>
  707. <Generator>MSBuild:Compile</Generator>
  708. </Page>
  709. <Page Include="Views\HomePanel\HomeGuidContent.xaml">
  710. <SubType>Designer</SubType>
  711. <Generator>MSBuild:Compile</Generator>
  712. </Page>
  713. <Page Include="Views\HomePanel\PDFTools\PDFToolItem.xaml">
  714. <Generator>MSBuild:Compile</Generator>
  715. <SubType>Designer</SubType>
  716. </Page>
  717. <Page Include="Views\HomePanel\HomeToolsContent.xaml">
  718. <SubType>Designer</SubType>
  719. <Generator>MSBuild:Compile</Generator>
  720. </Page>
  721. <Page Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml">
  722. <Generator>MSBuild:Compile</Generator>
  723. <SubType>Designer</SubType>
  724. </Page>
  725. <Page Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml">
  726. <SubType>Designer</SubType>
  727. <Generator>MSBuild:Compile</Generator>
  728. </Page>
  729. <Page Include="Views\HomePanel\PromotionContent.xaml">
  730. <Generator>MSBuild:Compile</Generator>
  731. <SubType>Designer</SubType>
  732. </Page>
  733. <Page Include="Views\HomePanel\RecentFiles\DocItemControl.xaml">
  734. <Generator>MSBuild:Compile</Generator>
  735. <SubType>Designer</SubType>
  736. </Page>
  737. <Page Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml">
  738. <Generator>MSBuild:Compile</Generator>
  739. <SubType>Designer</SubType>
  740. </Page>
  741. <Page Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml">
  742. <Generator>MSBuild:Compile</Generator>
  743. <SubType>Designer</SubType>
  744. </Page>
  745. <Page Include="Views\MainContent.xaml">
  746. <SubType>Designer</SubType>
  747. <Generator>MSBuild:Compile</Generator>
  748. </Page>
  749. <Page Include="Views\MainWindow.xaml">
  750. <Generator>MSBuild:Compile</Generator>
  751. <SubType>Designer</SubType>
  752. </Page>
  753. <Compile Include="App.xaml.cs">
  754. <DependentUpon>App.xaml</DependentUpon>
  755. <SubType>Code</SubType>
  756. </Compile>
  757. <Compile Include="ViewModels\HomeContentViewModel.cs" />
  758. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  759. <Compile Include="ViewModels\ViewContentViewModel.cs" />
  760. <Compile Include="Views\HomeContent.xaml.cs">
  761. <DependentUpon>HomeContent.xaml</DependentUpon>
  762. </Compile>
  763. <Compile Include="Views\MainWindow.xaml.cs">
  764. <DependentUpon>MainWindow.xaml</DependentUpon>
  765. <SubType>Code</SubType>
  766. </Compile>
  767. <Page Include="Views\PageEdit\PageEditContent.xaml">
  768. <Generator>MSBuild:Compile</Generator>
  769. <SubType>Designer</SubType>
  770. </Page>
  771. <Page Include="Views\PropertyPanel\AnnotPanel\CommonControls\ColorContent.xaml">
  772. <SubType>Designer</SubType>
  773. <Generator>MSBuild:Compile</Generator>
  774. </Page>
  775. <Page Include="Views\PropertyPanel\AnnotPanel\CommonControls\SlidContentPop.xaml">
  776. <Generator>MSBuild:Compile</Generator>
  777. <SubType>Designer</SubType>
  778. </Page>
  779. <Page Include="Views\PropertyPanel\AnnotPanel\FreehandAnnotProperty.xaml">
  780. <SubType>Designer</SubType>
  781. <Generator>MSBuild:Compile</Generator>
  782. </Page>
  783. <Page Include="Views\PropertyPanel\AnnotPanel\FreetextAnnotProperty.xaml">
  784. <SubType>Designer</SubType>
  785. <Generator>MSBuild:Compile</Generator>
  786. </Page>
  787. <Page Include="Views\PropertyPanel\AnnotPanel\ImageAnnotProperty.xaml">
  788. <SubType>Designer</SubType>
  789. <Generator>MSBuild:Compile</Generator>
  790. </Page>
  791. <Page Include="Views\PropertyPanel\AnnotPanel\LinkAnnotProperty.xaml">
  792. <SubType>Designer</SubType>
  793. <Generator>MSBuild:Compile</Generator>
  794. </Page>
  795. <Page Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml">
  796. <SubType>Designer</SubType>
  797. <Generator>MSBuild:Compile</Generator>
  798. </Page>
  799. <Page Include="Views\PropertyPanel\AnnotPanel\StampAnnotProperty.xaml">
  800. <SubType>Designer</SubType>
  801. <Generator>MSBuild:Compile</Generator>
  802. </Page>
  803. <Page Include="Views\PropertyPanel\AnnotPanel\TextAnnotProperty.xaml">
  804. <SubType>Designer</SubType>
  805. <Generator>MSBuild:Compile</Generator>
  806. </Page>
  807. <Page Include="Views\PropertyPanel\AnnotPanel\TextEditProperty.xaml">
  808. <SubType>Designer</SubType>
  809. <Generator>MSBuild:Compile</Generator>
  810. </Page>
  811. <Page Include="Views\PropertyPanel\AnnotPanel\CommonControls\SlidContent.xaml">
  812. <Generator>MSBuild:Compile</Generator>
  813. <SubType>Designer</SubType>
  814. </Page>
  815. <Page Include="Views\PropertyPanel\PropertyPanelContent.xaml">
  816. <SubType>Designer</SubType>
  817. <Generator>MSBuild:Compile</Generator>
  818. </Page>
  819. <Page Include="Views\Tools\AnnotToolContent.xaml">
  820. <SubType>Designer</SubType>
  821. <Generator>MSBuild:Compile</Generator>
  822. </Page>
  823. <Page Include="Views\Tools\ToolsBarContent.xaml">
  824. <SubType>Designer</SubType>
  825. <Generator>MSBuild:Compile</Generator>
  826. </Page>
  827. <Page Include="Views\ViewContent.xaml">
  828. <SubType>Designer</SubType>
  829. <Generator>MSBuild:Compile</Generator>
  830. </Page>
  831. </ItemGroup>
  832. <ItemGroup>
  833. <Compile Include="Properties\AssemblyInfo.cs">
  834. <SubType>Code</SubType>
  835. </Compile>
  836. <Compile Include="Properties\Settings.Designer.cs">
  837. <AutoGen>True</AutoGen>
  838. <DependentUpon>Settings.settings</DependentUpon>
  839. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  840. </Compile>
  841. <None Include="credentials.json">
  842. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  843. </None>
  844. <None Include="packages.config" />
  845. <None Include="Properties\Settings.settings">
  846. <Generator>SettingsSingleFileGenerator</Generator>
  847. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  848. </None>
  849. </ItemGroup>
  850. <ItemGroup>
  851. <None Include="App.config" />
  852. </ItemGroup>
  853. <ItemGroup>
  854. <Folder Include="Views\Dialog\Convertor\" />
  855. <Folder Include="Views\Edit\" />
  856. <Folder Include="Views\Forms\" />
  857. <Folder Include="Views\Scan\" />
  858. </ItemGroup>
  859. <ItemGroup>
  860. <Content Include="ComOCRKit.Desk.dll">
  861. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  862. </Content>
  863. <Content Include="ComPDFKit.Desk.dll">
  864. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  865. </Content>
  866. <Content Include="ComPDFKit.Viewer.dll">
  867. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  868. </Content>
  869. <Content Include="ComPDFKit_Conversion.dll">
  870. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  871. </Content>
  872. <Content Include="DotNetSpeech.dll">
  873. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  874. </Content>
  875. <Content Include="Dragablz.dll">
  876. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  877. </Content>
  878. <Resource Include="StyleAndTemplateList.txt" />
  879. <Resource Include="Resources\QuickToolIcon\Batch.png" />
  880. <Resource Include="Resources\HomeIcon\file_addition.png" />
  881. <Resource Include="Resources\HomeIcon\folderOpen.png" />
  882. <Resource Include="Resources\PromotionIcon\Android.png" />
  883. <Resource Include="Resources\PromotionIcon\ComPDFKit.png" />
  884. <Resource Include="Resources\PromotionIcon\ComVideoKit.png" />
  885. <Resource Include="Resources\PromotionIcon\FilmageEditor.png" />
  886. <Resource Include="Resources\PromotionIcon\FilmageScreen.png" />
  887. <Resource Include="Resources\PromotionIcon\FreePDFTemplates.png" />
  888. <Resource Include="Resources\PromotionIcon\IPhoneiPad.png" />
  889. <Resource Include="Resources\PromotionIcon\SignFlow.png" />
  890. <Resource Include="Resources\PromotionIcon\Windows.png" />
  891. <Resource Include="Resources\FilesType\ic_propertybar_file_pdf_lock.png" />
  892. <Resource Include="Resources\FilesType\ic_propertybar_file_png_Large.png" />
  893. <Resource Include="SDKLisence.xml" />
  894. <Content Include="index.html">
  895. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  896. </Content>
  897. <Resource Include="Resources\ToolBarIcon\MyTools\Arrow.png" />
  898. <Resource Include="Resources\ToolBarIcon\MyTools\Bookmark.png" />
  899. <Resource Include="Resources\ToolBarIcon\MyTools\Circle.png" />
  900. <Resource Include="Resources\ToolBarIcon\MyTools\Freehande.png" />
  901. <Resource Include="Resources\ToolBarIcon\MyTools\Freehande2.png" />
  902. <Resource Include="Resources\ToolBarIcon\MyTools\Hand.png" />
  903. <Resource Include="Resources\ToolBarIcon\MyTools\Highlight.png" />
  904. <Resource Include="Resources\ToolBarIcon\MyTools\Hyperlink.png" />
  905. <Resource Include="Resources\ToolBarIcon\MyTools\Image.png" />
  906. <Resource Include="Resources\ToolBarIcon\MyTools\Line.png" />
  907. <Resource Include="Resources\ToolBarIcon\MyTools\Note.png" />
  908. <Resource Include="Resources\ToolBarIcon\MyTools\Point.png" />
  909. <Resource Include="Resources\ToolBarIcon\MyTools\Rectangle.png" />
  910. <Resource Include="Resources\ToolBarIcon\MyTools\Selecttool.png" />
  911. <Resource Include="Resources\ToolBarIcon\MyTools\Stamp.png" />
  912. <Resource Include="Resources\ToolBarIcon\MyTools\Textbox.png" />
  913. <Resource Include="Resources\ToolBarIcon\MyTools\wavyline2.png" />
  914. <Resource Include="Resources\BOTA\empty_bookmark.png" />
  915. <Resource Include="Resources\PropertyPanel\colorIcon.png" />
  916. <Content Include="SystemService\PreviewHandler.dll">
  917. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  918. </Content>
  919. <Content Include="SystemService\PreviewHandlerx86.dll">
  920. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  921. </Content>
  922. <Content Include="SystemService\TechPDFKitBase.dll">
  923. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  924. </Content>
  925. <Content Include="SystemService\ThumbnailProvider.dll">
  926. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  927. </Content>
  928. <Content Include="SystemService\ThumbnailProviderx86.dll">
  929. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  930. </Content>
  931. <Content Include="x64\ComPDFKit.dll">
  932. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  933. </Content>
  934. <Content Include="x64\CPDFConverterNative.dll">
  935. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  936. </Content>
  937. <Content Include="x64\libhpdf.dll">
  938. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  939. </Content>
  940. <Content Include="x64\libpng16.dll">
  941. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  942. </Content>
  943. <Content Include="x64\TechPDFKit.dll">
  944. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  945. </Content>
  946. <Content Include="x64\TechPdfToOffice.dll">
  947. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  948. </Content>
  949. <Content Include="x64\vcruntime140.dll">
  950. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  951. </Content>
  952. <Content Include="x64\zlib1.dll">
  953. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  954. </Content>
  955. <Content Include="x86\ComPDFKit.dll">
  956. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  957. </Content>
  958. <Content Include="x86\CPDFConverterNative.dll">
  959. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  960. </Content>
  961. <Content Include="x86\libhpdf.dll">
  962. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  963. </Content>
  964. <Content Include="x86\libpng16.dll">
  965. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  966. </Content>
  967. <Content Include="x86\TechPDFKit.dll">
  968. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  969. </Content>
  970. <Content Include="x86\TechPDFToOffice.dll">
  971. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  972. </Content>
  973. <Content Include="x86\vcruntime140.dll">
  974. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  975. </Content>
  976. <Content Include="x86\zlib1.dll">
  977. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  978. </Content>
  979. </ItemGroup>
  980. <ItemGroup>
  981. <ProjectReference Include="..\PDFSettings\PDFSettings.csproj">
  982. <Project>{bee73aae-9a2c-446b-b64d-3a8f042c985d}</Project>
  983. <Name>PDFSettings</Name>
  984. </ProjectReference>
  985. </ItemGroup>
  986. <ItemGroup>
  987. <EmbeddedResource Include="Properties\Resources.resx">
  988. <Generator>ResXFileCodeGenerator</Generator>
  989. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  990. </EmbeddedResource>
  991. </ItemGroup>
  992. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  993. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  994. <PropertyGroup>
  995. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  996. </PropertyGroup>
  997. <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'))" />
  998. </Target>
  999. <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')" />
  1000. </Project>