PDF Office.csproj 76 KB

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