PDF Office.csproj 87 KB

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