PDF Office.csproj 77 KB

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