PDF Office.csproj 86 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636
  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\CompositeControl\ColorSubContent.xaml.cs">
  202. <DependentUpon>ColorSubContent.xaml</DependentUpon>
  203. </Compile>
  204. <Compile Include="CustomControl\CustomIconToggleBtn.cs" />
  205. <Compile Include="CustomControl\CustomImageControl.cs" />
  206. <Compile Include="CustomControl\DialogContent.cs" />
  207. <Compile Include="CustomControl\IconAndTextTabItem.cs" />
  208. <Compile Include="CustomControl\ListBoxItemToolBar.cs" />
  209. <Compile Include="CustomControl\MessageBoxEx.cs" />
  210. <Compile Include="CustomControl\NumericUpDown.xaml.cs">
  211. <DependentUpon>NumericUpDown.xaml</DependentUpon>
  212. </Compile>
  213. <Compile Include="CustomControl\PageControl.xaml.cs">
  214. <DependentUpon>PageControl.xaml</DependentUpon>
  215. </Compile>
  216. <Compile Include="CustomControl\PageTurningPreview.xaml.cs">
  217. <DependentUpon>PageTurningPreview.xaml</DependentUpon>
  218. </Compile>
  219. <Compile Include="CustomControl\PathButton.cs" />
  220. <Compile Include="CustomControl\SystemControl\CustomCommandAction .cs" />
  221. <Compile Include="CustomControl\SystemControl\RoutedEventTrigger.cs" />
  222. <Compile Include="CustomControl\ToastControl.xaml.cs">
  223. <DependentUpon>ToastControl.xaml</DependentUpon>
  224. </Compile>
  225. <Compile Include="CustomControl\WritableComboBox.xaml.cs">
  226. <DependentUpon>WritableComboBox.xaml</DependentUpon>
  227. </Compile>
  228. <Compile Include="DataConvert\FileFormatToIconConvert.cs" />
  229. <Compile Include="DataConvert\FileToImageSourceConvert.cs" />
  230. <Compile Include="DataConvert\InvertBoolConvert.cs" />
  231. <Compile Include="DataConvert\ObjectConvert.cs" />
  232. <Compile Include="DataConvert\PropertyPanelVisible.cs" />
  233. <Compile Include="DataConvert\StringToVisibleConvert.cs" />
  234. <Compile Include="DataConvert\UnVisivleConvert.cs" />
  235. <Compile Include="DataConvert\WidthConvert.cs" />
  236. <Compile Include="EventAggregators\EditToolsEvent.cs" />
  237. <Compile Include="EventAggregators\PageEditNotifyEvent.cs" />
  238. <Compile Include="EventAggregators\PageEditRefreshEvent.cs" />
  239. <Compile Include="Helper\CacheFilePath.cs" />
  240. <Compile Include="Helper\ConverterHelper.cs" />
  241. <Compile Include="Helper\EditToolsHelper.cs" />
  242. <Compile Include="Helper\AdvancedInvokeCommandAction.cs" />
  243. <Compile Include="Helper\ArrowHelper.cs" />
  244. <Compile Include="Helper\DragDropHelper.cs" />
  245. <Compile Include="Helper\HomePageEditHelper.cs" />
  246. <Compile Include="Helper\ObservableDictionary.cs" />
  247. <Compile Include="Helper\PasswordBoxHelper.cs" />
  248. <Compile Include="Helper\RichTextBoxHelper.cs" />
  249. <Compile Include="Helper\SDKLisenceHelper.cs" />
  250. <Compile Include="Helper\PictureConverter.cs" />
  251. <Compile Include="Helper\SetterAction.cs" />
  252. <Compile Include="Helper\SettingHelper.cs" />
  253. <Compile Include="Helper\ToolMethod.cs" />
  254. <Compile Include="Model\AnnotPanel\Stamp.cs" />
  255. <Compile Include="Model\BOTA\OutlineNode.cs" />
  256. <Compile Include="Model\CloudDrive\CloudDriveItem.cs" />
  257. <Compile Include="Model\CloudDrive\CloudFiles.cs" />
  258. <Compile Include="Model\DialogNames.cs" />
  259. <Compile Include="CustomControl\SystemControl\InterTabClient.cs" />
  260. <Compile Include="CustomControl\LoadingControl.xaml.cs">
  261. <DependentUpon>LoadingControl.xaml</DependentUpon>
  262. </Compile>
  263. <Compile Include="Model\Dialog\ConverterDialogs\ConverterCSVDialogModel.cs" />
  264. <Compile Include="Model\Dialog\ConverterDialogs\ConverterDialogsModel.cs" />
  265. <Compile Include="Model\Dialog\ConverterDialogs\ConverterExcelDialogModel.cs" />
  266. <Compile Include="Model\Dialog\ConverterDialogs\ConverterHTMLDialogModel.cs" />
  267. <Compile Include="Model\Dialog\ConverterDialogs\ConverterImgDialogModel.cs" />
  268. <Compile Include="Model\Dialog\ConverterDialogs\ConverterPPTDialogModel.cs" />
  269. <Compile Include="Model\Dialog\ConverterDialogs\ConverterRTFDialogModel.cs" />
  270. <Compile Include="Model\Dialog\ConverterDialogs\ConverterTextDialogModel.cs" />
  271. <Compile Include="Model\Dialog\ConverterDialogs\ConverterWordDialogModel.cs" />
  272. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialogModel.cs" />
  273. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialogModel.cs" />
  274. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSVModel.cs" />
  275. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialogModel.cs" />
  276. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcelModel.cs" />
  277. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterHTMLModel.cs" />
  278. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImgModel.cs" />
  279. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterPPTModel.cs" />
  280. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterRTFModel.cs" />
  281. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterTextModel.cs" />
  282. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWordModel.cs" />
  283. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialogModel.cs" />
  284. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogModel.cs" />
  285. <Compile Include="Model\Dialog\ToolsDialogs\CompressDialogModel\CompressDialogModel.cs" />
  286. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogModel.cs" />
  287. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettintgsModel.cs" />
  288. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogModel.cs" />
  289. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageExtractDialogModel.cs" />
  290. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageInsertDialogModel.cs" />
  291. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogModel.cs" />
  292. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageSplitDialogModel.cs" />
  293. <Compile Include="Model\EditTools\Background\BackgroundCreateModel.cs" />
  294. <Compile Include="Model\EditTools\Background\BackgroundTemplateListModel.cs" />
  295. <Compile Include="Model\EditTools\Watermark\WatermarkCreateModel.cs" />
  296. <Compile Include="Model\EditTools\Watermark\WatermarkTemplateListModel.cs" />
  297. <Compile Include="Model\PageEdit\CustomInsertModel.cs" />
  298. <Compile Include="Model\PageEdit\CustomPageItem.cs" />
  299. <Compile Include="Model\PageEdit\ExtractModel.cs" />
  300. <Compile Include="Model\PageEdit\PageEditHistory.cs" />
  301. <Compile Include="Model\PageEdit\PageEditItem.cs" />
  302. <Compile Include="Model\PageEdit\PageItemUnits.cs" />
  303. <Compile Include="Model\ParameterNames.cs" />
  304. <Compile Include="Model\PDFTool\ToolItem.cs" />
  305. <Compile Include="Model\PropertyPanel\AnnotPanel\FontStyleItem.cs" />
  306. <Compile Include="Model\RegionNames.cs" />
  307. <Compile Include="CustomControl\SystemControl\TabablzRegionBehavior.cs" />
  308. <Compile Include="DataConvert\BoolToVisible.cs" />
  309. <Compile Include="DataConvert\VisibleToBoolConvert.cs" />
  310. <Compile Include="EventAggregators\DragablzWindowEvent.cs" />
  311. <Compile Include="EventAggregators\OpenFileEvent.cs" />
  312. <Compile Include="Helper\CommomEvent.cs" />
  313. <Compile Include="Helper\CommonHelper.cs" />
  314. <Compile Include="Properties\Resources.Designer.cs">
  315. <DependentUpon>Resources.resx</DependentUpon>
  316. <DesignTime>True</DesignTime>
  317. <AutoGen>True</AutoGen>
  318. </Compile>
  319. <Compile Include="Settings.cs" />
  320. <Compile Include="ViewModels\EditTools\Bates\BatesContentViewModel.cs" />
  321. <Compile Include="ViewModels\EditTools\Bates\BatesCreateContentViewModel.cs" />
  322. <Compile Include="ViewModels\EditTools\Bates\BatesDocumentContentViewModel.cs" />
  323. <Compile Include="ViewModels\EditTools\Bates\BatesTemplateListContentViewModel.cs" />
  324. <Compile Include="ViewModels\BOTA\BookmarkContentViewModel.cs" />
  325. <Compile Include="ViewModels\BOTA\OutLineControlViewModel.cs" />
  326. <Compile Include="ViewModels\BOTA\SearchContentViewModel.cs" />
  327. <Compile Include="ViewModels\Dialog\BOTA\AddBookmarkDialogViewModel.cs" />
  328. <Compile Include="ViewModels\Dialog\BOTA\BookmarkInfoDialogViewModel.cs" />
  329. <Compile Include="ViewModels\EditTools\Background\BackgroundContentViewModel.cs" />
  330. <Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
  331. <Compile Include="ViewModels\BottomToolContentViewModel.cs" />
  332. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterProgressBarDialogViewModel.cs" />
  333. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterCSVDialogViewModel.cs" />
  334. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterExcelDialogViewModel.cs" />
  335. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterHTMLDialogViewModel.cs" />
  336. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterImgDialogViewModel.cs" />
  337. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterPPTDialogViewModel.cs" />
  338. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterRTFDialogViewModel.cs" />
  339. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterTextDialogViewModel.cs" />
  340. <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterWordDialogViewModel.cs" />
  341. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialogViewModel.cs" />
  342. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSVViewModel.cs" />
  343. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcelViewModel.cs" />
  344. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImgViewModel.cs" />
  345. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWordViewModel.cs" />
  346. <Compile Include="ViewModels\EditTools\Background\BackgroundCreateBaseContentViewModel.cs" />
  347. <Compile Include="ViewModels\EditTools\Background\BackgroundCreateColorContentViewModel.cs" />
  348. <Compile Include="ViewModels\EditTools\Background\BackgroundCreateFileContentViewModel.cs" />
  349. <Compile Include="ViewModels\EditTools\Background\BackgroundDocumentContentViewModel.cs" />
  350. <Compile Include="ViewModels\EditTools\Background\BackgroundTemplateListBaseContentViewModel.cs" />
  351. <Compile Include="ViewModels\EditTools\Background\BackgroundTemplateListColorContentViewModel.cs" />
  352. <Compile Include="ViewModels\EditTools\Background\BackgroundTemplateListFileContentViewModel.cs" />
  353. <Compile Include="ViewModels\EditTools\HeaderFooter\HeaderFooterContentViewModel.cs" />
  354. <Compile Include="ViewModels\EditTools\HeaderFooter\HeaderFooterCreateContentViewModel.cs" />
  355. <Compile Include="ViewModels\EditTools\HeaderFooter\HeaderFooterDocumentContentViewModel.cs" />
  356. <Compile Include="ViewModels\EditTools\HeaderFooter\HeaderFooterTemplateListContentViewModel.cs" />
  357. <Compile Include="ViewModels\EditTools\Redaction\RedactionContentViewModel.cs" />
  358. <Compile Include="ViewModels\EditTools\Redaction\RedactionDocumentContentViewModel.cs" />
  359. <Compile Include="ViewModels\HomePanel\RecentFiles\RecentFilesContentViewModel.cs" />
  360. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\CustomCreateDialogViewModel.cs" />
  361. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\DynamicPropertyDialogViewModel.cs" />
  362. <Compile Include="ViewModels\PropertyPanel\TextEditPropertyViewModel.cs" />
  363. <Compile Include="ViewModels\Tools\ConverterBarContentViewModel.cs" />
  364. <Compile Include="ViewModels\Dialog\ExtractDialogViewModel.cs" />
  365. <Compile Include="ViewModels\Dialog\FullScreenWindowViewModel.cs" />
  366. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialogViewModel.cs" />
  367. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialogViewModel.cs" />
  368. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialogViewModel.cs" />
  369. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContentViewModel.cs" />
  370. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMultipleContentViewModel.cs" />
  371. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContentViewModel.cs" />
  372. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContentViewModel.cs" />
  373. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialogViewModel.cs" />
  374. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\ModInfoSendEvent.cs" />
  375. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageSplitDialogViewModel.cs" />
  376. <Compile Include="ViewModels\Dialog\PageEditDialogs\ExtractDialogViewModel.cs" />
  377. <Compile Include="ViewModels\Dialog\PageEditDialogs\InsertDialogViewModel.cs" />
  378. <Compile Include="ViewModels\Dialog\PageEditDialogs\SplitDialogViewModel.cs" />
  379. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogViewModel.cs" />
  380. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressDialogViewModel.cs" />
  381. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialogViewModel.cs" />
  382. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialogViewModel.cs" />
  383. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogViewModel.cs" />
  384. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogViewModel.cs" />
  385. <Compile Include="ViewModels\Dialog\VerifyPassWordDialogViewModel.cs" />
  386. <Compile Include="ViewModels\FillAndSign\FillAndSignContentViewModel.cs" />
  387. <Compile Include="ViewModels\FillAndSign\PropertyPanel\DateFillPropertyViewModel.cs" />
  388. <Compile Include="ViewModels\FillAndSign\PropertyPanel\ShapFillPropertyViewModel.cs" />
  389. <Compile Include="ViewModels\FillAndSign\PropertyPanel\TextFillPropertyViewModel.cs" />
  390. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveContentViewModel.cs" />
  391. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveManager.cs" />
  392. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudFilesContentViewModel.cs" />
  393. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\DropbBoxManager.cs" />
  394. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\DropbBoxUserItem.cs" />
  395. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\GoogleDriveManager.cs" />
  396. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\GoogleDriveUserItem.cs" />
  397. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogViewModel.cs" />
  398. <Compile Include="ViewModels\HomePanel\HomeCloudContentViewModel.cs" />
  399. <Compile Include="ViewModels\HomePanel\HomeGuidContentViewModel.cs" />
  400. <Compile Include="ViewModels\HomePanel\HomeToolsContentViewModel.cs" />
  401. <Compile Include="ViewModels\MainContentViewModel.cs" />
  402. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageExtractDialogViewModel.cs" />
  403. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageInsertDialogViewModel.cs" />
  404. <Compile Include="ViewModels\PageEdit\PageEditContentViewModel.cs" />
  405. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\FreehandAnnotPropertyViewModel.cs" />
  406. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\FreetextAnnotPropertyViewModel.cs" />
  407. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\ImageAnnotPropertyViewModel.cs" />
  408. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\LinkAnnotPropertyViewModel.cs" />
  409. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\SharpsAnnotPropertyViewModel.cs" />
  410. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\StampAnnotPropertyViewModel.cs" />
  411. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\TextAnnotPropertyViewModel.cs" />
  412. <Compile Include="ViewModels\PropertyPanel\PropertyPanelContentViewModel.cs" />
  413. <Compile Include="ViewModels\PropertyPanel\ViewModular\ReadModeContentViewModel.cs" />
  414. <Compile Include="ViewModels\PropertyPanel\ViewModular\SplitScreenContentViewModel.cs" />
  415. <Compile Include="ViewModels\PropertyPanel\ViewModular\ThemesContentViewModel.cs" />
  416. <Compile Include="ViewModels\PropertyPanel\ViewModular\ViewModularContentViewModel.cs" />
  417. <Compile Include="ViewModels\Tools\AnnotToolContentViewModel.cs" />
  418. <Compile Include="ViewModels\Tools\AnnotToolContentViewModel.Function.cs" />
  419. <Compile Include="ViewModels\Tools\AnnotToolContentViewModel.Properties.cs" />
  420. <Compile Include="ViewModels\Tools\TextEditToolContentViewModel.cs" />
  421. <Compile Include="ViewModels\Tools\ToolsBarContentViewModel.cs" />
  422. <Compile Include="ViewModels\EditTools\Watermark\WatermarkContentViewModel.cs" />
  423. <Compile Include="ViewModels\EditTools\Watermark\WatermarkCreateBaseContentViewModel.cs" />
  424. <Compile Include="ViewModels\EditTools\Watermark\WatermarkCreateFileContentViewModel.cs" />
  425. <Compile Include="ViewModels\EditTools\Watermark\WatermarkCreateTextContentViewModel.cs" />
  426. <Compile Include="ViewModels\EditTools\Watermark\WatermarkTemplateListBaseContentViewModel.cs" />
  427. <Compile Include="ViewModels\EditTools\Watermark\WatermarkTemplateListFileContentViewModel.cs" />
  428. <Compile Include="ViewModels\EditTools\Watermark\WatermarkTemplateListTextContentViewModel.cs" />
  429. <Compile Include="Views\BOTA\BookmarkContent.xaml.cs">
  430. <DependentUpon>BookmarkContent.xaml</DependentUpon>
  431. </Compile>
  432. <Compile Include="ViewModels\EditTools\Watermark\WatermarkDocumentContentViewModel.cs" />
  433. <Compile Include="Views\BOTA\BOTAContent.xaml.cs">
  434. <DependentUpon>BOTAContent.xaml</DependentUpon>
  435. </Compile>
  436. <Compile Include="Views\BOTA\OutLineControl.xaml.cs">
  437. <DependentUpon>OutLineControl.xaml</DependentUpon>
  438. </Compile>
  439. <Compile Include="Views\BOTA\SearchContent.xaml.cs">
  440. <DependentUpon>SearchContent.xaml</DependentUpon>
  441. </Compile>
  442. <Compile Include="Views\BottomToolContent.xaml.cs">
  443. <DependentUpon>BottomToolContent.xaml</DependentUpon>
  444. </Compile>
  445. <Compile Include="Views\Dialog\ConverterDialogs\ConverterCSVDialog.xaml.cs">
  446. <DependentUpon>ConverterCSVDialog.xaml</DependentUpon>
  447. </Compile>
  448. <Compile Include="Views\Dialog\ConverterDialogs\ConverterExcelDialog.xaml.cs">
  449. <DependentUpon>ConverterExcelDialog.xaml</DependentUpon>
  450. </Compile>
  451. <Compile Include="Views\Dialog\ConverterDialogs\ConverterHTMLDialog.xaml.cs">
  452. <DependentUpon>ConverterHTMLDialog.xaml</DependentUpon>
  453. </Compile>
  454. <Compile Include="Views\Dialog\ConverterDialogs\ConverterImgDialog.xaml.cs">
  455. <DependentUpon>ConverterImgDialog.xaml</DependentUpon>
  456. </Compile>
  457. <Compile Include="Views\Dialog\ConverterDialogs\ConverterPPTDialog.xaml.cs">
  458. <DependentUpon>ConverterPPTDialog.xaml</DependentUpon>
  459. </Compile>
  460. <Compile Include="Views\Dialog\ConverterDialogs\ConverterProgressBarDialog.xaml.cs">
  461. <DependentUpon>ConverterProgressBarDialog.xaml</DependentUpon>
  462. </Compile>
  463. <Compile Include="Views\Dialog\ConverterDialogs\ConverterRTFDialog.xaml.cs">
  464. <DependentUpon>ConverterRTFDialog.xaml</DependentUpon>
  465. </Compile>
  466. <Compile Include="Views\Dialog\ConverterDialogs\ConverterTextDialog.xaml.cs">
  467. <DependentUpon>ConverterTextDialog.xaml</DependentUpon>
  468. </Compile>
  469. <Compile Include="Views\Dialog\ConverterDialogs\ConverterWordDialog.xaml.cs">
  470. <DependentUpon>ConverterWordDialog.xaml</DependentUpon>
  471. </Compile>
  472. <Compile Include="Views\Dialog\BOTA\AddBookmarkDialog.xaml.cs">
  473. <DependentUpon>AddBookmarkDialog.xaml</DependentUpon>
  474. </Compile>
  475. <Compile Include="Views\Dialog\BOTA\BookmarkInfoDialog.xaml.cs">
  476. <DependentUpon>BookmarkInfoDialog.xaml</DependentUpon>
  477. </Compile>
  478. <Compile Include="Views\Dialog\FullScreenWindow.xaml.cs">
  479. <DependentUpon>FullScreenWindow.xaml</DependentUpon>
  480. </Compile>
  481. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialog.xaml.cs">
  482. <DependentUpon>HomePageBatchProcessingDialog.xaml</DependentUpon>
  483. </Compile>
  484. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialog.xaml.cs">
  485. <DependentUpon>HomePageCompressDialog.xaml</DependentUpon>
  486. </Compile>
  487. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSV.xaml.cs">
  488. <DependentUpon>HomePageConverterCSV.xaml</DependentUpon>
  489. </Compile>
  490. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialog.xaml.cs">
  491. <DependentUpon>HomePageConverterDialog.xaml</DependentUpon>
  492. </Compile>
  493. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcel.xaml.cs">
  494. <DependentUpon>HomePageConverterExcel.xaml</DependentUpon>
  495. </Compile>
  496. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImg.xaml.cs">
  497. <DependentUpon>HomePageConverterImg.xaml</DependentUpon>
  498. </Compile>
  499. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWord.xaml.cs">
  500. <DependentUpon>HomePageConverterWord.xaml</DependentUpon>
  501. </Compile>
  502. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialog.xaml.cs">
  503. <DependentUpon>HomePageSetPasswordDialog.xaml</DependentUpon>
  504. </Compile>
  505. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml.cs">
  506. <DependentUpon>HomePageExtractDialog.xaml</DependentUpon>
  507. </Compile>
  508. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml.cs">
  509. <DependentUpon>HomePageInsertDialog.xaml</DependentUpon>
  510. </Compile>
  511. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml.cs">
  512. <DependentUpon>HomePagePictureToPDFDialog.xaml</DependentUpon>
  513. </Compile>
  514. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml.cs">
  515. <DependentUpon>HomePagePrinterModBookletContent.xaml</DependentUpon>
  516. </Compile>
  517. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMultipleContent.xaml.cs">
  518. <DependentUpon>HomePagePrinterModMultipleContent.xaml</DependentUpon>
  519. </Compile>
  520. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml.cs">
  521. <DependentUpon>HomePagePrinterModPosterContent.xaml</DependentUpon>
  522. </Compile>
  523. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml.cs">
  524. <DependentUpon>HomePagePrinterModSizeContent.xaml</DependentUpon>
  525. </Compile>
  526. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml.cs">
  527. <DependentUpon>HomePagePrinterPageSetDialog.xaml</DependentUpon>
  528. </Compile>
  529. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml.cs">
  530. <DependentUpon>HomePageSplitDialog.xaml</DependentUpon>
  531. </Compile>
  532. <Compile Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml.cs">
  533. <DependentUpon>ExtractDialog.xaml</DependentUpon>
  534. </Compile>
  535. <Compile Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml.cs">
  536. <DependentUpon>InsertDialog.xaml</DependentUpon>
  537. </Compile>
  538. <Compile Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml.cs">
  539. <DependentUpon>SplitDialog.xaml</DependentUpon>
  540. </Compile>
  541. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml.cs">
  542. <DependentUpon>HomePagePrinterDialog.xaml</DependentUpon>
  543. </Compile>
  544. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml.cs">
  545. <DependentUpon>CompressDialog.xaml</DependentUpon>
  546. </Compile>
  547. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml.cs">
  548. <DependentUpon>CompressProgressBarDialog.xaml</DependentUpon>
  549. </Compile>
  550. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml.cs">
  551. <DependentUpon>CheckPasswordDialog.xaml</DependentUpon>
  552. </Compile>
  553. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml.cs">
  554. <DependentUpon>DeleteSafetySettingsDialog.xaml</DependentUpon>
  555. </Compile>
  556. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml.cs">
  557. <DependentUpon>SetPasswordDialog.xaml</DependentUpon>
  558. </Compile>
  559. <Compile Include="Views\Dialog\VerifyPassWordDialog.xaml.cs">
  560. <DependentUpon>VerifyPassWordDialog.xaml</DependentUpon>
  561. </Compile>
  562. <Compile Include="Views\EditTools\Redaction\RedactionContent.xaml.cs">
  563. <DependentUpon>RedactionContent.xaml</DependentUpon>
  564. </Compile>
  565. <Compile Include="Views\EditTools\Redaction\RedactionDocumentContent.xaml.cs">
  566. <DependentUpon>RedactionDocumentContent.xaml</DependentUpon>
  567. </Compile>
  568. <Compile Include="Views\EditTools\Bates\BatesContent.xaml.cs">
  569. <DependentUpon>BatesContent.xaml</DependentUpon>
  570. </Compile>
  571. <Compile Include="Views\EditTools\Bates\BatesCreateContent.xaml.cs">
  572. <DependentUpon>BatesCreateContent.xaml</DependentUpon>
  573. </Compile>
  574. <Compile Include="Views\EditTools\Bates\BatesDocumentContent.xaml.cs">
  575. <DependentUpon>BatesDocumentContent.xaml</DependentUpon>
  576. </Compile>
  577. <Compile Include="Views\EditTools\Bates\BatesTemplateListContent.xaml.cs">
  578. <DependentUpon>BatesTemplateListContent.xaml</DependentUpon>
  579. </Compile>
  580. <Compile Include="Views\EditTools\HeaderFooter\HeaderFooterContent.xaml.cs">
  581. <DependentUpon>HeaderFooterContent.xaml</DependentUpon>
  582. </Compile>
  583. <Compile Include="Views\EditTools\HeaderFooter\HeaderFooterCreateContent.xaml.cs">
  584. <DependentUpon>HeaderFooterCreateContent.xaml</DependentUpon>
  585. </Compile>
  586. <Compile Include="Views\EditTools\HeaderFooter\HeaderFooterDocumentContent.xaml.cs">
  587. <DependentUpon>HeaderFooterDocumentContent.xaml</DependentUpon>
  588. </Compile>
  589. <Compile Include="Views\EditTools\HeaderFooter\HeaderFooterTemplateListContent.xaml.cs">
  590. <DependentUpon>HeaderFooterTemplateListContent.xaml</DependentUpon>
  591. </Compile>
  592. <Compile Include="Views\FillAndSign\FillAndSignContent.xaml.cs">
  593. <DependentUpon>FillAndSignContent.xaml</DependentUpon>
  594. </Compile>
  595. <Compile Include="Views\FillAndSign\PropertyPanel\DateFillProperty.xaml.cs">
  596. <DependentUpon>DateFillProperty.xaml</DependentUpon>
  597. </Compile>
  598. <Compile Include="Views\FillAndSign\PropertyPanel\ShapFillProperty.xaml.cs">
  599. <DependentUpon>ShapFillProperty.xaml</DependentUpon>
  600. </Compile>
  601. <Compile Include="Views\FillAndSign\PropertyPanel\TextFillProperty.xaml.cs">
  602. <DependentUpon>TextFillProperty.xaml</DependentUpon>
  603. </Compile>
  604. <Compile Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml.cs">
  605. <DependentUpon>CloudDriveContent.xaml</DependentUpon>
  606. </Compile>
  607. <Compile Include="Views\EditTools\Background\BackgroundContent.xaml.cs">
  608. <DependentUpon>BackgroundContent.xaml</DependentUpon>
  609. </Compile>
  610. <Compile Include="Views\EditTools\Background\BackgroundDocumentContent.xaml.cs">
  611. <DependentUpon>BackgroundDocumentContent.xaml</DependentUpon>
  612. </Compile>
  613. <Compile Include="Views\EditTools\Watermark\WatermarkContent.xaml.cs">
  614. <DependentUpon>WatermarkContent.xaml</DependentUpon>
  615. </Compile>
  616. <Compile Include="Views\EditTools\Watermark\WatermarkCreateBaseContent.xaml.cs">
  617. <DependentUpon>WatermarkCreateBaseContent.xaml</DependentUpon>
  618. </Compile>
  619. <Compile Include="Views\EditTools\Watermark\WatermarkCreateFileContent.xaml.cs">
  620. <DependentUpon>WatermarkCreateFileContent.xaml</DependentUpon>
  621. </Compile>
  622. <Compile Include="Views\EditTools\Watermark\WatermarkCreateTextContent.xaml.cs">
  623. <DependentUpon>WatermarkCreateTextContent.xaml</DependentUpon>
  624. </Compile>
  625. <Compile Include="Views\EditTools\Watermark\WatermarkDocumentContent.xaml.cs">
  626. <DependentUpon>WatermarkDocumentContent.xaml</DependentUpon>
  627. </Compile>
  628. <Compile Include="Views\EditTools\Watermark\WatermarkTemplateListBaseContent.xaml.cs">
  629. <DependentUpon>WatermarkTemplateListBaseContent.xaml</DependentUpon>
  630. </Compile>
  631. <Compile Include="Views\EditTools\Watermark\WatermarkTemplateListFileContent.xaml.cs">
  632. <DependentUpon>WatermarkTemplateListFileContent.xaml</DependentUpon>
  633. </Compile>
  634. <Compile Include="Views\EditTools\Watermark\WatermarkTemplateListTextContent.xaml.cs">
  635. <DependentUpon>WatermarkTemplateListTextContent.xaml</DependentUpon>
  636. </Compile>
  637. <Compile Include="Views\EditTools\Background\BackgroundCreateBaseContent.xaml.cs">
  638. <DependentUpon>BackgroundCreateBaseContent.xaml</DependentUpon>
  639. </Compile>
  640. <Compile Include="Views\EditTools\Background\BackgroundCreateColorContent.xaml.cs">
  641. <DependentUpon>BackgroundCreateColorContent.xaml</DependentUpon>
  642. </Compile>
  643. <Compile Include="Views\EditTools\Background\BackgroundCreateFileContent.xaml.cs">
  644. <DependentUpon>BackgroundCreateFileContent.xaml</DependentUpon>
  645. </Compile>
  646. <Compile Include="Views\EditTools\Background\BackgroundTemplateListBaseContent.xaml.cs">
  647. <DependentUpon>BackgroundTemplateListBaseContent.xaml</DependentUpon>
  648. </Compile>
  649. <Compile Include="Views\EditTools\Background\BackgroundTemplateListColorContent.xaml.cs">
  650. <DependentUpon>BackgroundTemplateListColorContent.xaml</DependentUpon>
  651. </Compile>
  652. <Compile Include="Views\EditTools\Background\BackgroundTemplateListFileContent.xaml.cs">
  653. <DependentUpon>BackgroundTemplateListFileContent.xaml</DependentUpon>
  654. </Compile>
  655. <Compile Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml.cs">
  656. <DependentUpon>CloudFilesContent.xaml</DependentUpon>
  657. </Compile>
  658. <Compile Include="Views\HomePanel\HomeCloudContent.xaml.cs">
  659. <DependentUpon>HomeCloudContent.xaml</DependentUpon>
  660. </Compile>
  661. <Compile Include="Views\HomePanel\HomeGuidContent.xaml.cs">
  662. <DependentUpon>HomeGuidContent.xaml</DependentUpon>
  663. </Compile>
  664. <Compile Include="Views\HomePanel\PDFTools\PDFToolItem.xaml.cs">
  665. <DependentUpon>PDFToolItem.xaml</DependentUpon>
  666. </Compile>
  667. <Compile Include="Views\HomePanel\HomeToolsContent.xaml.cs">
  668. <DependentUpon>HomeToolsContent.xaml</DependentUpon>
  669. </Compile>
  670. <Compile Include="Helper\PDFToolsHelper.cs" />
  671. <Compile Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml.cs">
  672. <DependentUpon>PDFToolsContent.xaml</DependentUpon>
  673. </Compile>
  674. <Compile Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml.cs">
  675. <DependentUpon>QuickToolsContent.xaml</DependentUpon>
  676. </Compile>
  677. <Compile Include="Views\HomePanel\PromotionContent.xaml.cs">
  678. <DependentUpon>PromotionContent.xaml</DependentUpon>
  679. </Compile>
  680. <Compile Include="Views\HomePanel\RecentFiles\DocItemControl.xaml.cs">
  681. <DependentUpon>DocItemControl.xaml</DependentUpon>
  682. </Compile>
  683. <Compile Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml.cs">
  684. <DependentUpon>DocItemListViewControl.xaml</DependentUpon>
  685. </Compile>
  686. <Compile Include="Views\HomePanel\RecentFiles\RecentFilesContent.xaml.cs">
  687. <DependentUpon>RecentFilesContent.xaml</DependentUpon>
  688. </Compile>
  689. <Compile Include="Views\MainContent.xaml.cs">
  690. <DependentUpon>MainContent.xaml</DependentUpon>
  691. </Compile>
  692. <Compile Include="Views\PageEdit\PageEditContent.xaml.cs">
  693. <DependentUpon>PageEditContent.xaml</DependentUpon>
  694. </Compile>
  695. <Compile Include="CustomControl\CompositeControl\ColorContent.xaml.cs">
  696. <DependentUpon>ColorContent.xaml</DependentUpon>
  697. </Compile>
  698. <Compile Include="CustomControl\CompositeControl\SlidContentPop.xaml.cs">
  699. <DependentUpon>SlidContentPop.xaml</DependentUpon>
  700. </Compile>
  701. <Compile Include="Views\PropertyPanel\AnnotPanel\CustomCreateDialog.xaml.cs">
  702. <DependentUpon>CustomCreateDialog.xaml</DependentUpon>
  703. </Compile>
  704. <Compile Include="Views\PropertyPanel\AnnotPanel\DynamicPropertyDialog.xaml.cs">
  705. <DependentUpon>DynamicPropertyDialog.xaml</DependentUpon>
  706. </Compile>
  707. <Compile Include="Views\PropertyPanel\AnnotPanel\FreehandAnnotProperty.xaml.cs">
  708. <DependentUpon>FreehandAnnotProperty.xaml</DependentUpon>
  709. </Compile>
  710. <Compile Include="Views\PropertyPanel\AnnotPanel\FreetextAnnotProperty.xaml.cs">
  711. <DependentUpon>FreetextAnnotProperty.xaml</DependentUpon>
  712. </Compile>
  713. <Compile Include="Views\PropertyPanel\AnnotPanel\ImageAnnotProperty.xaml.cs">
  714. <DependentUpon>ImageAnnotProperty.xaml</DependentUpon>
  715. </Compile>
  716. <Compile Include="Views\PropertyPanel\AnnotPanel\LinkAnnotProperty.xaml.cs">
  717. <DependentUpon>LinkAnnotProperty.xaml</DependentUpon>
  718. </Compile>
  719. <Compile Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml.cs">
  720. <DependentUpon>SharpsAnnotProperty.xaml</DependentUpon>
  721. </Compile>
  722. <Compile Include="Views\PropertyPanel\AnnotPanel\StampAnnotProperty.xaml.cs">
  723. <DependentUpon>StampAnnotProperty.xaml</DependentUpon>
  724. </Compile>
  725. <Compile Include="Views\PropertyPanel\AnnotPanel\TextAnnotProperty.xaml.cs">
  726. <DependentUpon>TextAnnotProperty.xaml</DependentUpon>
  727. </Compile>
  728. <Compile Include="CustomControl\CompositeControl\SlidContent.xaml.cs">
  729. <DependentUpon>SlidContent.xaml</DependentUpon>
  730. </Compile>
  731. <Compile Include="Views\PropertyPanel\PropertyPanelContent.xaml.cs">
  732. <DependentUpon>PropertyPanelContent.xaml</DependentUpon>
  733. </Compile>
  734. <Compile Include="Views\PropertyPanel\TextEditProperty.xaml.cs">
  735. <DependentUpon>TextEditProperty.xaml</DependentUpon>
  736. </Compile>
  737. <Compile Include="Views\PropertyPanel\ViewModular\ReadModeContent.xaml.cs">
  738. <DependentUpon>ReadModeContent.xaml</DependentUpon>
  739. </Compile>
  740. <Compile Include="Views\PropertyPanel\ViewModular\SplitScreenContent.xaml.cs">
  741. <DependentUpon>SplitScreenContent.xaml</DependentUpon>
  742. </Compile>
  743. <Compile Include="Views\PropertyPanel\ViewModular\ThemesContent.xaml.cs">
  744. <DependentUpon>ThemesContent.xaml</DependentUpon>
  745. </Compile>
  746. <Compile Include="Views\PropertyPanel\ViewModular\ViewModularContent.xaml.cs">
  747. <DependentUpon>ViewModularContent.xaml</DependentUpon>
  748. </Compile>
  749. <Compile Include="Views\Tools\AnnotToolContent.xaml.cs">
  750. <DependentUpon>AnnotToolContent.xaml</DependentUpon>
  751. </Compile>
  752. <Compile Include="Views\Tools\ConverterBarContent.xaml.cs">
  753. <DependentUpon>ConverterBarContent.xaml</DependentUpon>
  754. </Compile>
  755. <Compile Include="Views\Tools\TextEditToolContent.xaml.cs">
  756. <DependentUpon>TextEditToolContent.xaml</DependentUpon>
  757. </Compile>
  758. <Compile Include="Views\Tools\ToolsBarContent.xaml.cs">
  759. <DependentUpon>ToolsBarContent.xaml</DependentUpon>
  760. </Compile>
  761. <Compile Include="Views\ViewContent.xaml.cs">
  762. <DependentUpon>ViewContent.xaml</DependentUpon>
  763. </Compile>
  764. <Page Include="CustomControl\AlertsMessage.xaml">
  765. <Generator>MSBuild:Compile</Generator>
  766. <SubType>Designer</SubType>
  767. </Page>
  768. <Page Include="CustomControl\ColorDropBox.xaml">
  769. <Generator>MSBuild:Compile</Generator>
  770. <SubType>Designer</SubType>
  771. </Page>
  772. <Page Include="CustomControl\ColorDropBoxPop.xaml">
  773. <Generator>MSBuild:Compile</Generator>
  774. <SubType>Designer</SubType>
  775. </Page>
  776. <Page Include="CustomControl\CommonWritableComboBox.xaml">
  777. <Generator>MSBuild:Compile</Generator>
  778. <SubType>Designer</SubType>
  779. </Page>
  780. <Page Include="CustomControl\CompositeControl\ColorSubContent.xaml">
  781. <Generator>MSBuild:Compile</Generator>
  782. <SubType>Designer</SubType>
  783. </Page>
  784. <Page Include="CustomControl\LoadingControl.xaml">
  785. <SubType>Designer</SubType>
  786. <Generator>MSBuild:Compile</Generator>
  787. </Page>
  788. <Page Include="CustomControl\NumericUpDown.xaml">
  789. <SubType>Designer</SubType>
  790. <Generator>MSBuild:Compile</Generator>
  791. </Page>
  792. <Page Include="CustomControl\PageControl.xaml">
  793. <SubType>Designer</SubType>
  794. <Generator>MSBuild:Compile</Generator>
  795. </Page>
  796. <Page Include="CustomControl\PageTurningPreview.xaml">
  797. <SubType>Designer</SubType>
  798. <Generator>MSBuild:Compile</Generator>
  799. </Page>
  800. <Page Include="CustomControl\ToastControl.xaml">
  801. <Generator>MSBuild:Compile</Generator>
  802. <SubType>Designer</SubType>
  803. </Page>
  804. <Page Include="CustomControl\WritableComboBox.xaml">
  805. <SubType>Designer</SubType>
  806. <Generator>MSBuild:Compile</Generator>
  807. </Page>
  808. <Page Include="Styles\ButtonStyle.xaml">
  809. <SubType>Designer</SubType>
  810. <Generator>MSBuild:Compile</Generator>
  811. </Page>
  812. <Page Include="Styles\CheckBoxStyle.xaml">
  813. <SubType>Designer</SubType>
  814. <Generator>MSBuild:Compile</Generator>
  815. </Page>
  816. <Page Include="Styles\ComboxStyle.xaml">
  817. <SubType>Designer</SubType>
  818. <Generator>MSBuild:Compile</Generator>
  819. </Page>
  820. <Page Include="Styles\ContainerStyles\ComboxStyle\ComboxItemStyle.xaml">
  821. <SubType>Designer</SubType>
  822. <Generator>MSBuild:Compile</Generator>
  823. </Page>
  824. <Page Include="Styles\CustomBtnStyle.xaml">
  825. <Generator>MSBuild:Compile</Generator>
  826. <SubType>Designer</SubType>
  827. </Page>
  828. <Page Include="Styles\CustomListItemStyle.xaml">
  829. <SubType>Designer</SubType>
  830. <Generator>MSBuild:Compile</Generator>
  831. </Page>
  832. <Page Include="Styles\ExpanderStyle.xaml">
  833. <Generator>MSBuild:Compile</Generator>
  834. <SubType>Designer</SubType>
  835. </Page>
  836. <Page Include="Styles\ListBoxStyle.xaml">
  837. <Generator>MSBuild:Compile</Generator>
  838. <SubType>Designer</SubType>
  839. </Page>
  840. <Page Include="Styles\ListViewStyle.xaml">
  841. <Generator>MSBuild:Compile</Generator>
  842. <SubType>Designer</SubType>
  843. </Page>
  844. <Page Include="Styles\MenuStyle.xaml">
  845. <SubType>Designer</SubType>
  846. <Generator>MSBuild:Compile</Generator>
  847. </Page>
  848. <Page Include="Styles\OutLineItemStyle.xaml">
  849. <SubType>Designer</SubType>
  850. <Generator>MSBuild:Compile</Generator>
  851. </Page>
  852. <Page Include="Styles\PathButtonStyle.xaml">
  853. <SubType>Designer</SubType>
  854. <Generator>MSBuild:Compile</Generator>
  855. </Page>
  856. <Page Include="Styles\RadioButtonStyle.xaml">
  857. <SubType>Designer</SubType>
  858. <Generator>MSBuild:Compile</Generator>
  859. </Page>
  860. <Page Include="Styles\SliderStyle.xaml">
  861. <Generator>MSBuild:Compile</Generator>
  862. <SubType>Designer</SubType>
  863. </Page>
  864. <Page Include="Styles\TabControlStyle.xaml">
  865. <SubType>Designer</SubType>
  866. <Generator>MSBuild:Compile</Generator>
  867. </Page>
  868. <Page Include="Styles\TextBoxStyle.xaml">
  869. <SubType>Designer</SubType>
  870. <Generator>MSBuild:Compile</Generator>
  871. </Page>
  872. <Page Include="Styles\WindowsStyle.xaml">
  873. <Generator>MSBuild:Compile</Generator>
  874. <SubType>Designer</SubType>
  875. </Page>
  876. <Page Include="Themes\Alias_Light.xaml">
  877. <SubType>Designer</SubType>
  878. <Generator>MSBuild:Compile</Generator>
  879. </Page>
  880. <Page Include="Themes\Generic.xaml">
  881. <Generator>MSBuild:Compile</Generator>
  882. <SubType>Designer</SubType>
  883. </Page>
  884. <Page Include="Themes\Global.xaml">
  885. <SubType>Designer</SubType>
  886. <Generator>XamlIntelliSenseFileGenerator</Generator>
  887. </Page>
  888. <Page Include="Views\BOTA\BookmarkContent.xaml">
  889. <SubType>Designer</SubType>
  890. <Generator>MSBuild:Compile</Generator>
  891. </Page>
  892. <Page Include="Views\BOTA\BOTAContent.xaml">
  893. <SubType>Designer</SubType>
  894. <Generator>MSBuild:Compile</Generator>
  895. </Page>
  896. <Page Include="Views\BOTA\OutLineControl.xaml">
  897. <SubType>Designer</SubType>
  898. <Generator>MSBuild:Compile</Generator>
  899. </Page>
  900. <Page Include="Views\BOTA\SearchContent.xaml">
  901. <Generator>MSBuild:Compile</Generator>
  902. <SubType>Designer</SubType>
  903. </Page>
  904. <Page Include="Views\BottomToolContent.xaml">
  905. <SubType>Designer</SubType>
  906. <Generator>MSBuild:Compile</Generator>
  907. </Page>
  908. <Page Include="Views\Dialog\ConverterDialogs\ConverterCSVDialog.xaml">
  909. <SubType>Designer</SubType>
  910. <Generator>MSBuild:Compile</Generator>
  911. </Page>
  912. <Page Include="Views\Dialog\BOTA\AddBookmarkDialog.xaml">
  913. <SubType>Designer</SubType>
  914. <Generator>MSBuild:Compile</Generator>
  915. </Page>
  916. <Page Include="Views\Dialog\BOTA\BookmarkInfoDialog.xaml">
  917. <SubType>Designer</SubType>
  918. <Generator>MSBuild:Compile</Generator>
  919. </Page>
  920. <Page Include="Views\Dialog\FullScreenWindow.xaml">
  921. <SubType>Designer</SubType>
  922. <Generator>MSBuild:Compile</Generator>
  923. </Page>
  924. <Page Include="Views\Dialog\ConverterDialogs\ConverterExcelDialog.xaml">
  925. <SubType>Designer</SubType>
  926. <Generator>MSBuild:Compile</Generator>
  927. </Page>
  928. <Page Include="Views\Dialog\ConverterDialogs\ConverterHTMLDialog.xaml">
  929. <SubType>Designer</SubType>
  930. <Generator>MSBuild:Compile</Generator>
  931. </Page>
  932. <Page Include="Views\Dialog\ConverterDialogs\ConverterImgDialog.xaml">
  933. <SubType>Designer</SubType>
  934. <Generator>MSBuild:Compile</Generator>
  935. </Page>
  936. <Page Include="Views\Dialog\ConverterDialogs\ConverterPPTDialog.xaml">
  937. <SubType>Designer</SubType>
  938. <Generator>MSBuild:Compile</Generator>
  939. </Page>
  940. <Page Include="Views\Dialog\ConverterDialogs\ConverterProgressBarDialog.xaml">
  941. <SubType>Designer</SubType>
  942. <Generator>MSBuild:Compile</Generator>
  943. </Page>
  944. <Page Include="Views\Dialog\ConverterDialogs\ConverterRTFDialog.xaml">
  945. <SubType>Designer</SubType>
  946. <Generator>MSBuild:Compile</Generator>
  947. </Page>
  948. <Page Include="Views\Dialog\ConverterDialogs\ConverterTextDialog.xaml">
  949. <SubType>Designer</SubType>
  950. <Generator>MSBuild:Compile</Generator>
  951. </Page>
  952. <Page Include="Views\Dialog\ConverterDialogs\ConverterWordDialog.xaml">
  953. <SubType>Designer</SubType>
  954. <Generator>MSBuild:Compile</Generator>
  955. </Page>
  956. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialog.xaml">
  957. <SubType>Designer</SubType>
  958. <Generator>MSBuild:Compile</Generator>
  959. </Page>
  960. <Page Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml">
  961. <SubType>Designer</SubType>
  962. <Generator>MSBuild:Compile</Generator>
  963. </Page>
  964. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialog.xaml">
  965. <SubType>Designer</SubType>
  966. <Generator>MSBuild:Compile</Generator>
  967. </Page>
  968. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSV.xaml">
  969. <SubType>Designer</SubType>
  970. <Generator>MSBuild:Compile</Generator>
  971. </Page>
  972. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialog.xaml">
  973. <SubType>Designer</SubType>
  974. <Generator>MSBuild:Compile</Generator>
  975. </Page>
  976. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcel.xaml">
  977. <SubType>Designer</SubType>
  978. <Generator>MSBuild:Compile</Generator>
  979. </Page>
  980. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImg.xaml">
  981. <SubType>Designer</SubType>
  982. <Generator>MSBuild:Compile</Generator>
  983. </Page>
  984. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWord.xaml">
  985. <SubType>Designer</SubType>
  986. <Generator>MSBuild:Compile</Generator>
  987. </Page>
  988. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialog.xaml">
  989. <SubType>Designer</SubType>
  990. <Generator>MSBuild:Compile</Generator>
  991. </Page>
  992. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml">
  993. <SubType>Designer</SubType>
  994. <Generator>MSBuild:Compile</Generator>
  995. </Page>
  996. <Page Include="Views\EditTools\Bates\BatesContent.xaml">
  997. <SubType>Designer</SubType>
  998. <Generator>MSBuild:Compile</Generator>
  999. </Page>
  1000. <Page Include="Views\EditTools\Bates\BatesCreateContent.xaml">
  1001. <SubType>Designer</SubType>
  1002. <Generator>MSBuild:Compile</Generator>
  1003. </Page>
  1004. <Page Include="Views\EditTools\Bates\BatesDocumentContent.xaml">
  1005. <SubType>Designer</SubType>
  1006. <Generator>MSBuild:Compile</Generator>
  1007. </Page>
  1008. <Page Include="Views\EditTools\Bates\BatesTemplateListContent.xaml">
  1009. <SubType>Designer</SubType>
  1010. <Generator>MSBuild:Compile</Generator>
  1011. </Page>
  1012. <Page Include="Views\EditTools\HeaderFooter\HeaderFooterContent.xaml">
  1013. <SubType>Designer</SubType>
  1014. <Generator>MSBuild:Compile</Generator>
  1015. </Page>
  1016. <Page Include="Views\EditTools\HeaderFooter\HeaderFooterCreateContent.xaml">
  1017. <SubType>Designer</SubType>
  1018. <Generator>MSBuild:Compile</Generator>
  1019. </Page>
  1020. <Page Include="Views\EditTools\HeaderFooter\HeaderFooterDocumentContent.xaml">
  1021. <SubType>Designer</SubType>
  1022. <Generator>MSBuild:Compile</Generator>
  1023. </Page>
  1024. <Page Include="Views\EditTools\HeaderFooter\HeaderFooterTemplateListContent.xaml">
  1025. <SubType>Designer</SubType>
  1026. <Generator>MSBuild:Compile</Generator>
  1027. </Page>
  1028. <Page Include="Views\EditTools\Redaction\RedactionContent.xaml">
  1029. <SubType>Designer</SubType>
  1030. <Generator>MSBuild:Compile</Generator>
  1031. </Page>
  1032. <Page Include="Views\EditTools\Redaction\RedactionDocumentContent.xaml">
  1033. <SubType>Designer</SubType>
  1034. <Generator>MSBuild:Compile</Generator>
  1035. </Page>
  1036. <Page Include="Views\FillAndSign\FillAndSignContent.xaml">
  1037. <SubType>Designer</SubType>
  1038. <Generator>MSBuild:Compile</Generator>
  1039. </Page>
  1040. <Page Include="Views\FillAndSign\PropertyPanel\DateFillProperty.xaml">
  1041. <SubType>Designer</SubType>
  1042. <Generator>MSBuild:Compile</Generator>
  1043. </Page>
  1044. <Page Include="Views\FillAndSign\PropertyPanel\ShapFillProperty.xaml">
  1045. <SubType>Designer</SubType>
  1046. <Generator>MSBuild:Compile</Generator>
  1047. </Page>
  1048. <Page Include="Views\FillAndSign\PropertyPanel\TextFillProperty.xaml">
  1049. <SubType>Designer</SubType>
  1050. <Generator>MSBuild:Compile</Generator>
  1051. </Page>
  1052. <Page Include="Views\HomeContent.xaml">
  1053. <SubType>Designer</SubType>
  1054. <Generator>MSBuild:Compile</Generator>
  1055. </Page>
  1056. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml">
  1057. <SubType>Designer</SubType>
  1058. <Generator>MSBuild:Compile</Generator>
  1059. </Page>
  1060. <Page Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml">
  1061. <SubType>Designer</SubType>
  1062. <Generator>MSBuild:Compile</Generator>
  1063. </Page>
  1064. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml">
  1065. <SubType>Designer</SubType>
  1066. <Generator>MSBuild:Compile</Generator>
  1067. </Page>
  1068. <Page Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml">
  1069. <SubType>Designer</SubType>
  1070. <Generator>MSBuild:Compile</Generator>
  1071. </Page>
  1072. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml">
  1073. <SubType>Designer</SubType>
  1074. <Generator>MSBuild:Compile</Generator>
  1075. </Page>
  1076. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMultipleContent.xaml">
  1077. <SubType>Designer</SubType>
  1078. <Generator>MSBuild:Compile</Generator>
  1079. </Page>
  1080. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml">
  1081. <SubType>Designer</SubType>
  1082. <Generator>MSBuild:Compile</Generator>
  1083. </Page>
  1084. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml">
  1085. <SubType>Designer</SubType>
  1086. <Generator>MSBuild:Compile</Generator>
  1087. </Page>
  1088. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml">
  1089. <SubType>Designer</SubType>
  1090. <Generator>MSBuild:Compile</Generator>
  1091. </Page>
  1092. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml">
  1093. <SubType>Designer</SubType>
  1094. <Generator>MSBuild:Compile</Generator>
  1095. </Page>
  1096. <Page Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml">
  1097. <Generator>MSBuild:Compile</Generator>
  1098. <SubType>Designer</SubType>
  1099. </Page>
  1100. <Page Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml">
  1101. <Generator>MSBuild:Compile</Generator>
  1102. <SubType>Designer</SubType>
  1103. </Page>
  1104. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml">
  1105. <SubType>Designer</SubType>
  1106. </Page>
  1107. <Page Include="CustomControl\CompositeControl\ColorContent.xaml">
  1108. <SubType>Designer</SubType>
  1109. <Generator>MSBuild:Compile</Generator>
  1110. </Page>
  1111. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml">
  1112. <SubType>Designer</SubType>
  1113. <Generator>MSBuild:Compile</Generator>
  1114. </Page>
  1115. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml">
  1116. <SubType>Designer</SubType>
  1117. <Generator>MSBuild:Compile</Generator>
  1118. </Page>
  1119. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml">
  1120. <SubType>Designer</SubType>
  1121. <Generator>MSBuild:Compile</Generator>
  1122. </Page>
  1123. <Page Include="CustomControl\CompositeControl\SlidContentPop.xaml">
  1124. <Generator>MSBuild:Compile</Generator>
  1125. <SubType>Designer</SubType>
  1126. </Page>
  1127. <Page Include="Views\PropertyPanel\AnnotPanel\CustomCreateDialog.xaml">
  1128. <SubType>Designer</SubType>
  1129. <Generator>MSBuild:Compile</Generator>
  1130. </Page>
  1131. <Page Include="Views\PropertyPanel\AnnotPanel\DynamicPropertyDialog.xaml">
  1132. <SubType>Designer</SubType>
  1133. <Generator>MSBuild:Compile</Generator>
  1134. </Page>
  1135. <Page Include="Views\PropertyPanel\AnnotPanel\FreehandAnnotProperty.xaml">
  1136. <SubType>Designer</SubType>
  1137. <Generator>MSBuild:Compile</Generator>
  1138. </Page>
  1139. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml">
  1140. <SubType>Designer</SubType>
  1141. <Generator>MSBuild:Compile</Generator>
  1142. </Page>
  1143. <Page Include="Views\PropertyPanel\AnnotPanel\FreetextAnnotProperty.xaml">
  1144. <SubType>Designer</SubType>
  1145. <Generator>MSBuild:Compile</Generator>
  1146. </Page>
  1147. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml">
  1148. <SubType>Designer</SubType>
  1149. <Generator>MSBuild:Compile</Generator>
  1150. </Page>
  1151. <Page Include="Views\Dialog\VerifyPassWordDialog.xaml">
  1152. <SubType>Designer</SubType>
  1153. <Generator>MSBuild:Compile</Generator>
  1154. </Page>
  1155. <Page Include="Views\PropertyPanel\AnnotPanel\ImageAnnotProperty.xaml">
  1156. <SubType>Designer</SubType>
  1157. <Generator>MSBuild:Compile</Generator>
  1158. </Page>
  1159. <Page Include="Views\PropertyPanel\AnnotPanel\LinkAnnotProperty.xaml">
  1160. <SubType>Designer</SubType>
  1161. <Generator>MSBuild:Compile</Generator>
  1162. </Page>
  1163. <Page Include="Views\EditTools\Background\BackgroundContent.xaml">
  1164. <SubType>Designer</SubType>
  1165. <Generator>MSBuild:Compile</Generator>
  1166. </Page>
  1167. <Page Include="Views\EditTools\Background\BackgroundDocumentContent.xaml">
  1168. <SubType>Designer</SubType>
  1169. <Generator>MSBuild:Compile</Generator>
  1170. </Page>
  1171. <Page Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml">
  1172. <SubType>Designer</SubType>
  1173. <Generator>MSBuild:Compile</Generator>
  1174. </Page>
  1175. <Page Include="Views\EditTools\Watermark\WatermarkContent.xaml">
  1176. <SubType>Designer</SubType>
  1177. <Generator>MSBuild:Compile</Generator>
  1178. </Page>
  1179. <Page Include="Views\PropertyPanel\AnnotPanel\StampAnnotProperty.xaml">
  1180. <SubType>Designer</SubType>
  1181. <Generator>MSBuild:Compile</Generator>
  1182. </Page>
  1183. <Page Include="Views\EditTools\Watermark\WatermarkCreateBaseContent.xaml">
  1184. <SubType>Designer</SubType>
  1185. <Generator>MSBuild:Compile</Generator>
  1186. </Page>
  1187. <Page Include="Views\EditTools\Watermark\WatermarkCreateFileContent.xaml">
  1188. <SubType>Designer</SubType>
  1189. <Generator>MSBuild:Compile</Generator>
  1190. </Page>
  1191. <Page Include="Views\PropertyPanel\AnnotPanel\TextAnnotProperty.xaml">
  1192. <SubType>Designer</SubType>
  1193. <Generator>MSBuild:Compile</Generator>
  1194. </Page>
  1195. <Page Include="Views\EditTools\Watermark\WatermarkCreateTextContent.xaml">
  1196. <SubType>Designer</SubType>
  1197. <Generator>MSBuild:Compile</Generator>
  1198. </Page>
  1199. <Page Include="Views\EditTools\Watermark\WatermarkDocumentContent.xaml">
  1200. <SubType>Designer</SubType>
  1201. <Generator>MSBuild:Compile</Generator>
  1202. </Page>
  1203. <Page Include="Views\EditTools\Watermark\WatermarkTemplateListBaseContent.xaml">
  1204. <SubType>Designer</SubType>
  1205. <Generator>MSBuild:Compile</Generator>
  1206. </Page>
  1207. <Page Include="CustomControl\CompositeControl\SlidContent.xaml">
  1208. <Generator>MSBuild:Compile</Generator>
  1209. </Page>
  1210. <Page Include="Views\EditTools\Watermark\WatermarkTemplateListFileContent.xaml">
  1211. <SubType>Designer</SubType>
  1212. <Generator>MSBuild:Compile</Generator>
  1213. </Page>
  1214. <Page Include="Views\EditTools\Watermark\WatermarkTemplateListTextContent.xaml">
  1215. <SubType>Designer</SubType>
  1216. <Generator>MSBuild:Compile</Generator>
  1217. </Page>
  1218. <Page Include="Views\EditTools\Background\BackgroundCreateBaseContent.xaml">
  1219. <SubType>Designer</SubType>
  1220. </Page>
  1221. <Page Include="Views\PropertyPanel\PropertyPanelContent.xaml">
  1222. <SubType>Designer</SubType>
  1223. <Generator>MSBuild:Compile</Generator>
  1224. </Page>
  1225. <Page Include="Views\PropertyPanel\TextEditProperty.xaml">
  1226. <Generator>MSBuild:Compile</Generator>
  1227. <SubType>Designer</SubType>
  1228. </Page>
  1229. <Page Include="Views\PropertyPanel\ViewModular\ReadModeContent.xaml">
  1230. <SubType>Designer</SubType>
  1231. <Generator>MSBuild:Compile</Generator>
  1232. </Page>
  1233. <Page Include="Views\PropertyPanel\ViewModular\SplitScreenContent.xaml">
  1234. <SubType>Designer</SubType>
  1235. <Generator>MSBuild:Compile</Generator>
  1236. </Page>
  1237. <Page Include="Views\EditTools\Background\BackgroundCreateColorContent.xaml">
  1238. <SubType>Designer</SubType>
  1239. <Generator>MSBuild:Compile</Generator>
  1240. </Page>
  1241. <Page Include="Views\EditTools\Background\BackgroundCreateFileContent.xaml">
  1242. <SubType>Designer</SubType>
  1243. <Generator>MSBuild:Compile</Generator>
  1244. </Page>
  1245. <Page Include="Views\PropertyPanel\ViewModular\ThemesContent.xaml">
  1246. <SubType>Designer</SubType>
  1247. <Generator>MSBuild:Compile</Generator>
  1248. </Page>
  1249. <Page Include="Views\PropertyPanel\ViewModular\ViewModularContent.xaml">
  1250. <SubType>Designer</SubType>
  1251. <Generator>MSBuild:Compile</Generator>
  1252. </Page>
  1253. <Page Include="Views\EditTools\Background\BackgroundTemplateListBaseContent.xaml">
  1254. <SubType>Designer</SubType>
  1255. <Generator>MSBuild:Compile</Generator>
  1256. </Page>
  1257. <Page Include="Views\EditTools\Background\BackgroundTemplateListColorContent.xaml">
  1258. <SubType>Designer</SubType>
  1259. <Generator>MSBuild:Compile</Generator>
  1260. </Page>
  1261. <Page Include="Views\EditTools\Background\BackgroundTemplateListFileContent.xaml">
  1262. <SubType>Designer</SubType>
  1263. <Generator>MSBuild:Compile</Generator>
  1264. </Page>
  1265. <Page Include="Views\HomePanel\HomeCloudContent.xaml">
  1266. <SubType>Designer</SubType>
  1267. <Generator>MSBuild:Compile</Generator>
  1268. </Page>
  1269. <Page Include="Views\HomePanel\HomeGuidContent.xaml">
  1270. <SubType>Designer</SubType>
  1271. <Generator>MSBuild:Compile</Generator>
  1272. </Page>
  1273. <Page Include="Views\HomePanel\PDFTools\PDFToolItem.xaml">
  1274. <Generator>MSBuild:Compile</Generator>
  1275. <SubType>Designer</SubType>
  1276. </Page>
  1277. <Page Include="Views\HomePanel\HomeToolsContent.xaml">
  1278. <SubType>Designer</SubType>
  1279. <Generator>MSBuild:Compile</Generator>
  1280. </Page>
  1281. <Page Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml">
  1282. <Generator>MSBuild:Compile</Generator>
  1283. <SubType>Designer</SubType>
  1284. </Page>
  1285. <Page Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml">
  1286. <SubType>Designer</SubType>
  1287. <Generator>MSBuild:Compile</Generator>
  1288. </Page>
  1289. <Page Include="Views\HomePanel\PromotionContent.xaml">
  1290. <Generator>MSBuild:Compile</Generator>
  1291. <SubType>Designer</SubType>
  1292. </Page>
  1293. <Page Include="Views\HomePanel\RecentFiles\DocItemControl.xaml">
  1294. <Generator>MSBuild:Compile</Generator>
  1295. <SubType>Designer</SubType>
  1296. </Page>
  1297. <Page Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml">
  1298. <Generator>MSBuild:Compile</Generator>
  1299. <SubType>Designer</SubType>
  1300. </Page>
  1301. <Page Include="Views\HomePanel\RecentFiles\RecentFilesContent.xaml">
  1302. <Generator>MSBuild:Compile</Generator>
  1303. <SubType>Designer</SubType>
  1304. </Page>
  1305. <Page Include="Views\MainContent.xaml">
  1306. <SubType>Designer</SubType>
  1307. <Generator>MSBuild:Compile</Generator>
  1308. </Page>
  1309. <Page Include="Views\MainWindow.xaml">
  1310. <Generator>MSBuild:Compile</Generator>
  1311. <SubType>Designer</SubType>
  1312. </Page>
  1313. <Compile Include="App.xaml.cs">
  1314. <DependentUpon>App.xaml</DependentUpon>
  1315. <SubType>Code</SubType>
  1316. </Compile>
  1317. <Compile Include="ViewModels\HomeContentViewModel.cs" />
  1318. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  1319. <Compile Include="ViewModels\ViewContentViewModel.cs" />
  1320. <Compile Include="Views\HomeContent.xaml.cs">
  1321. <DependentUpon>HomeContent.xaml</DependentUpon>
  1322. </Compile>
  1323. <Compile Include="Views\MainWindow.xaml.cs">
  1324. <DependentUpon>MainWindow.xaml</DependentUpon>
  1325. <SubType>Code</SubType>
  1326. </Compile>
  1327. <Page Include="Views\PageEdit\PageEditContent.xaml">
  1328. <Generator>MSBuild:Compile</Generator>
  1329. <SubType>Designer</SubType>
  1330. </Page>
  1331. <Page Include="Views\Tools\AnnotToolContent.xaml">
  1332. <SubType>Designer</SubType>
  1333. <Generator>MSBuild:Compile</Generator>
  1334. </Page>
  1335. <Page Include="Views\Tools\ConverterBarContent.xaml">
  1336. <SubType>Designer</SubType>
  1337. <Generator>MSBuild:Compile</Generator>
  1338. </Page>
  1339. <Page Include="Views\Tools\TextEditToolContent.xaml">
  1340. <Generator>MSBuild:Compile</Generator>
  1341. <SubType>Designer</SubType>
  1342. </Page>
  1343. <Page Include="Views\Tools\ToolsBarContent.xaml">
  1344. <SubType>Designer</SubType>
  1345. <Generator>MSBuild:Compile</Generator>
  1346. </Page>
  1347. <Page Include="Views\ViewContent.xaml">
  1348. <SubType>Designer</SubType>
  1349. <Generator>MSBuild:Compile</Generator>
  1350. </Page>
  1351. </ItemGroup>
  1352. <ItemGroup>
  1353. <Compile Include="Properties\AssemblyInfo.cs">
  1354. <SubType>Code</SubType>
  1355. </Compile>
  1356. <Compile Include="Properties\Settings.Designer.cs">
  1357. <AutoGen>True</AutoGen>
  1358. <DependentUpon>Settings.settings</DependentUpon>
  1359. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  1360. </Compile>
  1361. <None Include="credentials.json">
  1362. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1363. </None>
  1364. <None Include="packages.config" />
  1365. <None Include="Properties\Settings.settings">
  1366. <Generator>SettingsSingleFileGenerator</Generator>
  1367. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  1368. </None>
  1369. <None Include="source\AnalysisWord\Res\word\_rels\document.xml.rels" />
  1370. <Resource Include="Resources\HomeIcon\PDFTools\background.png" />
  1371. <Resource Include="Resources\HomeIcon\PDFTools\batch-remove.png" />
  1372. <Resource Include="Resources\HomeIcon\PDFTools\batch.png" />
  1373. <Resource Include="Resources\HomeIcon\PDFTools\batesnumbers.png" />
  1374. <Resource Include="Resources\HomeIcon\PDFTools\compare.png" />
  1375. <Resource Include="Resources\HomeIcon\PDFTools\compress.png" />
  1376. <Resource Include="Resources\HomeIcon\PDFTools\convert.png" />
  1377. <Resource Include="Resources\HomeIcon\PDFTools\extract.png" />
  1378. <Resource Include="Resources\HomeIcon\PDFTools\form-filed-recognition.png" />
  1379. <Resource Include="Resources\HomeIcon\PDFTools\header&amp;footer.png" />
  1380. <Resource Include="Resources\HomeIcon\PDFTools\image.png" />
  1381. <Resource Include="Resources\HomeIcon\PDFTools\insert.png" />
  1382. <Resource Include="Resources\HomeIcon\PDFTools\merge.png" />
  1383. <Resource Include="Resources\HomeIcon\PDFTools\ocr.png" />
  1384. <Resource Include="Resources\HomeIcon\PDFTools\page-edit.png" />
  1385. <Resource Include="Resources\HomeIcon\PDFTools\pdf-to-excel.png" />
  1386. <Resource Include="Resources\HomeIcon\PDFTools\pdf-to-image.png" />
  1387. <Resource Include="Resources\HomeIcon\PDFTools\pdf-to-ppt.png" />
  1388. <Resource Include="Resources\HomeIcon\PDFTools\pdf-to-word.png" />
  1389. <Resource Include="Resources\HomeIcon\PDFTools\print.png" />
  1390. <Resource Include="Resources\HomeIcon\PDFTools\reduct.png" />
  1391. <Resource Include="Resources\HomeIcon\PDFTools\security.png" />
  1392. <Resource Include="Resources\HomeIcon\PDFTools\split.png" />
  1393. <Resource Include="Resources\HomeIcon\PDFTools\watermark.png" />
  1394. <Resource Include="Resources\StampIcons\Accepted.png" />
  1395. <Resource Include="Resources\StampIcons\Approved.png" />
  1396. <Resource Include="Resources\StampIcons\Completed.png" />
  1397. <Resource Include="Resources\StampIcons\Confidential.png" />
  1398. <Resource Include="Resources\StampIcons\Draft.png" />
  1399. <Resource Include="Resources\StampIcons\Empty_stamp.png" />
  1400. <Resource Include="Resources\StampIcons\Final.png" />
  1401. <Resource Include="Resources\StampIcons\ForComment.png" />
  1402. <Resource Include="Resources\StampIcons\ForPublicRelease.png" />
  1403. <Resource Include="Resources\StampIcons\InformationOnly.png" />
  1404. <Resource Include="Resources\StampIcons\InitialHere.png" />
  1405. <Resource Include="Resources\StampIcons\NotApproved.png" />
  1406. <Resource Include="Resources\StampIcons\NotForPublicRelease.png" />
  1407. <Resource Include="Resources\StampIcons\PreliminaryResults.png" />
  1408. <Resource Include="Resources\StampIcons\PrivateMark1.png" />
  1409. <Resource Include="Resources\StampIcons\PrivateMark2.png" />
  1410. <Resource Include="Resources\StampIcons\PrivateMark3.png" />
  1411. <Resource Include="Resources\StampIcons\Rejected.png" />
  1412. <Resource Include="Resources\StampIcons\revised.png" />
  1413. <Resource Include="Resources\StampIcons\SignHere.png" />
  1414. <Resource Include="Resources\StampIcons\Void.png" />
  1415. <Resource Include="Resources\StampIcons\Witness.png" />
  1416. <Content Include="Resources\PageEdit\GridLine.jpg">
  1417. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1418. </Content>
  1419. <Content Include="Resources\PageEdit\HorizontalLine.jpg">
  1420. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1421. </Content>
  1422. <Content Include="Resources\PageEdit\Staff.jpg">
  1423. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1424. </Content>
  1425. <Resource Include="Resources\EditTools\watermark_bg.png" />
  1426. <Content Include="source\AnalysisWord\Res\_rels\.rels">
  1427. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1428. </Content>
  1429. </ItemGroup>
  1430. <ItemGroup>
  1431. <None Include="App.config" />
  1432. </ItemGroup>
  1433. <ItemGroup>
  1434. <Folder Include="Views\Edit\" />
  1435. <Folder Include="Views\Forms\" />
  1436. <Folder Include="Views\Scan\" />
  1437. </ItemGroup>
  1438. <ItemGroup>
  1439. <Content Include="ComOCRKit.Desk.dll">
  1440. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1441. </Content>
  1442. <Content Include="ComPDFKit.Desk.dll">
  1443. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1444. </Content>
  1445. <Content Include="ComPDFKit.Viewer.dll">
  1446. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1447. </Content>
  1448. <Content Include="ComPDFKit_Conversion.dll">
  1449. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1450. </Content>
  1451. <Content Include="DotNetSpeech.dll">
  1452. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1453. </Content>
  1454. <Content Include="Dragablz.dll">
  1455. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1456. </Content>
  1457. <Resource Include="StyleAndTemplateList.txt" />
  1458. <Resource Include="Resources\QuickToolIcon\Batch.png" />
  1459. <Resource Include="Resources\HomeIcon\file_addition.png" />
  1460. <Resource Include="Resources\HomeIcon\folderOpen.png" />
  1461. <Resource Include="Resources\PromotionIcon\Android.png" />
  1462. <Resource Include="Resources\PromotionIcon\ComPDFKit.png" />
  1463. <Resource Include="Resources\PromotionIcon\ComVideoKit.png" />
  1464. <Resource Include="Resources\PromotionIcon\FilmageEditor.png" />
  1465. <Resource Include="Resources\PromotionIcon\FilmageScreen.png" />
  1466. <Resource Include="Resources\PromotionIcon\FreePDFTemplates.png" />
  1467. <Resource Include="Resources\PromotionIcon\IPhoneiPad.png" />
  1468. <Resource Include="Resources\PromotionIcon\SignFlow.png" />
  1469. <Resource Include="Resources\PromotionIcon\Windows.png" />
  1470. <Resource Include="Resources\FilesType\ic_propertybar_file_pdf_lock.png" />
  1471. <Resource Include="Resources\FilesType\ic_propertybar_file_png_Large.png" />
  1472. <Resource Include="SDKLisence.xml" />
  1473. <Content Include="index.html">
  1474. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1475. </Content>
  1476. <Resource Include="Resources\ToolBarIcon\MyTools\Arrow.png" />
  1477. <Resource Include="Resources\ToolBarIcon\MyTools\Bookmark.png" />
  1478. <Resource Include="Resources\ToolBarIcon\MyTools\Circle.png" />
  1479. <Resource Include="Resources\ToolBarIcon\MyTools\Freehande.png" />
  1480. <Resource Include="Resources\ToolBarIcon\MyTools\Freehande2.png" />
  1481. <Resource Include="Resources\ToolBarIcon\MyTools\Hand.png" />
  1482. <Resource Include="Resources\ToolBarIcon\MyTools\Highlight.png" />
  1483. <Resource Include="Resources\ToolBarIcon\MyTools\Hyperlink.png" />
  1484. <Resource Include="Resources\ToolBarIcon\MyTools\Image.png" />
  1485. <Resource Include="Resources\ToolBarIcon\MyTools\Line.png" />
  1486. <Resource Include="Resources\ToolBarIcon\MyTools\Note.png" />
  1487. <Resource Include="Resources\ToolBarIcon\MyTools\Point.png" />
  1488. <Resource Include="Resources\ToolBarIcon\MyTools\Rectangle.png" />
  1489. <Resource Include="Resources\ToolBarIcon\MyTools\Selecttool.png" />
  1490. <Resource Include="Resources\ToolBarIcon\MyTools\Stamp.png" />
  1491. <Resource Include="Resources\ToolBarIcon\MyTools\Textbox.png" />
  1492. <Resource Include="Resources\ToolBarIcon\MyTools\wavyline2.png" />
  1493. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout1.xml">
  1494. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1495. </Content>
  1496. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout10.xml">
  1497. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1498. </Content>
  1499. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout11.xml">
  1500. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1501. </Content>
  1502. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout2.xml">
  1503. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1504. </Content>
  1505. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout3.xml">
  1506. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1507. </Content>
  1508. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout4.xml">
  1509. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1510. </Content>
  1511. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout5.xml">
  1512. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1513. </Content>
  1514. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout6.xml">
  1515. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1516. </Content>
  1517. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout7.xml">
  1518. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1519. </Content>
  1520. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout8.xml">
  1521. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1522. </Content>
  1523. <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout9.xml">
  1524. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1525. </Content>
  1526. <Content Include="source\AnalysisPPT\Res\slideMaster1.xml">
  1527. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1528. </Content>
  1529. <Content Include="source\AnalysisPPT\Res\theme1.xml">
  1530. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1531. </Content>
  1532. <Content Include="source\AnalysisPPT\Res\thumbnail.jpeg">
  1533. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1534. </Content>
  1535. <Content Include="source\AnalysisWord\Res\docProps\app.xml">
  1536. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1537. </Content>
  1538. <Content Include="source\AnalysisWord\Res\docProps\core.xml">
  1539. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1540. </Content>
  1541. <Resource Include="source\AnalysisWord\Res\word\document.xml" />
  1542. <Resource Include="source\AnalysisWord\Res\word\document0.xml" />
  1543. <Resource Include="source\AnalysisWord\Res\word\endnotes.xml" />
  1544. <Resource Include="source\AnalysisWord\Res\word\footnotes.xml" />
  1545. <Resource Include="source\AnalysisWord\Res\word\settings.xml" />
  1546. <Resource Include="source\AnalysisWord\Res\word\theme\theme1.xml" />
  1547. <Content Include="source\AnalysisWord\Res\[Content_Types].xml">
  1548. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1549. </Content>
  1550. <Resource Include="Resources\BOTA\empty_bookmark.png" />
  1551. <Resource Include="Resources\PropertyPanel\colorIcon.png" />
  1552. <Content Include="SystemService\PreviewHandler.dll">
  1553. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1554. </Content>
  1555. <Content Include="SystemService\PreviewHandlerx86.dll">
  1556. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1557. </Content>
  1558. <Content Include="SystemService\TechPDFKitBase.dll">
  1559. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1560. </Content>
  1561. <Content Include="SystemService\ThumbnailProvider.dll">
  1562. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1563. </Content>
  1564. <Content Include="SystemService\ThumbnailProviderx86.dll">
  1565. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1566. </Content>
  1567. <Content Include="x64\ComPDFKit.dll">
  1568. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1569. </Content>
  1570. <Content Include="x64\CPDFConverterNative.dll">
  1571. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1572. </Content>
  1573. <Content Include="x64\libhpdf.dll">
  1574. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1575. </Content>
  1576. <Content Include="x64\libpng16.dll">
  1577. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1578. </Content>
  1579. <Content Include="x64\TechPDFKit.dll">
  1580. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1581. </Content>
  1582. <Content Include="x64\TechPdfToOffice.dll">
  1583. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1584. </Content>
  1585. <Content Include="x64\vcruntime140.dll">
  1586. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1587. </Content>
  1588. <Content Include="x64\zlib1.dll">
  1589. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1590. </Content>
  1591. <Content Include="x86\ComPDFKit.dll">
  1592. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1593. </Content>
  1594. <Content Include="x86\CPDFConverterNative.dll">
  1595. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1596. </Content>
  1597. <Content Include="x86\libhpdf.dll">
  1598. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1599. </Content>
  1600. <Content Include="x86\libpng16.dll">
  1601. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1602. </Content>
  1603. <Content Include="x86\TechPDFKit.dll">
  1604. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1605. </Content>
  1606. <Content Include="x86\TechPDFToOffice.dll">
  1607. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1608. </Content>
  1609. <Content Include="x86\vcruntime140.dll">
  1610. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1611. </Content>
  1612. <Content Include="x86\zlib1.dll">
  1613. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1614. </Content>
  1615. </ItemGroup>
  1616. <ItemGroup>
  1617. <ProjectReference Include="..\PDFSettings\PDFSettings.csproj">
  1618. <Project>{bee73aae-9a2c-446b-b64d-3a8f042c985d}</Project>
  1619. <Name>PDFSettings</Name>
  1620. </ProjectReference>
  1621. </ItemGroup>
  1622. <ItemGroup>
  1623. <EmbeddedResource Include="Properties\Resources.resx">
  1624. <Generator>ResXFileCodeGenerator</Generator>
  1625. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  1626. </EmbeddedResource>
  1627. </ItemGroup>
  1628. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1629. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1630. <PropertyGroup>
  1631. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  1632. </PropertyGroup>
  1633. <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'))" />
  1634. </Target>
  1635. <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')" />
  1636. </Project>