PDF Office.csproj 83 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="packages\Xamarin.Forms.5.0.0.2012\build\Xamarin.Forms.props" Condition="Exists('packages\Xamarin.Forms.5.0.0.2012\build\Xamarin.Forms.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{F3A2111D-9EAF-4ECE-9A92-B7F21D429DCD}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>PDF_Office</RootNamespace>
  11. <AssemblyName>PDF Office</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>embedded</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="ComOCRKit.Desk, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>.\ComOCRKit.Desk.dll</HintPath>
  47. </Reference>
  48. <Reference Include="ComPDFKit.Desk, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>.\ComPDFKit.Desk.dll</HintPath>
  51. </Reference>
  52. <Reference Include="ComPDFKit.Viewer, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>.\ComPDFKit.Viewer.dll</HintPath>
  55. </Reference>
  56. <Reference Include="ComPDFKit_Conversion, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>.\ComPDFKit_Conversion.dll</HintPath>
  59. </Reference>
  60. <Reference Include="DotNetSpeech, Version=5.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <EmbedInteropTypes>True</EmbedInteropTypes>
  63. <HintPath>.\DotNetSpeech.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Dragablz, Version=0.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>.\Dragablz.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Dropbox.Api, Version=6.33.0.0, Culture=neutral, PublicKeyToken=310f0e82fbb45d01, processorArchitecture=MSIL">
  70. <HintPath>packages\Dropbox.Api.6.33.0\lib\netstandard2.0\Dropbox.Api.dll</HintPath>
  71. </Reference>
  72. <Reference Include="DryIoc, Version=4.7.7.0, Culture=neutral, PublicKeyToken=dfbf2bd50fcf7768, processorArchitecture=MSIL">
  73. <HintPath>packages\DryIoc.dll.4.7.7\lib\net45\DryIoc.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Google.Apis, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  76. <HintPath>packages\Google.Apis.1.57.0\lib\net45\Google.Apis.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Google.Apis.Auth, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  79. <HintPath>packages\Google.Apis.Auth.1.57.0\lib\net461\Google.Apis.Auth.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Google.Apis.Auth.PlatformServices, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  82. <HintPath>packages\Google.Apis.Auth.1.57.0\lib\net461\Google.Apis.Auth.PlatformServices.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Google.Apis.Core, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  85. <HintPath>packages\Google.Apis.Core.1.57.0\lib\net45\Google.Apis.Core.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Google.Apis.Drive.v3, Version=1.57.0.2859, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  88. <HintPath>packages\Google.Apis.Drive.v3.1.57.0.2859\lib\net45\Google.Apis.Drive.v3.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Google.Apis.PlatformServices, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  91. <HintPath>packages\Google.Apis.1.57.0\lib\net45\Google.Apis.PlatformServices.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Microsoft.AppCenter, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272, processorArchitecture=MSIL">
  94. <HintPath>packages\Microsoft.AppCenter.4.5.0\lib\net461\Microsoft.AppCenter.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Microsoft.AppCenter.Analytics, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272, processorArchitecture=MSIL">
  97. <HintPath>packages\Microsoft.AppCenter.Analytics.4.5.0\lib\net461\Microsoft.AppCenter.Analytics.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Microsoft.AppCenter.Crashes, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272, processorArchitecture=MSIL">
  100. <HintPath>packages\Microsoft.AppCenter.Crashes.4.5.0\lib\net461\Microsoft.AppCenter.Crashes.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  103. <HintPath>packages\Microsoft.Office.Interop.Excel.15.0.4795.1001\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
  104. <EmbedInteropTypes>True</EmbedInteropTypes>
  105. </Reference>
  106. <Reference Include="Microsoft.Office.Interop.PowerPoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  107. <HintPath>packages\Microsoft.Office.Interop.PowerPoint.15.0.4420.1018\lib\net20\Microsoft.Office.Interop.PowerPoint.dll</HintPath>
  108. <EmbedInteropTypes>True</EmbedInteropTypes>
  109. </Reference>
  110. <Reference Include="Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  111. <HintPath>packages\Microsoft.Office.Interop.Word.15.0.4797.1004\lib\net20\Microsoft.Office.Interop.Word.dll</HintPath>
  112. <EmbedInteropTypes>True</EmbedInteropTypes>
  113. </Reference>
  114. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  115. <HintPath>packages\Microsoft.Xaml.Behaviors.Wpf.1.1.31\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  116. </Reference>
  117. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  118. <HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  119. </Reference>
  120. <Reference Include="office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  121. <EmbedInteropTypes>True</EmbedInteropTypes>
  122. </Reference>
  123. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  124. <HintPath>packages\Prism.Core.8.1.97\lib\net461\Prism.dll</HintPath>
  125. </Reference>
  126. <Reference Include="Prism.DryIoc.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  127. <HintPath>packages\Prism.DryIoc.8.1.97\lib\net461\Prism.DryIoc.Wpf.dll</HintPath>
  128. </Reference>
  129. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  130. <HintPath>packages\Prism.Wpf.8.1.97\lib\net461\Prism.Wpf.dll</HintPath>
  131. </Reference>
  132. <Reference Include="SQLitePCLRaw.batteries_v2, Version=2.0.2.669, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL">
  133. <HintPath>packages\SQLitePCLRaw.bundle_green.2.0.2\lib\net461\SQLitePCLRaw.batteries_v2.dll</HintPath>
  134. </Reference>
  135. <Reference Include="SQLitePCLRaw.core, Version=2.0.2.669, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
  136. <HintPath>packages\SQLitePCLRaw.core.2.0.2\lib\netstandard2.0\SQLitePCLRaw.core.dll</HintPath>
  137. </Reference>
  138. <Reference Include="SQLitePCLRaw.nativelibrary, Version=2.0.2.669, Culture=neutral, PublicKeyToken=502ed628492ab262, processorArchitecture=MSIL">
  139. <HintPath>packages\SQLitePCLRaw.bundle_green.2.0.2\lib\net461\SQLitePCLRaw.nativelibrary.dll</HintPath>
  140. </Reference>
  141. <Reference Include="SQLitePCLRaw.provider.dynamic_cdecl, Version=2.0.2.669, Culture=neutral, PublicKeyToken=b68184102cba0b3b, processorArchitecture=MSIL">
  142. <HintPath>packages\SQLitePCLRaw.provider.dynamic_cdecl.2.0.2\lib\netstandard2.0\SQLitePCLRaw.provider.dynamic_cdecl.dll</HintPath>
  143. </Reference>
  144. <Reference Include="System" />
  145. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  146. <HintPath>packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  147. </Reference>
  148. <Reference Include="System.Configuration" />
  149. <Reference Include="System.Data" />
  150. <Reference Include="System.Deployment" />
  151. <Reference Include="System.Drawing" />
  152. <Reference Include="System.Management" />
  153. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  154. <HintPath>packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  155. </Reference>
  156. <Reference Include="System.Numerics" />
  157. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  158. <HintPath>packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  159. </Reference>
  160. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  161. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  162. </Reference>
  163. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  164. <HintPath>packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  165. </Reference>
  166. <Reference Include="System.Windows.Forms" />
  167. <Reference Include="System.Xml" />
  168. <Reference Include="Microsoft.CSharp" />
  169. <Reference Include="System.Core" />
  170. <Reference Include="System.Xml.Linq" />
  171. <Reference Include="System.Data.DataSetExtensions" />
  172. <Reference Include="System.Net.Http" />
  173. <Reference Include="System.Xaml">
  174. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  175. </Reference>
  176. <Reference Include="VirtualizingWrapPanel, Version=1.5.7.0, Culture=neutral, processorArchitecture=MSIL">
  177. <SpecificVersion>False</SpecificVersion>
  178. <HintPath>packages\VirtualizingWrapPanel.1.5.7\lib\net452\VirtualizingWrapPanel.dll</HintPath>
  179. </Reference>
  180. <Reference Include="WindowsBase" />
  181. <Reference Include="PresentationCore" />
  182. <Reference Include="PresentationFramework" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <ApplicationDefinition Include="App.xaml">
  186. <Generator>MSBuild:Compile</Generator>
  187. <SubType>Designer</SubType>
  188. </ApplicationDefinition>
  189. <Compile Include="CustomControl\AlertsMessage.xaml.cs">
  190. <DependentUpon>AlertsMessage.xaml</DependentUpon>
  191. </Compile>
  192. <Compile Include="CustomControl\ColorDropBox.xaml.cs">
  193. <DependentUpon>ColorDropBox.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="CustomControl\ColorDropBoxPop.xaml.cs">
  196. <DependentUpon>ColorDropBoxPop.xaml</DependentUpon>
  197. </Compile>
  198. <Compile Include="CustomControl\CommonWritableComboBox.xaml.cs">
  199. <DependentUpon>CommonWritableComboBox.xaml</DependentUpon>
  200. </Compile>
  201. <Compile Include="CustomControl\CustomIconToggleBtn.cs" />
  202. <Compile Include="CustomControl\DialogContent.cs" />
  203. <Compile Include="CustomControl\IconAndTextTabItem.cs" />
  204. <Compile Include="CustomControl\ListBoxItemToolBar.cs" />
  205. <Compile Include="CustomControl\MessageBoxEx.cs" />
  206. <Compile Include="CustomControl\NumericUpDown.xaml.cs">
  207. <DependentUpon>NumericUpDown.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="CustomControl\PageControl.xaml.cs">
  210. <DependentUpon>PageControl.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="CustomControl\PageTurningPreview.xaml.cs">
  213. <DependentUpon>PageTurningPreview.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="CustomControl\SystemControl\CustomCommandAction .cs" />
  216. <Compile Include="CustomControl\SystemControl\RoutedEventTrigger.cs" />
  217. <Compile Include="CustomControl\ToastControl.xaml.cs">
  218. <DependentUpon>ToastControl.xaml</DependentUpon>
  219. </Compile>
  220. <Compile Include="CustomControl\WritableComboBox.xaml.cs">
  221. <DependentUpon>WritableComboBox.xaml</DependentUpon>
  222. </Compile>
  223. <Compile Include="DataConvert\FileFormatToIconConvert.cs" />
  224. <Compile Include="DataConvert\FileToImageSourceConvert.cs" />
  225. <Compile Include="DataConvert\InvertBoolConvert.cs" />
  226. <Compile Include="DataConvert\ObjectConvert.cs" />
  227. <Compile Include="DataConvert\PropertyPanelVisible.cs" />
  228. <Compile Include="DataConvert\StringToVisibleConvert.cs" />
  229. <Compile Include="DataConvert\UnVisivleConvert.cs" />
  230. <Compile Include="EventAggregators\EditToolsEvent.cs" />
  231. <Compile Include="EventAggregators\PageEditNotifyEvent.cs" />
  232. <Compile Include="EventAggregators\PageEditRefreshEvent.cs" />
  233. <Compile Include="Helper\ConverterHelper.cs" />
  234. <Compile Include="Helper\EditToolsHelper.cs" />
  235. <Compile Include="Helper\AdvancedInvokeCommandAction.cs" />
  236. <Compile Include="Helper\ArrowHelper.cs" />
  237. <Compile Include="Helper\HomePageEditHelper.cs" />
  238. <Compile Include="Helper\ObservableDictionary.cs" />
  239. <Compile Include="Helper\PasswordBoxHelper.cs" />
  240. <Compile Include="Helper\SDKLisenceHelper.cs" />
  241. <Compile Include="Helper\PictureConverter.cs" />
  242. <Compile Include="Helper\SetterAction.cs" />
  243. <Compile Include="Helper\SettingHelper.cs" />
  244. <Compile Include="Helper\ToolMethod.cs" />
  245. <Compile Include="Model\CloudDrive\CloudDriveItem.cs" />
  246. <Compile Include="Model\CloudDrive\CloudFiles.cs" />
  247. <Compile Include="Model\DialogNames.cs" />
  248. <Compile Include="CustomControl\SystemControl\InterTabClient.cs" />
  249. <Compile Include="CustomControl\LoadingControl.xaml.cs">
  250. <DependentUpon>LoadingControl.xaml</DependentUpon>
  251. </Compile>
  252. <Compile Include="Model\Dialog\ConverterDialogs\ConverterCSVDialogModel.cs" />
  253. <Compile Include="Model\Dialog\ConverterDialogs\ConverterDialogsModel.cs" />
  254. <Compile Include="Model\Dialog\ConverterDialogs\ConverterExcelDialogModel.cs" />
  255. <Compile Include="Model\Dialog\ConverterDialogs\ConverterHTMLDialogModel.cs" />
  256. <Compile Include="Model\Dialog\ConverterDialogs\ConverterImgDialogModel.cs" />
  257. <Compile Include="Model\Dialog\ConverterDialogs\ConverterPPTDialogModel.cs" />
  258. <Compile Include="Model\Dialog\ConverterDialogs\ConverterRTFDialogModel.cs" />
  259. <Compile Include="Model\Dialog\ConverterDialogs\ConverterTextDialogModel.cs" />
  260. <Compile Include="Model\Dialog\ConverterDialogs\ConverterWordDialogModel.cs" />
  261. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialogModel.cs" />
  262. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialogModel.cs" />
  263. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSVModel.cs" />
  264. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialogModel.cs" />
  265. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcelModel.cs" />
  266. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterHTMLModel.cs" />
  267. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImgModel.cs" />
  268. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterPPTModel.cs" />
  269. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterRTFModel.cs" />
  270. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterTextModel.cs" />
  271. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWordModel.cs" />
  272. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialogModel.cs" />
  273. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogModel.cs" />
  274. <Compile Include="Model\Dialog\ToolsDialogs\CompressDialogModel\CompressDialogModel.cs" />
  275. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogModel.cs" />
  276. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettintgsModel.cs" />
  277. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogModel.cs" />
  278. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageExtractDialogModel.cs" />
  279. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageInsertDialogModel.cs" />
  280. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogModel.cs" />
  281. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageSplitDialogModel.cs" />
  282. <Compile Include="Model\EditTools\Background\BackgroundCreateModel.cs" />
  283. <Compile Include="Model\EditTools\Background\BackgroundTemplateListModel.cs" />
  284. <Compile Include="Model\EditTools\Bates\BatesCreateModel.cs" />
  285. <Compile Include="Model\EditTools\HeaderFooter\HeaderFooterCreateModel.cs" />
  286. <Compile Include="Model\EditTools\Watermark\WatermarkCreateModel.cs" />
  287. <Compile Include="Model\EditTools\Watermark\WatermarkTemplateListModel.cs" />
  288. <Compile Include="Model\PageEdit\CustomInsertModel.cs" />
  289. <Compile Include="Model\PageEdit\CustomPageItem.cs" />
  290. <Compile Include="Model\PageEdit\ExtractModel.cs" />
  291. <Compile Include="Model\PageEdit\PageEditItem.cs" />
  292. <Compile Include="Model\ParameterNames.cs" />
  293. <Compile Include="Model\PDFTool\ToolItem.cs" />
  294. <Compile Include="Model\RegionNames.cs" />
  295. <Compile Include="CustomControl\SystemControl\TabablzRegionBehavior.cs" />
  296. <Compile Include="DataConvert\BoolToVisible.cs" />
  297. <Compile Include="DataConvert\VisibleToBoolConvert.cs" />
  298. <Compile Include="EventAggregators\DragablzWindowEvent.cs" />
  299. <Compile Include="EventAggregators\OpenFileEvent.cs" />
  300. <Compile Include="Helper\CommomEvent.cs" />
  301. <Compile Include="Helper\CommonHelper.cs" />
  302. <Compile Include="Properties\Resources.Designer.cs">
  303. <DependentUpon>Resources.resx</DependentUpon>
  304. <DesignTime>True</DesignTime>
  305. <AutoGen>True</AutoGen>
  306. </Compile>
  307. <Compile Include="Settings.cs" />
  308. <Compile Include="ViewModels\EditTools\Bates\BatesContentViewModel.cs" />
  309. <Compile Include="ViewModels\EditTools\Bates\BatesCreateContentViewModel.cs" />
  310. <Compile Include="ViewModels\EditTools\Bates\BatesDocumentContentViewModel.cs" />
  311. <Compile Include="ViewModels\EditTools\Bates\BatesTemplateListContentViewModel.cs" />
  312. <Compile Include="ViewModels\BOTA\BookmarkContentViewModel.cs" />
  313. <Compile Include="ViewModels\Dialog\BOTA\AddBookmarkDialogViewModel.cs" />
  314. <Compile Include="ViewModels\Dialog\BOTA\BookmarkInfoDialogViewModel.cs" />
  315. <Compile Include="ViewModels\EditTools\Background\BackgroundContentViewModel.cs" />
  316. <Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
  317. <Compile Include="ViewModels\BottomToolContentViewModel.cs" />
  318. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterProgressBarDialogViewModel.cs" />
  319. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterCSVDialogViewModel.cs" />
  320. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterExcelDialogViewModel.cs" />
  321. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterHTMLDialogViewModel.cs" />
  322. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterImgDialogViewModel.cs" />
  323. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterPPTDialogViewModel.cs" />
  324. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterRTFDialogViewModel.cs" />
  325. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterTextDialogViewModel.cs" />
  326. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterWordDialogViewModel.cs" />
  327. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialogViewModel.cs" />
  328. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSVViewModel.cs" />
  329. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcelViewModel.cs" />
  330. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImgViewModel.cs" />
  331. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWordViewModel.cs" />
  332. <Compile Include="ViewModels\EditTools\Background\BackgroundCreateBaseContentViewModel.cs" />
  333. <Compile Include="ViewModels\EditTools\Background\BackgroundCreateColorContentViewModel.cs" />
  334. <Compile Include="ViewModels\EditTools\Background\BackgroundCreateFileContentViewModel.cs" />
  335. <Compile Include="ViewModels\EditTools\Background\BackgroundDocumentContentViewModel.cs" />
  336. <Compile Include="ViewModels\EditTools\Background\BackgroundTemplateListBaseContentViewModel.cs" />
  337. <Compile Include="ViewModels\EditTools\Background\BackgroundTemplateListColorContentViewModel.cs" />
  338. <Compile Include="ViewModels\EditTools\Background\BackgroundTemplateListFileContentViewModel.cs" />
  339. <Compile Include="ViewModels\EditTools\HeaderFooter\HeaderFooterContentViewModel.cs" />
  340. <Compile Include="ViewModels\EditTools\HeaderFooter\HeaderFooterCreateContentViewModel.cs" />
  341. <Compile Include="ViewModels\EditTools\HeaderFooter\HeaderFooterDocumentContentViewModel.cs" />
  342. <Compile Include="ViewModels\EditTools\HeaderFooter\HeaderFooterTemplateListContentViewModel.cs" />
  343. <Compile Include="ViewModels\EditTools\Redaction\RedactionContentViewModel.cs" />
  344. <Compile Include="ViewModels\EditTools\Redaction\RedactionDocumentContentViewModel.cs" />
  345. <Compile Include="ViewModels\HomePanel\RecentFiles\RecentFilesContentViewModel.cs" />
  346. <Compile Include="ViewModels\Tools\ConverterBarContentViewModel.cs" />
  347. <Compile Include="ViewModels\Dialog\ExtractDialogViewModel.cs" />
  348. <Compile Include="ViewModels\Dialog\FullScreenWindowViewModel.cs" />
  349. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialogViewModel.cs" />
  350. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialogViewModel.cs" />
  351. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialogViewModel.cs" />
  352. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContentViewModel.cs" />
  353. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMultipleContentViewModel.cs" />
  354. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContentViewModel.cs" />
  355. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContentViewModel.cs" />
  356. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialogViewModel.cs" />
  357. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\ModInfoSendEvent.cs" />
  358. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageSplitDialogViewModel.cs" />
  359. <Compile Include="ViewModels\Dialog\PageEditDialogs\ExtractDialogViewModel.cs" />
  360. <Compile Include="ViewModels\Dialog\PageEditDialogs\InsertDialogViewModel.cs" />
  361. <Compile Include="ViewModels\Dialog\PageEditDialogs\SplitDialogViewModel.cs" />
  362. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogViewModel.cs" />
  363. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressDialogViewModel.cs" />
  364. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialogViewModel.cs" />
  365. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialogViewModel.cs" />
  366. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogViewModel.cs" />
  367. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogViewModel.cs" />
  368. <Compile Include="ViewModels\Dialog\VerifyPassWordDialogViewModel.cs" />
  369. <Compile Include="ViewModels\FillAndSign\FillAndSignContentViewModel.cs" />
  370. <Compile Include="ViewModels\FillAndSign\PropertyPanel\DateFillPropertyViewModel.cs" />
  371. <Compile Include="ViewModels\FillAndSign\PropertyPanel\ShapFillPropertyViewModel.cs" />
  372. <Compile Include="ViewModels\FillAndSign\PropertyPanel\TextFillPropertyViewModel.cs" />
  373. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveContentViewModel.cs" />
  374. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveManager.cs" />
  375. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudFilesContentViewModel.cs" />
  376. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\DropbBoxManager.cs" />
  377. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\DropbBoxUserItem.cs" />
  378. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\GoogleDriveManager.cs" />
  379. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\GoogleDriveUserItem.cs" />
  380. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogViewModel.cs" />
  381. <Compile Include="ViewModels\HomePanel\HomeCloudContentViewModel.cs" />
  382. <Compile Include="ViewModels\HomePanel\HomeGuidContentViewModel.cs" />
  383. <Compile Include="ViewModels\HomePanel\HomeToolsContentViewModel.cs" />
  384. <Compile Include="ViewModels\MainContentViewModel.cs" />
  385. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageExtractDialogViewModel.cs" />
  386. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageInsertDialogViewModel.cs" />
  387. <Compile Include="ViewModels\PageEdit\PageEditContentViewModel.cs" />
  388. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\FreehandAnnotPropertyViewModel.cs" />
  389. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\FreetextAnnotPropertyViewModel.cs" />
  390. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\ImageAnnotPropertyViewModel.cs" />
  391. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\LinkAnnotPropertyViewModel.cs" />
  392. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\SharpsAnnotPropertyViewModel.cs" />
  393. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\StampAnnotPropertyViewModel.cs" />
  394. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\TextAnnotPropertyViewModel.cs" />
  395. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\TextEditPropertyViewModel.cs" />
  396. <Compile Include="ViewModels\PropertyPanel\PropertyPanelContentViewModel.cs" />
  397. <Compile Include="ViewModels\PropertyPanel\ViewModular\ReadModeContentViewModel.cs" />
  398. <Compile Include="ViewModels\PropertyPanel\ViewModular\SplitScreenContentViewModel.cs" />
  399. <Compile Include="ViewModels\PropertyPanel\ViewModular\ThemesContentViewModel.cs" />
  400. <Compile Include="ViewModels\PropertyPanel\ViewModular\ViewModularContentViewModel.cs" />
  401. <Compile Include="ViewModels\Tools\AnnotToolContentViewModel.cs" />
  402. <Compile Include="ViewModels\Tools\AnnotToolContentViewModel.Function.cs" />
  403. <Compile Include="ViewModels\Tools\AnnotToolContentViewModel.Properties.cs" />
  404. <Compile Include="ViewModels\Tools\ToolsBarContentViewModel.cs" />
  405. <Compile Include="ViewModels\EditTools\Watermark\WatermarkContentViewModel.cs" />
  406. <Compile Include="ViewModels\EditTools\Watermark\WatermarkCreateBaseContentViewModel.cs" />
  407. <Compile Include="ViewModels\EditTools\Watermark\WatermarkCreateFileContentViewModel.cs" />
  408. <Compile Include="ViewModels\EditTools\Watermark\WatermarkCreateTextContentViewModel.cs" />
  409. <Compile Include="ViewModels\EditTools\Watermark\WatermarkTemplateListBaseContentViewModel.cs" />
  410. <Compile Include="ViewModels\EditTools\Watermark\WatermarkTemplateListFileContentViewModel.cs" />
  411. <Compile Include="ViewModels\EditTools\Watermark\WatermarkTemplateListTextContentViewModel.cs" />
  412. <Compile Include="Views\BOTA\BookmarkContent.xaml.cs">
  413. <DependentUpon>BookmarkContent.xaml</DependentUpon>
  414. </Compile>
  415. <Compile Include="ViewModels\EditTools\Watermark\WatermarkDocumentContentViewModel.cs" />
  416. <Compile Include="Views\BOTA\BOTAContent.xaml.cs">
  417. <DependentUpon>BOTAContent.xaml</DependentUpon>
  418. </Compile>
  419. <Compile Include="Views\BottomToolContent.xaml.cs">
  420. <DependentUpon>BottomToolContent.xaml</DependentUpon>
  421. </Compile>
  422. <Compile Include="Views\Dialog\ConverterDialogs\ConverterCSVDialog.xaml.cs">
  423. <DependentUpon>ConverterCSVDialog.xaml</DependentUpon>
  424. </Compile>
  425. <Compile Include="Views\Dialog\ConverterDialogs\ConverterExcelDialog.xaml.cs">
  426. <DependentUpon>ConverterExcelDialog.xaml</DependentUpon>
  427. </Compile>
  428. <Compile Include="Views\Dialog\ConverterDialogs\ConverterHTMLDialog.xaml.cs">
  429. <DependentUpon>ConverterHTMLDialog.xaml</DependentUpon>
  430. </Compile>
  431. <Compile Include="Views\Dialog\ConverterDialogs\ConverterImgDialog.xaml.cs">
  432. <DependentUpon>ConverterImgDialog.xaml</DependentUpon>
  433. </Compile>
  434. <Compile Include="Views\Dialog\ConverterDialogs\ConverterPPTDialog.xaml.cs">
  435. <DependentUpon>ConverterPPTDialog.xaml</DependentUpon>
  436. </Compile>
  437. <Compile Include="Views\Dialog\ConverterDialogs\ConverterProgressBarDialog.xaml.cs">
  438. <DependentUpon>ConverterProgressBarDialog.xaml</DependentUpon>
  439. </Compile>
  440. <Compile Include="Views\Dialog\ConverterDialogs\ConverterRTFDialog.xaml.cs">
  441. <DependentUpon>ConverterRTFDialog.xaml</DependentUpon>
  442. </Compile>
  443. <Compile Include="Views\Dialog\ConverterDialogs\ConverterTextDialog.xaml.cs">
  444. <DependentUpon>ConverterTextDialog.xaml</DependentUpon>
  445. </Compile>
  446. <Compile Include="Views\Dialog\ConverterDialogs\ConverterWordDialog.xaml.cs">
  447. <DependentUpon>ConverterWordDialog.xaml</DependentUpon>
  448. </Compile>
  449. <Compile Include="Views\Dialog\BOTA\AddBookmarkDialog.xaml.cs">
  450. <DependentUpon>AddBookmarkDialog.xaml</DependentUpon>
  451. </Compile>
  452. <Compile Include="Views\Dialog\BOTA\BookmarkInfoDialog.xaml.cs">
  453. <DependentUpon>BookmarkInfoDialog.xaml</DependentUpon>
  454. </Compile>
  455. <Compile Include="Views\Dialog\FullScreenWindow.xaml.cs">
  456. <DependentUpon>FullScreenWindow.xaml</DependentUpon>
  457. </Compile>
  458. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialog.xaml.cs">
  459. <DependentUpon>HomePageBatchProcessingDialog.xaml</DependentUpon>
  460. </Compile>
  461. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialog.xaml.cs">
  462. <DependentUpon>HomePageCompressDialog.xaml</DependentUpon>
  463. </Compile>
  464. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSV.xaml.cs">
  465. <DependentUpon>HomePageConverterCSV.xaml</DependentUpon>
  466. </Compile>
  467. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialog.xaml.cs">
  468. <DependentUpon>HomePageConverterDialog.xaml</DependentUpon>
  469. </Compile>
  470. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcel.xaml.cs">
  471. <DependentUpon>HomePageConverterExcel.xaml</DependentUpon>
  472. </Compile>
  473. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImg.xaml.cs">
  474. <DependentUpon>HomePageConverterImg.xaml</DependentUpon>
  475. </Compile>
  476. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWord.xaml.cs">
  477. <DependentUpon>HomePageConverterWord.xaml</DependentUpon>
  478. </Compile>
  479. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialog.xaml.cs">
  480. <DependentUpon>HomePageSetPasswordDialog.xaml</DependentUpon>
  481. </Compile>
  482. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml.cs">
  483. <DependentUpon>HomePageExtractDialog.xaml</DependentUpon>
  484. </Compile>
  485. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml.cs">
  486. <DependentUpon>HomePageInsertDialog.xaml</DependentUpon>
  487. </Compile>
  488. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml.cs">
  489. <DependentUpon>HomePagePictureToPDFDialog.xaml</DependentUpon>
  490. </Compile>
  491. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml.cs">
  492. <DependentUpon>HomePagePrinterModBookletContent.xaml</DependentUpon>
  493. </Compile>
  494. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMultipleContent.xaml.cs">
  495. <DependentUpon>HomePagePrinterModMultipleContent.xaml</DependentUpon>
  496. </Compile>
  497. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml.cs">
  498. <DependentUpon>HomePagePrinterModPosterContent.xaml</DependentUpon>
  499. </Compile>
  500. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml.cs">
  501. <DependentUpon>HomePagePrinterModSizeContent.xaml</DependentUpon>
  502. </Compile>
  503. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml.cs">
  504. <DependentUpon>HomePagePrinterPageSetDialog.xaml</DependentUpon>
  505. </Compile>
  506. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml.cs">
  507. <DependentUpon>HomePageSplitDialog.xaml</DependentUpon>
  508. </Compile>
  509. <Compile Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml.cs">
  510. <DependentUpon>ExtractDialog.xaml</DependentUpon>
  511. </Compile>
  512. <Compile Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml.cs">
  513. <DependentUpon>InsertDialog.xaml</DependentUpon>
  514. </Compile>
  515. <Compile Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml.cs">
  516. <DependentUpon>SplitDialog.xaml</DependentUpon>
  517. </Compile>
  518. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml.cs">
  519. <DependentUpon>HomePagePrinterDialog.xaml</DependentUpon>
  520. </Compile>
  521. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml.cs">
  522. <DependentUpon>CompressDialog.xaml</DependentUpon>
  523. </Compile>
  524. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml.cs">
  525. <DependentUpon>CompressProgressBarDialog.xaml</DependentUpon>
  526. </Compile>
  527. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml.cs">
  528. <DependentUpon>CheckPasswordDialog.xaml</DependentUpon>
  529. </Compile>
  530. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml.cs">
  531. <DependentUpon>DeleteSafetySettingsDialog.xaml</DependentUpon>
  532. </Compile>
  533. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml.cs">
  534. <DependentUpon>SetPasswordDialog.xaml</DependentUpon>
  535. </Compile>
  536. <Compile Include="Views\Dialog\VerifyPassWordDialog.xaml.cs">
  537. <DependentUpon>VerifyPassWordDialog.xaml</DependentUpon>
  538. </Compile>
  539. <Compile Include="Views\EditTools\Redaction\RedactionContent.xaml.cs">
  540. <DependentUpon>RedactionContent.xaml</DependentUpon>
  541. </Compile>
  542. <Compile Include="Views\EditTools\Redaction\RedactionDocumentContent.xaml.cs">
  543. <DependentUpon>RedactionDocumentContent.xaml</DependentUpon>
  544. </Compile>
  545. <Compile Include="Views\EditTools\Bates\BatesContent.xaml.cs">
  546. <DependentUpon>BatesContent.xaml</DependentUpon>
  547. </Compile>
  548. <Compile Include="Views\EditTools\Bates\BatesCreateContent.xaml.cs">
  549. <DependentUpon>BatesCreateContent.xaml</DependentUpon>
  550. </Compile>
  551. <Compile Include="Views\EditTools\Bates\BatesDocumentContent.xaml.cs">
  552. <DependentUpon>BatesDocumentContent.xaml</DependentUpon>
  553. </Compile>
  554. <Compile Include="Views\EditTools\Bates\BatesTemplateListContent.xaml.cs">
  555. <DependentUpon>BatesTemplateListContent.xaml</DependentUpon>
  556. </Compile>
  557. <Compile Include="Views\EditTools\HeaderFooter\HeaderFooterContent.xaml.cs">
  558. <DependentUpon>HeaderFooterContent.xaml</DependentUpon>
  559. </Compile>
  560. <Compile Include="Views\EditTools\HeaderFooter\HeaderFooterCreateContent.xaml.cs">
  561. <DependentUpon>HeaderFooterCreateContent.xaml</DependentUpon>
  562. </Compile>
  563. <Compile Include="Views\EditTools\HeaderFooter\HeaderFooterDocumentContent.xaml.cs">
  564. <DependentUpon>HeaderFooterDocumentContent.xaml</DependentUpon>
  565. </Compile>
  566. <Compile Include="Views\EditTools\HeaderFooter\HeaderFooterTemplateListContent.xaml.cs">
  567. <DependentUpon>HeaderFooterTemplateListContent.xaml</DependentUpon>
  568. </Compile>
  569. <Compile Include="Views\FillAndSign\FillAndSignContent.xaml.cs">
  570. <DependentUpon>FillAndSignContent.xaml</DependentUpon>
  571. </Compile>
  572. <Compile Include="Views\FillAndSign\PropertyPanel\DateFillProperty.xaml.cs">
  573. <DependentUpon>DateFillProperty.xaml</DependentUpon>
  574. </Compile>
  575. <Compile Include="Views\FillAndSign\PropertyPanel\ShapFillProperty.xaml.cs">
  576. <DependentUpon>ShapFillProperty.xaml</DependentUpon>
  577. </Compile>
  578. <Compile Include="Views\FillAndSign\PropertyPanel\TextFillProperty.xaml.cs">
  579. <DependentUpon>TextFillProperty.xaml</DependentUpon>
  580. </Compile>
  581. <Compile Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml.cs">
  582. <DependentUpon>CloudDriveContent.xaml</DependentUpon>
  583. </Compile>
  584. <Compile Include="Views\EditTools\Background\BackgroundContent.xaml.cs">
  585. <DependentUpon>BackgroundContent.xaml</DependentUpon>
  586. </Compile>
  587. <Compile Include="Views\EditTools\Background\BackgroundDocumentContent.xaml.cs">
  588. <DependentUpon>BackgroundDocumentContent.xaml</DependentUpon>
  589. </Compile>
  590. <Compile Include="Views\EditTools\Watermark\WatermarkContent.xaml.cs">
  591. <DependentUpon>WatermarkContent.xaml</DependentUpon>
  592. </Compile>
  593. <Compile Include="Views\EditTools\Watermark\WatermarkCreateBaseContent.xaml.cs">
  594. <DependentUpon>WatermarkCreateBaseContent.xaml</DependentUpon>
  595. </Compile>
  596. <Compile Include="Views\EditTools\Watermark\WatermarkCreateFileContent.xaml.cs">
  597. <DependentUpon>WatermarkCreateFileContent.xaml</DependentUpon>
  598. </Compile>
  599. <Compile Include="Views\EditTools\Watermark\WatermarkCreateTextContent.xaml.cs">
  600. <DependentUpon>WatermarkCreateTextContent.xaml</DependentUpon>
  601. </Compile>
  602. <Compile Include="Views\EditTools\Watermark\WatermarkDocumentContent.xaml.cs">
  603. <DependentUpon>WatermarkDocumentContent.xaml</DependentUpon>
  604. </Compile>
  605. <Compile Include="Views\EditTools\Watermark\WatermarkTemplateListBaseContent.xaml.cs">
  606. <DependentUpon>WatermarkTemplateListBaseContent.xaml</DependentUpon>
  607. </Compile>
  608. <Compile Include="Views\EditTools\Watermark\WatermarkTemplateListFileContent.xaml.cs">
  609. <DependentUpon>WatermarkTemplateListFileContent.xaml</DependentUpon>
  610. </Compile>
  611. <Compile Include="Views\EditTools\Watermark\WatermarkTemplateListTextContent.xaml.cs">
  612. <DependentUpon>WatermarkTemplateListTextContent.xaml</DependentUpon>
  613. </Compile>
  614. <Compile Include="Views\EditTools\Background\BackgroundCreateBaseContent.xaml.cs">
  615. <DependentUpon>BackgroundCreateBaseContent.xaml</DependentUpon>
  616. </Compile>
  617. <Compile Include="Views\EditTools\Background\BackgroundCreateColorContent.xaml.cs">
  618. <DependentUpon>BackgroundCreateColorContent.xaml</DependentUpon>
  619. </Compile>
  620. <Compile Include="Views\EditTools\Background\BackgroundCreateFileContent.xaml.cs">
  621. <DependentUpon>BackgroundCreateFileContent.xaml</DependentUpon>
  622. </Compile>
  623. <Compile Include="Views\EditTools\Background\BackgroundTemplateListBaseContent.xaml.cs">
  624. <DependentUpon>BackgroundTemplateListBaseContent.xaml</DependentUpon>
  625. </Compile>
  626. <Compile Include="Views\EditTools\Background\BackgroundTemplateListColorContent.xaml.cs">
  627. <DependentUpon>BackgroundTemplateListColorContent.xaml</DependentUpon>
  628. </Compile>
  629. <Compile Include="Views\EditTools\Background\BackgroundTemplateListFileContent.xaml.cs">
  630. <DependentUpon>BackgroundTemplateListFileContent.xaml</DependentUpon>
  631. </Compile>
  632. <Compile Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml.cs">
  633. <DependentUpon>CloudFilesContent.xaml</DependentUpon>
  634. </Compile>
  635. <Compile Include="Views\HomePanel\HomeCloudContent.xaml.cs">
  636. <DependentUpon>HomeCloudContent.xaml</DependentUpon>
  637. </Compile>
  638. <Compile Include="Views\HomePanel\HomeGuidContent.xaml.cs">
  639. <DependentUpon>HomeGuidContent.xaml</DependentUpon>
  640. </Compile>
  641. <Compile Include="Views\HomePanel\PDFTools\PDFToolItem.xaml.cs">
  642. <DependentUpon>PDFToolItem.xaml</DependentUpon>
  643. </Compile>
  644. <Compile Include="Views\HomePanel\HomeToolsContent.xaml.cs">
  645. <DependentUpon>HomeToolsContent.xaml</DependentUpon>
  646. </Compile>
  647. <Compile Include="Helper\PDFToolsHelper.cs" />
  648. <Compile Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml.cs">
  649. <DependentUpon>PDFToolsContent.xaml</DependentUpon>
  650. </Compile>
  651. <Compile Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml.cs">
  652. <DependentUpon>QuickToolsContent.xaml</DependentUpon>
  653. </Compile>
  654. <Compile Include="Views\HomePanel\PromotionContent.xaml.cs">
  655. <DependentUpon>PromotionContent.xaml</DependentUpon>
  656. </Compile>
  657. <Compile Include="Views\HomePanel\RecentFiles\DocItemControl.xaml.cs">
  658. <DependentUpon>DocItemControl.xaml</DependentUpon>
  659. </Compile>
  660. <Compile Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml.cs">
  661. <DependentUpon>DocItemListViewControl.xaml</DependentUpon>
  662. </Compile>
  663. <Compile Include="Views\HomePanel\RecentFiles\RecentFilesContent.xaml.cs">
  664. <DependentUpon>RecentFilesContent.xaml</DependentUpon>
  665. </Compile>
  666. <Compile Include="Views\MainContent.xaml.cs">
  667. <DependentUpon>MainContent.xaml</DependentUpon>
  668. </Compile>
  669. <Compile Include="Views\PageEdit\PageEditContent.xaml.cs">
  670. <DependentUpon>PageEditContent.xaml</DependentUpon>
  671. </Compile>
  672. <Compile Include="CustomControl\CompositeControl\ColorContent.xaml.cs">
  673. <DependentUpon>ColorContent.xaml</DependentUpon>
  674. </Compile>
  675. <Compile Include="CustomControl\CompositeControl\SlidContentPop.xaml.cs">
  676. <DependentUpon>SlidContentPop.xaml</DependentUpon>
  677. </Compile>
  678. <Compile Include="Views\PropertyPanel\AnnotPanel\FreehandAnnotProperty.xaml.cs">
  679. <DependentUpon>FreehandAnnotProperty.xaml</DependentUpon>
  680. </Compile>
  681. <Compile Include="Views\PropertyPanel\AnnotPanel\FreetextAnnotProperty.xaml.cs">
  682. <DependentUpon>FreetextAnnotProperty.xaml</DependentUpon>
  683. </Compile>
  684. <Compile Include="Views\PropertyPanel\AnnotPanel\ImageAnnotProperty.xaml.cs">
  685. <DependentUpon>ImageAnnotProperty.xaml</DependentUpon>
  686. </Compile>
  687. <Compile Include="Views\PropertyPanel\AnnotPanel\LinkAnnotProperty.xaml.cs">
  688. <DependentUpon>LinkAnnotProperty.xaml</DependentUpon>
  689. </Compile>
  690. <Compile Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml.cs">
  691. <DependentUpon>SharpsAnnotProperty.xaml</DependentUpon>
  692. </Compile>
  693. <Compile Include="Views\PropertyPanel\AnnotPanel\StampAnnotProperty.xaml.cs">
  694. <DependentUpon>StampAnnotProperty.xaml</DependentUpon>
  695. </Compile>
  696. <Compile Include="Views\PropertyPanel\AnnotPanel\TextAnnotProperty.xaml.cs">
  697. <DependentUpon>TextAnnotProperty.xaml</DependentUpon>
  698. </Compile>
  699. <Compile Include="Views\PropertyPanel\AnnotPanel\TextEditProperty.xaml.cs">
  700. <DependentUpon>TextEditProperty.xaml</DependentUpon>
  701. </Compile>
  702. <Compile Include="CustomControl\CompositeControl\SlidContent.xaml.cs">
  703. <DependentUpon>SlidContent.xaml</DependentUpon>
  704. </Compile>
  705. <Compile Include="Views\PropertyPanel\PropertyPanelContent.xaml.cs">
  706. <DependentUpon>PropertyPanelContent.xaml</DependentUpon>
  707. </Compile>
  708. <Compile Include="Views\PropertyPanel\ViewModular\ReadModeContent.xaml.cs">
  709. <DependentUpon>ReadModeContent.xaml</DependentUpon>
  710. </Compile>
  711. <Compile Include="Views\PropertyPanel\ViewModular\SplitScreenContent.xaml.cs">
  712. <DependentUpon>SplitScreenContent.xaml</DependentUpon>
  713. </Compile>
  714. <Compile Include="Views\PropertyPanel\ViewModular\ThemesContent.xaml.cs">
  715. <DependentUpon>ThemesContent.xaml</DependentUpon>
  716. </Compile>
  717. <Compile Include="Views\PropertyPanel\ViewModular\ViewModularContent.xaml.cs">
  718. <DependentUpon>ViewModularContent.xaml</DependentUpon>
  719. </Compile>
  720. <Compile Include="Views\Tools\AnnotToolContent.xaml.cs">
  721. <DependentUpon>AnnotToolContent.xaml</DependentUpon>
  722. </Compile>
  723. <Compile Include="Views\Tools\ConverterBarContent.xaml.cs">
  724. <DependentUpon>ConverterBarContent.xaml</DependentUpon>
  725. </Compile>
  726. <Compile Include="Views\Tools\ToolsBarContent.xaml.cs">
  727. <DependentUpon>ToolsBarContent.xaml</DependentUpon>
  728. </Compile>
  729. <Compile Include="Views\ViewContent.xaml.cs">
  730. <DependentUpon>ViewContent.xaml</DependentUpon>
  731. </Compile>
  732. <Page Include="CustomControl\AlertsMessage.xaml">
  733. <Generator>MSBuild:Compile</Generator>
  734. <SubType>Designer</SubType>
  735. </Page>
  736. <Page Include="CustomControl\ColorDropBox.xaml">
  737. <Generator>MSBuild:Compile</Generator>
  738. <SubType>Designer</SubType>
  739. </Page>
  740. <Page Include="CustomControl\ColorDropBoxPop.xaml">
  741. <Generator>MSBuild:Compile</Generator>
  742. <SubType>Designer</SubType>
  743. </Page>
  744. <Page Include="CustomControl\CommonWritableComboBox.xaml">
  745. <Generator>MSBuild:Compile</Generator>
  746. <SubType>Designer</SubType>
  747. </Page>
  748. <Page Include="CustomControl\LoadingControl.xaml">
  749. <SubType>Designer</SubType>
  750. <Generator>MSBuild:Compile</Generator>
  751. </Page>
  752. <Page Include="CustomControl\NumericUpDown.xaml">
  753. <SubType>Designer</SubType>
  754. <Generator>MSBuild:Compile</Generator>
  755. </Page>
  756. <Page Include="CustomControl\PageControl.xaml">
  757. <SubType>Designer</SubType>
  758. <Generator>MSBuild:Compile</Generator>
  759. </Page>
  760. <Page Include="CustomControl\PageTurningPreview.xaml">
  761. <SubType>Designer</SubType>
  762. <Generator>MSBuild:Compile</Generator>
  763. </Page>
  764. <Page Include="CustomControl\ToastControl.xaml">
  765. <Generator>MSBuild:Compile</Generator>
  766. <SubType>Designer</SubType>
  767. </Page>
  768. <Page Include="CustomControl\WritableComboBox.xaml">
  769. <SubType>Designer</SubType>
  770. <Generator>MSBuild:Compile</Generator>
  771. </Page>
  772. <Page Include="Styles\ButtonStyle.xaml">
  773. <SubType>Designer</SubType>
  774. <Generator>MSBuild:Compile</Generator>
  775. </Page>
  776. <Page Include="Styles\CheckBoxStyle.xaml">
  777. <SubType>Designer</SubType>
  778. <Generator>MSBuild:Compile</Generator>
  779. </Page>
  780. <Page Include="Styles\ComboxStyle.xaml">
  781. <SubType>Designer</SubType>
  782. <Generator>MSBuild:Compile</Generator>
  783. </Page>
  784. <Page Include="Styles\ContainerStyles\ComboxStyle\ComboxItemStyle.xaml">
  785. <SubType>Designer</SubType>
  786. <Generator>MSBuild:Compile</Generator>
  787. </Page>
  788. <Page Include="Styles\CustomBtnStyle.xaml">
  789. <Generator>MSBuild:Compile</Generator>
  790. <SubType>Designer</SubType>
  791. </Page>
  792. <Page Include="Styles\CustomListItemStyle.xaml">
  793. <SubType>Designer</SubType>
  794. <Generator>MSBuild:Compile</Generator>
  795. </Page>
  796. <Page Include="Styles\ExpanderStyle.xaml">
  797. <Generator>MSBuild:Compile</Generator>
  798. <SubType>Designer</SubType>
  799. </Page>
  800. <Page Include="Styles\ListBoxStyle.xaml">
  801. <Generator>MSBuild:Compile</Generator>
  802. <SubType>Designer</SubType>
  803. </Page>
  804. <Page Include="Styles\ListViewStyle.xaml">
  805. <Generator>MSBuild:Compile</Generator>
  806. <SubType>Designer</SubType>
  807. </Page>
  808. <Page Include="Styles\MenuStyle.xaml">
  809. <SubType>Designer</SubType>
  810. <Generator>MSBuild:Compile</Generator>
  811. </Page>
  812. <Page Include="Styles\RadioButtonStyle.xaml">
  813. <SubType>Designer</SubType>
  814. <Generator>MSBuild:Compile</Generator>
  815. </Page>
  816. <Page Include="Styles\SliderStyle.xaml">
  817. <Generator>MSBuild:Compile</Generator>
  818. <SubType>Designer</SubType>
  819. </Page>
  820. <Page Include="Styles\TabControlStyle.xaml">
  821. <SubType>Designer</SubType>
  822. <Generator>MSBuild:Compile</Generator>
  823. </Page>
  824. <Page Include="Styles\TextBoxStyle.xaml">
  825. <SubType>Designer</SubType>
  826. <Generator>MSBuild:Compile</Generator>
  827. </Page>
  828. <Page Include="Styles\WindowsStyle.xaml">
  829. <Generator>MSBuild:Compile</Generator>
  830. <SubType>Designer</SubType>
  831. </Page>
  832. <Page Include="Themes\Alias_Light.xaml">
  833. <SubType>Designer</SubType>
  834. <Generator>MSBuild:Compile</Generator>
  835. </Page>
  836. <Page Include="Themes\Generic.xaml">
  837. <Generator>MSBuild:Compile</Generator>
  838. <SubType>Designer</SubType>
  839. </Page>
  840. <Page Include="Themes\Global.xaml">
  841. <SubType>Designer</SubType>
  842. <Generator>XamlIntelliSenseFileGenerator</Generator>
  843. </Page>
  844. <Page Include="Views\BOTA\BookmarkContent.xaml">
  845. <SubType>Designer</SubType>
  846. <Generator>MSBuild:Compile</Generator>
  847. </Page>
  848. <Page Include="Views\BOTA\BOTAContent.xaml">
  849. <SubType>Designer</SubType>
  850. <Generator>MSBuild:Compile</Generator>
  851. </Page>
  852. <Page Include="Views\BottomToolContent.xaml">
  853. <SubType>Designer</SubType>
  854. <Generator>MSBuild:Compile</Generator>
  855. </Page>
  856. <Page Include="Views\Dialog\ConverterDialogs\ConverterCSVDialog.xaml">
  857. <SubType>Designer</SubType>
  858. <Generator>MSBuild:Compile</Generator>
  859. </Page>
  860. <Page Include="Views\Dialog\BOTA\AddBookmarkDialog.xaml">
  861. <SubType>Designer</SubType>
  862. <Generator>MSBuild:Compile</Generator>
  863. </Page>
  864. <Page Include="Views\Dialog\BOTA\BookmarkInfoDialog.xaml">
  865. <SubType>Designer</SubType>
  866. <Generator>MSBuild:Compile</Generator>
  867. </Page>
  868. <Page Include="Views\Dialog\FullScreenWindow.xaml">
  869. <SubType>Designer</SubType>
  870. <Generator>MSBuild:Compile</Generator>
  871. </Page>
  872. <Page Include="Views\Dialog\ConverterDialogs\ConverterExcelDialog.xaml">
  873. <SubType>Designer</SubType>
  874. <Generator>MSBuild:Compile</Generator>
  875. </Page>
  876. <Page Include="Views\Dialog\ConverterDialogs\ConverterHTMLDialog.xaml">
  877. <SubType>Designer</SubType>
  878. <Generator>MSBuild:Compile</Generator>
  879. </Page>
  880. <Page Include="Views\Dialog\ConverterDialogs\ConverterImgDialog.xaml">
  881. <SubType>Designer</SubType>
  882. <Generator>MSBuild:Compile</Generator>
  883. </Page>
  884. <Page Include="Views\Dialog\ConverterDialogs\ConverterPPTDialog.xaml">
  885. <SubType>Designer</SubType>
  886. <Generator>MSBuild:Compile</Generator>
  887. </Page>
  888. <Page Include="Views\Dialog\ConverterDialogs\ConverterProgressBarDialog.xaml">
  889. <SubType>Designer</SubType>
  890. <Generator>MSBuild:Compile</Generator>
  891. </Page>
  892. <Page Include="Views\Dialog\ConverterDialogs\ConverterRTFDialog.xaml">
  893. <SubType>Designer</SubType>
  894. <Generator>MSBuild:Compile</Generator>
  895. </Page>
  896. <Page Include="Views\Dialog\ConverterDialogs\ConverterTextDialog.xaml">
  897. <SubType>Designer</SubType>
  898. <Generator>MSBuild:Compile</Generator>
  899. </Page>
  900. <Page Include="Views\Dialog\ConverterDialogs\ConverterWordDialog.xaml">
  901. <SubType>Designer</SubType>
  902. <Generator>MSBuild:Compile</Generator>
  903. </Page>
  904. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialog.xaml">
  905. <SubType>Designer</SubType>
  906. <Generator>MSBuild:Compile</Generator>
  907. </Page>
  908. <Page Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml">
  909. <SubType>Designer</SubType>
  910. <Generator>MSBuild:Compile</Generator>
  911. </Page>
  912. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialog.xaml">
  913. <SubType>Designer</SubType>
  914. <Generator>MSBuild:Compile</Generator>
  915. </Page>
  916. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSV.xaml">
  917. <SubType>Designer</SubType>
  918. <Generator>MSBuild:Compile</Generator>
  919. </Page>
  920. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialog.xaml">
  921. <SubType>Designer</SubType>
  922. <Generator>MSBuild:Compile</Generator>
  923. </Page>
  924. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcel.xaml">
  925. <SubType>Designer</SubType>
  926. <Generator>MSBuild:Compile</Generator>
  927. </Page>
  928. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImg.xaml">
  929. <SubType>Designer</SubType>
  930. <Generator>MSBuild:Compile</Generator>
  931. </Page>
  932. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWord.xaml">
  933. <SubType>Designer</SubType>
  934. <Generator>MSBuild:Compile</Generator>
  935. </Page>
  936. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialog.xaml">
  937. <SubType>Designer</SubType>
  938. <Generator>MSBuild:Compile</Generator>
  939. </Page>
  940. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml">
  941. <SubType>Designer</SubType>
  942. <Generator>MSBuild:Compile</Generator>
  943. </Page>
  944. <Page Include="Views\EditTools\Bates\BatesContent.xaml">
  945. <SubType>Designer</SubType>
  946. <Generator>MSBuild:Compile</Generator>
  947. </Page>
  948. <Page Include="Views\EditTools\Bates\BatesCreateContent.xaml">
  949. <SubType>Designer</SubType>
  950. <Generator>MSBuild:Compile</Generator>
  951. </Page>
  952. <Page Include="Views\EditTools\Bates\BatesDocumentContent.xaml">
  953. <SubType>Designer</SubType>
  954. <Generator>MSBuild:Compile</Generator>
  955. </Page>
  956. <Page Include="Views\EditTools\Bates\BatesTemplateListContent.xaml">
  957. <SubType>Designer</SubType>
  958. <Generator>MSBuild:Compile</Generator>
  959. </Page>
  960. <Page Include="Views\EditTools\HeaderFooter\HeaderFooterContent.xaml">
  961. <SubType>Designer</SubType>
  962. <Generator>MSBuild:Compile</Generator>
  963. </Page>
  964. <Page Include="Views\EditTools\HeaderFooter\HeaderFooterCreateContent.xaml">
  965. <SubType>Designer</SubType>
  966. <Generator>MSBuild:Compile</Generator>
  967. </Page>
  968. <Page Include="Views\EditTools\HeaderFooter\HeaderFooterDocumentContent.xaml">
  969. <SubType>Designer</SubType>
  970. <Generator>MSBuild:Compile</Generator>
  971. </Page>
  972. <Page Include="Views\EditTools\HeaderFooter\HeaderFooterTemplateListContent.xaml">
  973. <SubType>Designer</SubType>
  974. <Generator>MSBuild:Compile</Generator>
  975. </Page>
  976. <Page Include="Views\EditTools\Redaction\RedactionContent.xaml">
  977. <SubType>Designer</SubType>
  978. <Generator>MSBuild:Compile</Generator>
  979. </Page>
  980. <Page Include="Views\EditTools\Redaction\RedactionDocumentContent.xaml">
  981. <SubType>Designer</SubType>
  982. <Generator>MSBuild:Compile</Generator>
  983. </Page>
  984. <Page Include="Views\FillAndSign\FillAndSignContent.xaml">
  985. <SubType>Designer</SubType>
  986. <Generator>MSBuild:Compile</Generator>
  987. </Page>
  988. <Page Include="Views\FillAndSign\PropertyPanel\DateFillProperty.xaml">
  989. <SubType>Designer</SubType>
  990. <Generator>MSBuild:Compile</Generator>
  991. </Page>
  992. <Page Include="Views\FillAndSign\PropertyPanel\ShapFillProperty.xaml">
  993. <SubType>Designer</SubType>
  994. <Generator>MSBuild:Compile</Generator>
  995. </Page>
  996. <Page Include="Views\FillAndSign\PropertyPanel\TextFillProperty.xaml">
  997. <SubType>Designer</SubType>
  998. <Generator>MSBuild:Compile</Generator>
  999. </Page>
  1000. <Page Include="Views\HomeContent.xaml">
  1001. <SubType>Designer</SubType>
  1002. <Generator>MSBuild:Compile</Generator>
  1003. </Page>
  1004. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml">
  1005. <SubType>Designer</SubType>
  1006. <Generator>MSBuild:Compile</Generator>
  1007. </Page>
  1008. <Page Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml">
  1009. <SubType>Designer</SubType>
  1010. <Generator>MSBuild:Compile</Generator>
  1011. </Page>
  1012. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml">
  1013. <SubType>Designer</SubType>
  1014. <Generator>MSBuild:Compile</Generator>
  1015. </Page>
  1016. <Page Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml">
  1017. <SubType>Designer</SubType>
  1018. <Generator>MSBuild:Compile</Generator>
  1019. </Page>
  1020. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml">
  1021. <SubType>Designer</SubType>
  1022. <Generator>MSBuild:Compile</Generator>
  1023. </Page>
  1024. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMultipleContent.xaml">
  1025. <SubType>Designer</SubType>
  1026. <Generator>MSBuild:Compile</Generator>
  1027. </Page>
  1028. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml">
  1029. <SubType>Designer</SubType>
  1030. <Generator>MSBuild:Compile</Generator>
  1031. </Page>
  1032. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml">
  1033. <SubType>Designer</SubType>
  1034. <Generator>MSBuild:Compile</Generator>
  1035. </Page>
  1036. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml">
  1037. <SubType>Designer</SubType>
  1038. <Generator>MSBuild:Compile</Generator>
  1039. </Page>
  1040. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml">
  1041. <SubType>Designer</SubType>
  1042. <Generator>MSBuild:Compile</Generator>
  1043. </Page>
  1044. <Page Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml">
  1045. <Generator>MSBuild:Compile</Generator>
  1046. <SubType>Designer</SubType>
  1047. </Page>
  1048. <Page Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml">
  1049. <Generator>MSBuild:Compile</Generator>
  1050. <SubType>Designer</SubType>
  1051. </Page>
  1052. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml">
  1053. <SubType>Designer</SubType>
  1054. </Page>
  1055. <Page Include="CustomControl\CompositeControl\ColorContent.xaml">
  1056. <SubType>Designer</SubType>
  1057. <Generator>MSBuild:Compile</Generator>
  1058. </Page>
  1059. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml">
  1060. <SubType>Designer</SubType>
  1061. <Generator>MSBuild:Compile</Generator>
  1062. </Page>
  1063. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml">
  1064. <SubType>Designer</SubType>
  1065. <Generator>MSBuild:Compile</Generator>
  1066. </Page>
  1067. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml">
  1068. <SubType>Designer</SubType>
  1069. <Generator>MSBuild:Compile</Generator>
  1070. </Page>
  1071. <Page Include="CustomControl\CompositeControl\SlidContentPop.xaml">
  1072. <Generator>MSBuild:Compile</Generator>
  1073. <SubType>Designer</SubType>
  1074. </Page>
  1075. <Page Include="Views\PropertyPanel\AnnotPanel\FreehandAnnotProperty.xaml">
  1076. <SubType>Designer</SubType>
  1077. <Generator>MSBuild:Compile</Generator>
  1078. </Page>
  1079. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml">
  1080. <SubType>Designer</SubType>
  1081. <Generator>MSBuild:Compile</Generator>
  1082. </Page>
  1083. <Page Include="Views\PropertyPanel\AnnotPanel\FreetextAnnotProperty.xaml">
  1084. <SubType>Designer</SubType>
  1085. <Generator>MSBuild:Compile</Generator>
  1086. </Page>
  1087. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml">
  1088. <SubType>Designer</SubType>
  1089. <Generator>MSBuild:Compile</Generator>
  1090. </Page>
  1091. <Page Include="Views\Dialog\VerifyPassWordDialog.xaml">
  1092. <SubType>Designer</SubType>
  1093. <Generator>MSBuild:Compile</Generator>
  1094. </Page>
  1095. <Page Include="Views\PropertyPanel\AnnotPanel\ImageAnnotProperty.xaml">
  1096. <SubType>Designer</SubType>
  1097. <Generator>MSBuild:Compile</Generator>
  1098. </Page>
  1099. <Page Include="Views\PropertyPanel\AnnotPanel\LinkAnnotProperty.xaml">
  1100. <SubType>Designer</SubType>
  1101. <Generator>MSBuild:Compile</Generator>
  1102. </Page>
  1103. <Page Include="Views\EditTools\Background\BackgroundContent.xaml">
  1104. <SubType>Designer</SubType>
  1105. <Generator>MSBuild:Compile</Generator>
  1106. </Page>
  1107. <Page Include="Views\EditTools\Background\BackgroundDocumentContent.xaml">
  1108. <SubType>Designer</SubType>
  1109. <Generator>MSBuild:Compile</Generator>
  1110. </Page>
  1111. <Page Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml">
  1112. <SubType>Designer</SubType>
  1113. <Generator>MSBuild:Compile</Generator>
  1114. </Page>
  1115. <Page Include="Views\EditTools\Watermark\WatermarkContent.xaml">
  1116. <SubType>Designer</SubType>
  1117. <Generator>MSBuild:Compile</Generator>
  1118. </Page>
  1119. <Page Include="Views\PropertyPanel\AnnotPanel\StampAnnotProperty.xaml">
  1120. <SubType>Designer</SubType>
  1121. <Generator>MSBuild:Compile</Generator>
  1122. </Page>
  1123. <Page Include="Views\EditTools\Watermark\WatermarkCreateBaseContent.xaml">
  1124. <SubType>Designer</SubType>
  1125. <Generator>MSBuild:Compile</Generator>
  1126. </Page>
  1127. <Page Include="Views\EditTools\Watermark\WatermarkCreateFileContent.xaml">
  1128. <SubType>Designer</SubType>
  1129. <Generator>MSBuild:Compile</Generator>
  1130. </Page>
  1131. <Page Include="Views\PropertyPanel\AnnotPanel\TextAnnotProperty.xaml">
  1132. <SubType>Designer</SubType>
  1133. <Generator>MSBuild:Compile</Generator>
  1134. </Page>
  1135. <Page Include="Views\EditTools\Watermark\WatermarkCreateTextContent.xaml">
  1136. <SubType>Designer</SubType>
  1137. <Generator>MSBuild:Compile</Generator>
  1138. </Page>
  1139. <Page Include="Views\PropertyPanel\AnnotPanel\TextEditProperty.xaml">
  1140. <SubType>Designer</SubType>
  1141. <Generator>MSBuild:Compile</Generator>
  1142. </Page>
  1143. <Page Include="Views\EditTools\Watermark\WatermarkDocumentContent.xaml">
  1144. <SubType>Designer</SubType>
  1145. <Generator>MSBuild:Compile</Generator>
  1146. </Page>
  1147. <Page Include="Views\EditTools\Watermark\WatermarkTemplateListBaseContent.xaml">
  1148. <SubType>Designer</SubType>
  1149. <Generator>MSBuild:Compile</Generator>
  1150. </Page>
  1151. <Page Include="CustomControl\CompositeControl\SlidContent.xaml">
  1152. <Generator>MSBuild:Compile</Generator>
  1153. </Page>
  1154. <Page Include="Views\EditTools\Watermark\WatermarkTemplateListFileContent.xaml">
  1155. <SubType>Designer</SubType>
  1156. <Generator>MSBuild:Compile</Generator>
  1157. </Page>
  1158. <Page Include="Views\EditTools\Watermark\WatermarkTemplateListTextContent.xaml">
  1159. <SubType>Designer</SubType>
  1160. <Generator>MSBuild:Compile</Generator>
  1161. </Page>
  1162. <Page Include="Views\EditTools\Background\BackgroundCreateBaseContent.xaml">
  1163. <SubType>Designer</SubType>
  1164. </Page>
  1165. <Page Include="Views\PropertyPanel\PropertyPanelContent.xaml">
  1166. <SubType>Designer</SubType>
  1167. <Generator>MSBuild:Compile</Generator>
  1168. </Page>
  1169. <Page Include="Views\PropertyPanel\ViewModular\ReadModeContent.xaml">
  1170. <SubType>Designer</SubType>
  1171. <Generator>MSBuild:Compile</Generator>
  1172. </Page>
  1173. <Page Include="Views\PropertyPanel\ViewModular\SplitScreenContent.xaml">
  1174. <SubType>Designer</SubType>
  1175. <Generator>MSBuild:Compile</Generator>
  1176. </Page>
  1177. <Page Include="Views\EditTools\Background\BackgroundCreateColorContent.xaml">
  1178. <SubType>Designer</SubType>
  1179. <Generator>MSBuild:Compile</Generator>
  1180. </Page>
  1181. <Page Include="Views\EditTools\Background\BackgroundCreateFileContent.xaml">
  1182. <SubType>Designer</SubType>
  1183. <Generator>MSBuild:Compile</Generator>
  1184. </Page>
  1185. <Page Include="Views\PropertyPanel\ViewModular\ThemesContent.xaml">
  1186. <SubType>Designer</SubType>
  1187. <Generator>MSBuild:Compile</Generator>
  1188. </Page>
  1189. <Page Include="Views\PropertyPanel\ViewModular\ViewModularContent.xaml">
  1190. <SubType>Designer</SubType>
  1191. <Generator>MSBuild:Compile</Generator>
  1192. </Page>
  1193. <Page Include="Views\EditTools\Background\BackgroundTemplateListBaseContent.xaml">
  1194. <SubType>Designer</SubType>
  1195. <Generator>MSBuild:Compile</Generator>
  1196. </Page>
  1197. <Page Include="Views\EditTools\Background\BackgroundTemplateListColorContent.xaml">
  1198. <SubType>Designer</SubType>
  1199. <Generator>MSBuild:Compile</Generator>
  1200. </Page>
  1201. <Page Include="Views\EditTools\Background\BackgroundTemplateListFileContent.xaml">
  1202. <SubType>Designer</SubType>
  1203. <Generator>MSBuild:Compile</Generator>
  1204. </Page>
  1205. <Page Include="Views\HomePanel\HomeCloudContent.xaml">
  1206. <SubType>Designer</SubType>
  1207. <Generator>MSBuild:Compile</Generator>
  1208. </Page>
  1209. <Page Include="Views\HomePanel\HomeGuidContent.xaml">
  1210. <SubType>Designer</SubType>
  1211. <Generator>MSBuild:Compile</Generator>
  1212. </Page>
  1213. <Page Include="Views\HomePanel\PDFTools\PDFToolItem.xaml">
  1214. <Generator>MSBuild:Compile</Generator>
  1215. <SubType>Designer</SubType>
  1216. </Page>
  1217. <Page Include="Views\HomePanel\HomeToolsContent.xaml">
  1218. <SubType>Designer</SubType>
  1219. <Generator>MSBuild:Compile</Generator>
  1220. </Page>
  1221. <Page Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml">
  1222. <Generator>MSBuild:Compile</Generator>
  1223. <SubType>Designer</SubType>
  1224. </Page>
  1225. <Page Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml">
  1226. <SubType>Designer</SubType>
  1227. <Generator>MSBuild:Compile</Generator>
  1228. </Page>
  1229. <Page Include="Views\HomePanel\PromotionContent.xaml">
  1230. <Generator>MSBuild:Compile</Generator>
  1231. <SubType>Designer</SubType>
  1232. </Page>
  1233. <Page Include="Views\HomePanel\RecentFiles\DocItemControl.xaml">
  1234. <Generator>MSBuild:Compile</Generator>
  1235. <SubType>Designer</SubType>
  1236. </Page>
  1237. <Page Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml">
  1238. <Generator>MSBuild:Compile</Generator>
  1239. <SubType>Designer</SubType>
  1240. </Page>
  1241. <Page Include="Views\HomePanel\RecentFiles\RecentFilesContent.xaml">
  1242. <Generator>MSBuild:Compile</Generator>
  1243. <SubType>Designer</SubType>
  1244. </Page>
  1245. <Page Include="Views\MainContent.xaml">
  1246. <SubType>Designer</SubType>
  1247. <Generator>MSBuild:Compile</Generator>
  1248. </Page>
  1249. <Page Include="Views\MainWindow.xaml">
  1250. <Generator>MSBuild:Compile</Generator>
  1251. <SubType>Designer</SubType>
  1252. </Page>
  1253. <Compile Include="App.xaml.cs">
  1254. <DependentUpon>App.xaml</DependentUpon>
  1255. <SubType>Code</SubType>
  1256. </Compile>
  1257. <Compile Include="ViewModels\HomeContentViewModel.cs" />
  1258. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  1259. <Compile Include="ViewModels\ViewContentViewModel.cs" />
  1260. <Compile Include="Views\HomeContent.xaml.cs">
  1261. <DependentUpon>HomeContent.xaml</DependentUpon>
  1262. </Compile>
  1263. <Compile Include="Views\MainWindow.xaml.cs">
  1264. <DependentUpon>MainWindow.xaml</DependentUpon>
  1265. <SubType>Code</SubType>
  1266. </Compile>
  1267. <Page Include="Views\PageEdit\PageEditContent.xaml">
  1268. <Generator>MSBuild:Compile</Generator>
  1269. <SubType>Designer</SubType>
  1270. </Page>
  1271. <Page Include="Views\Tools\AnnotToolContent.xaml">
  1272. <SubType>Designer</SubType>
  1273. <Generator>MSBuild:Compile</Generator>
  1274. </Page>
  1275. <Page Include="Views\Tools\ConverterBarContent.xaml">
  1276. <SubType>Designer</SubType>
  1277. <Generator>MSBuild:Compile</Generator>
  1278. </Page>
  1279. <Page Include="Views\Tools\ToolsBarContent.xaml">
  1280. <SubType>Designer</SubType>
  1281. <Generator>MSBuild:Compile</Generator>
  1282. </Page>
  1283. <Page Include="Views\ViewContent.xaml">
  1284. <SubType>Designer</SubType>
  1285. <Generator>MSBuild:Compile</Generator>
  1286. </Page>
  1287. </ItemGroup>
  1288. <ItemGroup>
  1289. <Compile Include="Properties\AssemblyInfo.cs">
  1290. <SubType>Code</SubType>
  1291. </Compile>
  1292. <Compile Include="Properties\Settings.Designer.cs">
  1293. <AutoGen>True</AutoGen>
  1294. <DependentUpon>Settings.settings</DependentUpon>
  1295. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  1296. </Compile>
  1297. <None Include="credentials.json">
  1298. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1299. </None>
  1300. <None Include="packages.config" />
  1301. <None Include="Properties\Settings.settings">
  1302. <Generator>SettingsSingleFileGenerator</Generator>
  1303. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  1304. </None>
  1305. <None Include="source\AnalysisWord\Res\word\_rels\document.xml.rels" />
  1306. <Resource Include="Resources\HomeIcon\PDFTools\background.png" />
  1307. <Resource Include="Resources\HomeIcon\PDFTools\batch-remove.png" />
  1308. <Resource Include="Resources\HomeIcon\PDFTools\batch.png" />
  1309. <Resource Include="Resources\HomeIcon\PDFTools\batesnumbers.png" />
  1310. <Resource Include="Resources\HomeIcon\PDFTools\compare.png" />
  1311. <Resource Include="Resources\HomeIcon\PDFTools\compress.png" />
  1312. <Resource Include="Resources\HomeIcon\PDFTools\convert.png" />
  1313. <Resource Include="Resources\HomeIcon\PDFTools\extract.png" />
  1314. <Resource Include="Resources\HomeIcon\PDFTools\form-filed-recognition.png" />
  1315. <Resource Include="Resources\HomeIcon\PDFTools\header&amp;footer.png" />
  1316. <Resource Include="Resources\HomeIcon\PDFTools\image.png" />
  1317. <Resource Include="Resources\HomeIcon\PDFTools\insert.png" />
  1318. <Resource Include="Resources\HomeIcon\PDFTools\merge.png" />
  1319. <Resource Include="Resources\HomeIcon\PDFTools\ocr.png" />
  1320. <Resource Include="Resources\HomeIcon\PDFTools\page-edit.png" />
  1321. <Resource Include="Resources\HomeIcon\PDFTools\pdf-to-excel.png" />
  1322. <Resource Include="Resources\HomeIcon\PDFTools\pdf-to-image.png" />
  1323. <Resource Include="Resources\HomeIcon\PDFTools\pdf-to-ppt.png" />
  1324. <Resource Include="Resources\HomeIcon\PDFTools\pdf-to-word.png" />
  1325. <Resource Include="Resources\HomeIcon\PDFTools\print.png" />
  1326. <Resource Include="Resources\HomeIcon\PDFTools\reduct.png" />
  1327. <Resource Include="Resources\HomeIcon\PDFTools\security.png" />
  1328. <Resource Include="Resources\HomeIcon\PDFTools\split.png" />
  1329. <Resource Include="Resources\HomeIcon\PDFTools\watermark.png" />
  1330. <Resource Include="Resources\PageEdit\GridLine.png">
  1331. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1332. </Resource>
  1333. <Resource Include="Resources\PageEdit\HorizontalLine.png">
  1334. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1335. </Resource>
  1336. <Resource Include="Resources\PageEdit\Staff.png">
  1337. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1338. </Resource>
  1339. <Resource Include="Resources\EditTools\watermark_bg.png" />
  1340. <Content Include="source\AnalysisWord\Res\_rels\.rels">
  1341. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1342. </Content>
  1343. </ItemGroup>
  1344. <ItemGroup>
  1345. <None Include="App.config" />
  1346. </ItemGroup>
  1347. <ItemGroup>
  1348. <Folder Include="Views\Edit\" />
  1349. <Folder Include="Views\Forms\" />
  1350. <Folder Include="Views\Scan\" />
  1351. </ItemGroup>
  1352. <ItemGroup>
  1353. <Content Include="ComOCRKit.Desk.dll">
  1354. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1355. </Content>
  1356. <Content Include="ComPDFKit.Desk.dll">
  1357. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1358. </Content>
  1359. <Content Include="ComPDFKit.Viewer.dll">
  1360. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1361. </Content>
  1362. <Content Include="ComPDFKit_Conversion.dll">
  1363. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1364. </Content>
  1365. <Content Include="DotNetSpeech.dll">
  1366. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1367. </Content>
  1368. <Content Include="Dragablz.dll">
  1369. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1370. </Content>
  1371. <Resource Include="StyleAndTemplateList.txt" />
  1372. <Resource Include="Resources\QuickToolIcon\Batch.png" />
  1373. <Resource Include="Resources\HomeIcon\file_addition.png" />
  1374. <Resource Include="Resources\HomeIcon\folderOpen.png" />
  1375. <Resource Include="Resources\PromotionIcon\Android.png" />
  1376. <Resource Include="Resources\PromotionIcon\ComPDFKit.png" />
  1377. <Resource Include="Resources\PromotionIcon\ComVideoKit.png" />
  1378. <Resource Include="Resources\PromotionIcon\FilmageEditor.png" />
  1379. <Resource Include="Resources\PromotionIcon\FilmageScreen.png" />
  1380. <Resource Include="Resources\PromotionIcon\FreePDFTemplates.png" />
  1381. <Resource Include="Resources\PromotionIcon\IPhoneiPad.png" />
  1382. <Resource Include="Resources\PromotionIcon\SignFlow.png" />
  1383. <Resource Include="Resources\PromotionIcon\Windows.png" />
  1384. <Resource Include="Resources\FilesType\ic_propertybar_file_pdf_lock.png" />
  1385. <Resource Include="Resources\FilesType\ic_propertybar_file_png_Large.png" />
  1386. <Resource Include="SDKLisence.xml" />
  1387. <Content Include="index.html">
  1388. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1389. </Content>
  1390. <Resource Include="Resources\ToolBarIcon\MyTools\Arrow.png" />
  1391. <Resource Include="Resources\ToolBarIcon\MyTools\Bookmark.png" />
  1392. <Resource Include="Resources\ToolBarIcon\MyTools\Circle.png" />
  1393. <Resource Include="Resources\ToolBarIcon\MyTools\Freehande.png" />
  1394. <Resource Include="Resources\ToolBarIcon\MyTools\Freehande2.png" />
  1395. <Resource Include="Resources\ToolBarIcon\MyTools\Hand.png" />
  1396. <Resource Include="Resources\ToolBarIcon\MyTools\Highlight.png" />
  1397. <Resource Include="Resources\ToolBarIcon\MyTools\Hyperlink.png" />
  1398. <Resource Include="Resources\ToolBarIcon\MyTools\Image.png" />
  1399. <Resource Include="Resources\ToolBarIcon\MyTools\Line.png" />
  1400. <Resource Include="Resources\ToolBarIcon\MyTools\Note.png" />
  1401. <Resource Include="Resources\ToolBarIcon\MyTools\Point.png" />
  1402. <Resource Include="Resources\ToolBarIcon\MyTools\Rectangle.png" />
  1403. <Resource Include="Resources\ToolBarIcon\MyTools\Selecttool.png" />
  1404. <Resource Include="Resources\ToolBarIcon\MyTools\Stamp.png" />
  1405. <Resource Include="Resources\ToolBarIcon\MyTools\Textbox.png" />
  1406. <Resource Include="Resources\ToolBarIcon\MyTools\wavyline2.png" />
  1407. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout1.xml">
  1408. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1409. </Content>
  1410. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout10.xml">
  1411. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1412. </Content>
  1413. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout11.xml">
  1414. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1415. </Content>
  1416. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout2.xml">
  1417. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1418. </Content>
  1419. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout3.xml">
  1420. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1421. </Content>
  1422. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout4.xml">
  1423. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1424. </Content>
  1425. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout5.xml">
  1426. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1427. </Content>
  1428. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout6.xml">
  1429. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1430. </Content>
  1431. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout7.xml">
  1432. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1433. </Content>
  1434. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout8.xml">
  1435. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1436. </Content>
  1437. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout9.xml">
  1438. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1439. </Content>
  1440. <Content Include="source\AnalysisPPT\Res\slideMaster1.xml">
  1441. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1442. </Content>
  1443. <Content Include="source\AnalysisPPT\Res\theme1.xml">
  1444. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1445. </Content>
  1446. <Content Include="source\AnalysisPPT\Res\thumbnail.jpeg">
  1447. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1448. </Content>
  1449. <Content Include="source\AnalysisWord\Res\docProps\app.xml">
  1450. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1451. </Content>
  1452. <Content Include="source\AnalysisWord\Res\docProps\core.xml">
  1453. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1454. </Content>
  1455. <Resource Include="source\AnalysisWord\Res\word\document.xml" />
  1456. <Resource Include="source\AnalysisWord\Res\word\document0.xml" />
  1457. <Resource Include="source\AnalysisWord\Res\word\endnotes.xml" />
  1458. <Resource Include="source\AnalysisWord\Res\word\footnotes.xml" />
  1459. <Resource Include="source\AnalysisWord\Res\word\settings.xml" />
  1460. <Resource Include="source\AnalysisWord\Res\word\theme\theme1.xml" />
  1461. <Content Include="source\AnalysisWord\Res\[Content_Types].xml">
  1462. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1463. </Content>
  1464. <Resource Include="Resources\BOTA\empty_bookmark.png" />
  1465. <Resource Include="Resources\PropertyPanel\colorIcon.png" />
  1466. <Content Include="SystemService\PreviewHandler.dll">
  1467. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1468. </Content>
  1469. <Content Include="SystemService\PreviewHandlerx86.dll">
  1470. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1471. </Content>
  1472. <Content Include="SystemService\TechPDFKitBase.dll">
  1473. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1474. </Content>
  1475. <Content Include="SystemService\ThumbnailProvider.dll">
  1476. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1477. </Content>
  1478. <Content Include="SystemService\ThumbnailProviderx86.dll">
  1479. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1480. </Content>
  1481. <Content Include="x64\ComPDFKit.dll">
  1482. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1483. </Content>
  1484. <Content Include="x64\CPDFConverterNative.dll">
  1485. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1486. </Content>
  1487. <Content Include="x64\libhpdf.dll">
  1488. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1489. </Content>
  1490. <Content Include="x64\libpng16.dll">
  1491. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1492. </Content>
  1493. <Content Include="x64\TechPDFKit.dll">
  1494. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1495. </Content>
  1496. <Content Include="x64\TechPdfToOffice.dll">
  1497. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1498. </Content>
  1499. <Content Include="x64\vcruntime140.dll">
  1500. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1501. </Content>
  1502. <Content Include="x64\zlib1.dll">
  1503. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1504. </Content>
  1505. <Content Include="x86\ComPDFKit.dll">
  1506. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1507. </Content>
  1508. <Content Include="x86\CPDFConverterNative.dll">
  1509. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1510. </Content>
  1511. <Content Include="x86\libhpdf.dll">
  1512. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1513. </Content>
  1514. <Content Include="x86\libpng16.dll">
  1515. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1516. </Content>
  1517. <Content Include="x86\TechPDFKit.dll">
  1518. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1519. </Content>
  1520. <Content Include="x86\TechPDFToOffice.dll">
  1521. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1522. </Content>
  1523. <Content Include="x86\vcruntime140.dll">
  1524. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1525. </Content>
  1526. <Content Include="x86\zlib1.dll">
  1527. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1528. </Content>
  1529. </ItemGroup>
  1530. <ItemGroup>
  1531. <ProjectReference Include="..\PDFSettings\PDFSettings.csproj">
  1532. <Project>{bee73aae-9a2c-446b-b64d-3a8f042c985d}</Project>
  1533. <Name>PDFSettings</Name>
  1534. </ProjectReference>
  1535. </ItemGroup>
  1536. <ItemGroup>
  1537. <EmbeddedResource Include="Properties\Resources.resx">
  1538. <Generator>ResXFileCodeGenerator</Generator>
  1539. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  1540. </EmbeddedResource>
  1541. </ItemGroup>
  1542. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1543. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1544. <PropertyGroup>
  1545. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  1546. </PropertyGroup>
  1547. <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'))" />
  1548. </Target>
  1549. <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')" />
  1550. </Project>