PDF Office.csproj 86 KB

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