PDF Office.csproj 51 KB

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