PDF Office.csproj 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904
  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. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="ComOCRKit.Desk, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>.\ComOCRKit.Desk.dll</HintPath>
  45. </Reference>
  46. <Reference Include="ComPDFKit.Desk, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>.\ComPDFKit.Desk.dll</HintPath>
  49. </Reference>
  50. <Reference Include="ComPDFKit.Viewer, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>.\ComPDFKit.Viewer.dll</HintPath>
  53. </Reference>
  54. <Reference Include="ComPDFKit_Conversion, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>.\ComPDFKit_Conversion.dll</HintPath>
  57. </Reference>
  58. <Reference Include="DotNetSpeech, Version=5.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <EmbedInteropTypes>True</EmbedInteropTypes>
  61. <HintPath>.\DotNetSpeech.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Dragablz, Version=0.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>.\Dragablz.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Dropbox.Api, Version=6.33.0.0, Culture=neutral, PublicKeyToken=310f0e82fbb45d01, processorArchitecture=MSIL">
  68. <HintPath>packages\Dropbox.Api.6.33.0\lib\netstandard2.0\Dropbox.Api.dll</HintPath>
  69. </Reference>
  70. <Reference Include="DryIoc, Version=4.7.7.0, Culture=neutral, PublicKeyToken=dfbf2bd50fcf7768, processorArchitecture=MSIL">
  71. <HintPath>packages\DryIoc.dll.4.7.7\lib\net45\DryIoc.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Google.Apis, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  74. <HintPath>packages\Google.Apis.1.57.0\lib\net45\Google.Apis.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Google.Apis.Auth, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  77. <HintPath>packages\Google.Apis.Auth.1.57.0\lib\net461\Google.Apis.Auth.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Google.Apis.Auth.PlatformServices, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  80. <HintPath>packages\Google.Apis.Auth.1.57.0\lib\net461\Google.Apis.Auth.PlatformServices.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Google.Apis.Core, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  83. <HintPath>packages\Google.Apis.Core.1.57.0\lib\net45\Google.Apis.Core.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Google.Apis.Drive.v3, Version=1.57.0.2859, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  86. <HintPath>packages\Google.Apis.Drive.v3.1.57.0.2859\lib\net45\Google.Apis.Drive.v3.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Google.Apis.PlatformServices, Version=1.57.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  89. <HintPath>packages\Google.Apis.1.57.0\lib\net45\Google.Apis.PlatformServices.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Microsoft.AppCenter, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272, processorArchitecture=MSIL">
  92. <HintPath>packages\Microsoft.AppCenter.4.5.0\lib\net461\Microsoft.AppCenter.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Microsoft.AppCenter.Analytics, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272, processorArchitecture=MSIL">
  95. <HintPath>packages\Microsoft.AppCenter.Analytics.4.5.0\lib\net461\Microsoft.AppCenter.Analytics.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Microsoft.AppCenter.Crashes, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272, processorArchitecture=MSIL">
  98. <HintPath>packages\Microsoft.AppCenter.Crashes.4.5.0\lib\net461\Microsoft.AppCenter.Crashes.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  101. <HintPath>packages\Microsoft.Office.Interop.Excel.15.0.4795.1001\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
  102. <EmbedInteropTypes>True</EmbedInteropTypes>
  103. </Reference>
  104. <Reference Include="Microsoft.Office.Interop.PowerPoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  105. <HintPath>packages\Microsoft.Office.Interop.PowerPoint.15.0.4420.1018\lib\net20\Microsoft.Office.Interop.PowerPoint.dll</HintPath>
  106. <EmbedInteropTypes>True</EmbedInteropTypes>
  107. </Reference>
  108. <Reference Include="Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  109. <HintPath>packages\Microsoft.Office.Interop.Word.15.0.4797.1004\lib\net20\Microsoft.Office.Interop.Word.dll</HintPath>
  110. <EmbedInteropTypes>True</EmbedInteropTypes>
  111. </Reference>
  112. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  113. <HintPath>packages\Microsoft.Xaml.Behaviors.Wpf.1.1.31\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  116. <HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  117. </Reference>
  118. <Reference Include="office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  119. <EmbedInteropTypes>True</EmbedInteropTypes>
  120. </Reference>
  121. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  122. <HintPath>packages\Prism.Core.8.1.97\lib\net461\Prism.dll</HintPath>
  123. </Reference>
  124. <Reference Include="Prism.DryIoc.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  125. <HintPath>packages\Prism.DryIoc.8.1.97\lib\net461\Prism.DryIoc.Wpf.dll</HintPath>
  126. </Reference>
  127. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  128. <HintPath>packages\Prism.Wpf.8.1.97\lib\net461\Prism.Wpf.dll</HintPath>
  129. </Reference>
  130. <Reference Include="SQLitePCLRaw.batteries_v2, Version=2.0.2.669, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL">
  131. <HintPath>packages\SQLitePCLRaw.bundle_green.2.0.2\lib\net461\SQLitePCLRaw.batteries_v2.dll</HintPath>
  132. </Reference>
  133. <Reference Include="SQLitePCLRaw.core, Version=2.0.2.669, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
  134. <HintPath>packages\SQLitePCLRaw.core.2.0.2\lib\netstandard2.0\SQLitePCLRaw.core.dll</HintPath>
  135. </Reference>
  136. <Reference Include="SQLitePCLRaw.nativelibrary, Version=2.0.2.669, Culture=neutral, PublicKeyToken=502ed628492ab262, processorArchitecture=MSIL">
  137. <HintPath>packages\SQLitePCLRaw.bundle_green.2.0.2\lib\net461\SQLitePCLRaw.nativelibrary.dll</HintPath>
  138. </Reference>
  139. <Reference Include="SQLitePCLRaw.provider.dynamic_cdecl, Version=2.0.2.669, Culture=neutral, PublicKeyToken=b68184102cba0b3b, processorArchitecture=MSIL">
  140. <HintPath>packages\SQLitePCLRaw.provider.dynamic_cdecl.2.0.2\lib\netstandard2.0\SQLitePCLRaw.provider.dynamic_cdecl.dll</HintPath>
  141. </Reference>
  142. <Reference Include="System" />
  143. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  144. <HintPath>packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  145. </Reference>
  146. <Reference Include="System.Configuration" />
  147. <Reference Include="System.Data" />
  148. <Reference Include="System.Deployment" />
  149. <Reference Include="System.Drawing" />
  150. <Reference Include="System.Management" />
  151. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  152. <HintPath>packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  153. </Reference>
  154. <Reference Include="System.Numerics" />
  155. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  156. <HintPath>packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  157. </Reference>
  158. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  159. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  160. </Reference>
  161. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  162. <HintPath>packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  163. </Reference>
  164. <Reference Include="System.Windows.Forms" />
  165. <Reference Include="System.Xml" />
  166. <Reference Include="Microsoft.CSharp" />
  167. <Reference Include="System.Core" />
  168. <Reference Include="System.Xml.Linq" />
  169. <Reference Include="System.Data.DataSetExtensions" />
  170. <Reference Include="System.Net.Http" />
  171. <Reference Include="System.Xaml">
  172. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  173. </Reference>
  174. <Reference Include="VirtualizingWrapPanel, Version=1.5.7.0, Culture=neutral, processorArchitecture=MSIL">
  175. <SpecificVersion>False</SpecificVersion>
  176. <HintPath>packages\VirtualizingWrapPanel.1.5.7\lib\net452\VirtualizingWrapPanel.dll</HintPath>
  177. </Reference>
  178. <Reference Include="WindowsBase" />
  179. <Reference Include="PresentationCore" />
  180. <Reference Include="PresentationFramework" />
  181. </ItemGroup>
  182. <ItemGroup>
  183. <ApplicationDefinition Include="App.xaml">
  184. <Generator>MSBuild:Compile</Generator>
  185. <SubType>Designer</SubType>
  186. </ApplicationDefinition>
  187. <Compile Include="CustomControl\AlertsMessage.xaml.cs">
  188. <DependentUpon>AlertsMessage.xaml</DependentUpon>
  189. </Compile>
  190. <Compile Include="CustomControl\ColorDropBox.xaml.cs">
  191. <DependentUpon>ColorDropBox.xaml</DependentUpon>
  192. </Compile>
  193. <Compile Include="CustomControl\ColorDropBoxPop.xaml.cs">
  194. <DependentUpon>ColorDropBoxPop.xaml</DependentUpon>
  195. </Compile>
  196. <Compile Include="CustomControl\CustomIconToggleBtn.cs" />
  197. <Compile Include="CustomControl\DialogContent.cs" />
  198. <Compile Include="CustomControl\IconAndTextTabItem.cs" />
  199. <Compile Include="CustomControl\ListBoxItemToolBar.cs" />
  200. <Compile Include="CustomControl\MessageBoxEx.cs" />
  201. <Compile Include="CustomControl\NumericUpDown.xaml.cs">
  202. <DependentUpon>NumericUpDown.xaml</DependentUpon>
  203. </Compile>
  204. <Compile Include="CustomControl\PageTurningPreview.xaml.cs">
  205. <DependentUpon>PageTurningPreview.xaml</DependentUpon>
  206. </Compile>
  207. <Compile Include="CustomControl\SystemControl\CustomCommandAction .cs" />
  208. <Compile Include="CustomControl\SystemControl\RoutedEventTrigger.cs" />
  209. <Compile Include="CustomControl\ToastControl.xaml.cs">
  210. <DependentUpon>ToastControl.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="CustomControl\WritableComboBox.xaml.cs">
  213. <DependentUpon>WritableComboBox.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="DataConvert\FileFormatToIconConvert.cs" />
  216. <Compile Include="DataConvert\UnVisivleConvert.cs" />
  217. <Compile Include="EventAggregators\PageEditNotifyEvent.cs" />
  218. <Compile Include="EventAggregators\PageEditRefreshEvent.cs" />
  219. <Compile Include="Helper\HomePageEditHelper.cs" />
  220. <Compile Include="Helper\PasswordBoxHelper.cs" />
  221. <Compile Include="Helper\SDKLisenceHelper.cs" />
  222. <Compile Include="Helper\PictureConverter.cs" />
  223. <Compile Include="Helper\SettingHelper.cs" />
  224. <Compile Include="Helper\ToolMethod.cs" />
  225. <Compile Include="Model\CloudDrive\CloudDriveItem.cs" />
  226. <Compile Include="Model\CloudDrive\CloudFiles.cs" />
  227. <Compile Include="Model\DialogNames.cs" />
  228. <Compile Include="CustomControl\SystemControl\InterTabClient.cs" />
  229. <Compile Include="CustomControl\LoadingControl.xaml.cs">
  230. <DependentUpon>LoadingControl.xaml</DependentUpon>
  231. </Compile>
  232. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogModel.cs" />
  233. <Compile Include="Model\Dialog\ToolsDialogs\CompressDialogModel\CompressDialogModel.cs" />
  234. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogModel.cs" />
  235. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettintgsModel.cs" />
  236. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogModel.cs" />
  237. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageExtractDialogModel.cs" />
  238. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageInsertDialogModel.cs" />
  239. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogModel.cs" />
  240. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageSplitDialogModel.cs" />
  241. <Compile Include="Model\PageEdit\ExtractModel.cs" />
  242. <Compile Include="Model\PageEdit\PageEditItem.cs" />
  243. <Compile Include="Model\ParameterNames.cs" />
  244. <Compile Include="Model\PDFTool\ToolItem.cs" />
  245. <Compile Include="Model\RegionNames.cs" />
  246. <Compile Include="CustomControl\SystemControl\TabablzRegionBehavior.cs" />
  247. <Compile Include="DataConvert\BoolToVisible.cs" />
  248. <Compile Include="DataConvert\VisibleToBoolConvert.cs" />
  249. <Compile Include="EventAggregators\DragablzWindowEvent.cs" />
  250. <Compile Include="EventAggregators\OpenFileEvent.cs" />
  251. <Compile Include="Helper\CommomEvent.cs" />
  252. <Compile Include="Helper\CommonHelper.cs" />
  253. <Compile Include="Properties\Resources.Designer.cs">
  254. <DependentUpon>Resources.resx</DependentUpon>
  255. <DesignTime>True</DesignTime>
  256. <AutoGen>True</AutoGen>
  257. </Compile>
  258. <Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
  259. <Compile Include="ViewModels\BottomToolContentViewModel.cs" />
  260. <Compile Include="ViewModels\Dialog\ExtractDialogViewModel.cs" />
  261. <Compile Include="ViewModels\Dialog\FullScreenWindowViewModel.cs" />
  262. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContentViewModel.cs" />
  263. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMutipleContentViewModel.cs" />
  264. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContentViewModel.cs" />
  265. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContentViewModel.cs" />
  266. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialogViewModel.cs" />
  267. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageSplitDialogViewModel.cs" />
  268. <Compile Include="ViewModels\Dialog\PageEditDialogs\ExtractDialogViewModel.cs" />
  269. <Compile Include="ViewModels\Dialog\PageEditDialogs\InsertDialogViewModel.cs" />
  270. <Compile Include="ViewModels\Dialog\PageEditDialogs\SplitDialogViewModel.cs" />
  271. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogViewModel.cs" />
  272. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressDialogViewModel.cs" />
  273. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialogViewModel.cs" />
  274. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialogViewModel.cs" />
  275. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogViewModel.cs" />
  276. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogViewModel.cs" />
  277. <Compile Include="ViewModels\Dialog\VerifyPassWordDialogViewModel.cs" />
  278. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveContentViewModel.cs" />
  279. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveManager.cs" />
  280. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudFilesContentViewModel.cs" />
  281. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\DropbBoxManager.cs" />
  282. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\DropbBoxUserItem.cs" />
  283. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\GoogleDriveManager.cs" />
  284. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\GoogleDriveUserItem.cs" />
  285. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogViewModel.cs" />
  286. <Compile Include="ViewModels\HomePanel\HomeCloudContentViewModel.cs" />
  287. <Compile Include="ViewModels\HomePanel\HomeGuidContentViewModel.cs" />
  288. <Compile Include="ViewModels\HomePanel\HomeToolsContentViewModel.cs" />
  289. <Compile Include="ViewModels\MainContentViewModel.cs" />
  290. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageExtractDialogViewModel.cs" />
  291. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageInsertDialogViewModel.cs" />
  292. <Compile Include="ViewModels\PageEdit\PageEditContentViewModel.cs" />
  293. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\FreehandAnnotPropertyViewModel.cs" />
  294. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\FreetextAnnotPropertyViewModel.cs" />
  295. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\ImageAnnotPropertyViewModel.cs" />
  296. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\LinkAnnotPropertyViewModel.cs" />
  297. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\SharpsAnnotPropertyViewModel.cs" />
  298. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\StampAnnotPropertyViewModel.cs" />
  299. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\TextAnnotPropertyViewModel.cs" />
  300. <Compile Include="ViewModels\PropertyPanel\AnnotPanel\TextEditPropertyViewModel.cs" />
  301. <Compile Include="ViewModels\PropertyPanel\PropertyPanelContentViewModel.cs" />
  302. <Compile Include="ViewModels\Tools\AnnotToolContentViewModel.cs" />
  303. <Compile Include="ViewModels\Tools\ToolsBarContentViewModel.cs" />
  304. <Compile Include="Views\BOTA\BOTAContent.xaml.cs">
  305. <DependentUpon>BOTAContent.xaml</DependentUpon>
  306. </Compile>
  307. <Compile Include="Views\BottomToolContent.xaml.cs">
  308. <DependentUpon>BottomToolContent.xaml</DependentUpon>
  309. </Compile>
  310. <Compile Include="Views\Dialog\FullScreenWindow.xaml.cs">
  311. <DependentUpon>FullScreenWindow.xaml</DependentUpon>
  312. </Compile>
  313. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml.cs">
  314. <DependentUpon>HomePageExtractDialog.xaml</DependentUpon>
  315. </Compile>
  316. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml.cs">
  317. <DependentUpon>HomePageInsertDialog.xaml</DependentUpon>
  318. </Compile>
  319. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml.cs">
  320. <DependentUpon>HomePagePictureToPDFDialog.xaml</DependentUpon>
  321. </Compile>
  322. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml.cs">
  323. <DependentUpon>HomePagePrinterModBookletContent.xaml</DependentUpon>
  324. </Compile>
  325. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMutipleContent.xaml.cs">
  326. <DependentUpon>HomePagePrinterModMutipleContent.xaml</DependentUpon>
  327. </Compile>
  328. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml.cs">
  329. <DependentUpon>HomePagePrinterModPosterContent.xaml</DependentUpon>
  330. </Compile>
  331. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml.cs">
  332. <DependentUpon>HomePagePrinterModSizeContent.xaml</DependentUpon>
  333. </Compile>
  334. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml.cs">
  335. <DependentUpon>HomePagePrinterPageSetDialog.xaml</DependentUpon>
  336. </Compile>
  337. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml.cs">
  338. <DependentUpon>HomePageSplitDialog.xaml</DependentUpon>
  339. </Compile>
  340. <Compile Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml.cs">
  341. <DependentUpon>ExtractDialog.xaml</DependentUpon>
  342. </Compile>
  343. <Compile Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml.cs">
  344. <DependentUpon>InsertDialog.xaml</DependentUpon>
  345. </Compile>
  346. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\SplitDialog.xaml.cs">
  347. <DependentUpon>SplitDialog.xaml</DependentUpon>
  348. </Compile>
  349. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml.cs">
  350. <DependentUpon>HomePagePrinterDialog.xaml</DependentUpon>
  351. </Compile>
  352. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml.cs">
  353. <DependentUpon>CompressDialog.xaml</DependentUpon>
  354. </Compile>
  355. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml.cs">
  356. <DependentUpon>CompressProgressBarDialog.xaml</DependentUpon>
  357. </Compile>
  358. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml.cs">
  359. <DependentUpon>CheckPasswordDialog.xaml</DependentUpon>
  360. </Compile>
  361. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml.cs">
  362. <DependentUpon>DeleteSafetySettingsDialog.xaml</DependentUpon>
  363. </Compile>
  364. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml.cs">
  365. <DependentUpon>SetPasswordDialog.xaml</DependentUpon>
  366. </Compile>
  367. <Compile Include="Views\Dialog\VerifyPassWordDialog.xaml.cs">
  368. <DependentUpon>VerifyPassWordDialog.xaml</DependentUpon>
  369. </Compile>
  370. <Compile Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml.cs">
  371. <DependentUpon>CloudDriveContent.xaml</DependentUpon>
  372. </Compile>
  373. <Compile Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml.cs">
  374. <DependentUpon>CloudFilesContent.xaml</DependentUpon>
  375. </Compile>
  376. <Compile Include="Views\HomePanel\HomeCloudContent.xaml.cs">
  377. <DependentUpon>HomeCloudContent.xaml</DependentUpon>
  378. </Compile>
  379. <Compile Include="Views\HomePanel\HomeGuidContent.xaml.cs">
  380. <DependentUpon>HomeGuidContent.xaml</DependentUpon>
  381. </Compile>
  382. <Compile Include="Views\HomePanel\PDFTools\PDFToolItem.xaml.cs">
  383. <DependentUpon>PDFToolItem.xaml</DependentUpon>
  384. </Compile>
  385. <Compile Include="Views\HomePanel\HomeToolsContent.xaml.cs">
  386. <DependentUpon>HomeToolsContent.xaml</DependentUpon>
  387. </Compile>
  388. <Compile Include="Views\HomePanel\PDFTools\PDFTools.cs" />
  389. <Compile Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml.cs">
  390. <DependentUpon>PDFToolsContent.xaml</DependentUpon>
  391. </Compile>
  392. <Compile Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml.cs">
  393. <DependentUpon>QuickToolsContent.xaml</DependentUpon>
  394. </Compile>
  395. <Compile Include="Views\HomePanel\PromotionContent.xaml.cs">
  396. <DependentUpon>PromotionContent.xaml</DependentUpon>
  397. </Compile>
  398. <Compile Include="Views\HomePanel\RecentFiles\DocItemControl.xaml.cs">
  399. <DependentUpon>DocItemControl.xaml</DependentUpon>
  400. </Compile>
  401. <Compile Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml.cs">
  402. <DependentUpon>DocItemListViewControl.xaml</DependentUpon>
  403. </Compile>
  404. <Compile Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml.cs">
  405. <DependentUpon>RecentFilesView.xaml</DependentUpon>
  406. </Compile>
  407. <Compile Include="Views\MainContent.xaml.cs">
  408. <DependentUpon>MainContent.xaml</DependentUpon>
  409. </Compile>
  410. <Compile Include="Views\PageEdit\PageEditContent.xaml.cs">
  411. <DependentUpon>PageEditContent.xaml</DependentUpon>
  412. </Compile>
  413. <Compile Include="Views\PropertyPanel\AnnotPanel\FreehandAnnotProperty.xaml.cs">
  414. <DependentUpon>FreehandAnnotProperty.xaml</DependentUpon>
  415. </Compile>
  416. <Compile Include="Views\PropertyPanel\AnnotPanel\FreetextAnnotProperty.xaml.cs">
  417. <DependentUpon>FreetextAnnotProperty.xaml</DependentUpon>
  418. </Compile>
  419. <Compile Include="Views\PropertyPanel\AnnotPanel\ImageAnnotProperty.xaml.cs">
  420. <DependentUpon>ImageAnnotProperty.xaml</DependentUpon>
  421. </Compile>
  422. <Compile Include="Views\PropertyPanel\AnnotPanel\LinkAnnotProperty.xaml.cs">
  423. <DependentUpon>LinkAnnotProperty.xaml</DependentUpon>
  424. </Compile>
  425. <Compile Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml.cs">
  426. <DependentUpon>SharpsAnnotProperty.xaml</DependentUpon>
  427. </Compile>
  428. <Compile Include="Views\PropertyPanel\AnnotPanel\StampAnnotProperty.xaml.cs">
  429. <DependentUpon>StampAnnotProperty.xaml</DependentUpon>
  430. </Compile>
  431. <Compile Include="Views\PropertyPanel\AnnotPanel\TextAnnotProperty.xaml.cs">
  432. <DependentUpon>TextAnnotProperty.xaml</DependentUpon>
  433. </Compile>
  434. <Compile Include="Views\PropertyPanel\AnnotPanel\TextEditProperty.xaml.cs">
  435. <DependentUpon>TextEditProperty.xaml</DependentUpon>
  436. </Compile>
  437. <Compile Include="Views\PropertyPanel\PropertyPanelContent.xaml.cs">
  438. <DependentUpon>PropertyPanelContent.xaml</DependentUpon>
  439. </Compile>
  440. <Compile Include="Views\Tools\AnnotToolContent.xaml.cs">
  441. <DependentUpon>AnnotToolContent.xaml</DependentUpon>
  442. </Compile>
  443. <Compile Include="Views\Tools\ToolsBarContent.xaml.cs">
  444. <DependentUpon>ToolsBarContent.xaml</DependentUpon>
  445. </Compile>
  446. <Compile Include="Views\ViewContent.xaml.cs">
  447. <DependentUpon>ViewContent.xaml</DependentUpon>
  448. </Compile>
  449. <Page Include="CustomControl\AlertsMessage.xaml">
  450. <Generator>MSBuild:Compile</Generator>
  451. <SubType>Designer</SubType>
  452. </Page>
  453. <Page Include="CustomControl\ColorDropBox.xaml">
  454. <Generator>MSBuild:Compile</Generator>
  455. <SubType>Designer</SubType>
  456. </Page>
  457. <Page Include="CustomControl\ColorDropBoxPop.xaml">
  458. <Generator>MSBuild:Compile</Generator>
  459. <SubType>Designer</SubType>
  460. </Page>
  461. <Page Include="CustomControl\LoadingControl.xaml">
  462. <SubType>Designer</SubType>
  463. <Generator>MSBuild:Compile</Generator>
  464. </Page>
  465. <Page Include="CustomControl\NumericUpDown.xaml">
  466. <SubType>Designer</SubType>
  467. <Generator>MSBuild:Compile</Generator>
  468. </Page>
  469. <Page Include="CustomControl\PageTurningPreview.xaml">
  470. <SubType>Designer</SubType>
  471. <Generator>MSBuild:Compile</Generator>
  472. </Page>
  473. <Page Include="CustomControl\ToastControl.xaml">
  474. <Generator>MSBuild:Compile</Generator>
  475. <SubType>Designer</SubType>
  476. </Page>
  477. <Page Include="CustomControl\WritableComboBox.xaml">
  478. <SubType>Designer</SubType>
  479. <Generator>MSBuild:Compile</Generator>
  480. </Page>
  481. <Page Include="Styles\ComboxStyle.xaml">
  482. <SubType>Designer</SubType>
  483. <Generator>MSBuild:Compile</Generator>
  484. </Page>
  485. <Page Include="Styles\CustomBtnStyle.xaml">
  486. <Generator>MSBuild:Compile</Generator>
  487. <SubType>Designer</SubType>
  488. </Page>
  489. <Page Include="Styles\CustomListItemStyle.xaml">
  490. <SubType>Designer</SubType>
  491. <Generator>MSBuild:Compile</Generator>
  492. </Page>
  493. <Page Include="Styles\ExpanderStyle.xaml">
  494. <Generator>MSBuild:Compile</Generator>
  495. <SubType>Designer</SubType>
  496. </Page>
  497. <Page Include="Styles\ListBoxStyle.xaml">
  498. <Generator>MSBuild:Compile</Generator>
  499. <SubType>Designer</SubType>
  500. </Page>
  501. <Page Include="Styles\ListViewStyle.xaml">
  502. <Generator>MSBuild:Compile</Generator>
  503. <SubType>Designer</SubType>
  504. </Page>
  505. <Page Include="Styles\MenuStyle.xaml">
  506. <SubType>Designer</SubType>
  507. <Generator>MSBuild:Compile</Generator>
  508. </Page>
  509. <Page Include="Styles\TabControlStyle.xaml">
  510. <SubType>Designer</SubType>
  511. <Generator>MSBuild:Compile</Generator>
  512. </Page>
  513. <Page Include="Styles\WindowsStyle.xaml">
  514. <Generator>MSBuild:Compile</Generator>
  515. <SubType>Designer</SubType>
  516. </Page>
  517. <Page Include="Themes\Generic.xaml">
  518. <Generator>MSBuild:Compile</Generator>
  519. <SubType>Designer</SubType>
  520. </Page>
  521. <Page Include="Views\BOTA\BOTAContent.xaml">
  522. <SubType>Designer</SubType>
  523. <Generator>MSBuild:Compile</Generator>
  524. </Page>
  525. <Page Include="Views\BottomToolContent.xaml">
  526. <SubType>Designer</SubType>
  527. <Generator>MSBuild:Compile</Generator>
  528. </Page>
  529. <Page Include="Views\Dialog\FullScreenWindow.xaml">
  530. <SubType>Designer</SubType>
  531. <Generator>MSBuild:Compile</Generator>
  532. </Page>
  533. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml">
  534. <SubType>Designer</SubType>
  535. <Generator>MSBuild:Compile</Generator>
  536. </Page>
  537. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml">
  538. <SubType>Designer</SubType>
  539. <Generator>MSBuild:Compile</Generator>
  540. </Page>
  541. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml">
  542. <SubType>Designer</SubType>
  543. <Generator>MSBuild:Compile</Generator>
  544. </Page>
  545. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml">
  546. <SubType>Designer</SubType>
  547. <Generator>MSBuild:Compile</Generator>
  548. </Page>
  549. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMutipleContent.xaml">
  550. <SubType>Designer</SubType>
  551. <Generator>MSBuild:Compile</Generator>
  552. </Page>
  553. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml">
  554. <SubType>Designer</SubType>
  555. <Generator>MSBuild:Compile</Generator>
  556. </Page>
  557. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml">
  558. <SubType>Designer</SubType>
  559. <Generator>MSBuild:Compile</Generator>
  560. </Page>
  561. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml">
  562. <SubType>Designer</SubType>
  563. <Generator>MSBuild:Compile</Generator>
  564. </Page>
  565. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml">
  566. <SubType>Designer</SubType>
  567. <Generator>MSBuild:Compile</Generator>
  568. </Page>
  569. <Page Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml">
  570. <Generator>MSBuild:Compile</Generator>
  571. <SubType>Designer</SubType>
  572. </Page>
  573. <Page Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml">
  574. <Generator>MSBuild:Compile</Generator>
  575. <SubType>Designer</SubType>
  576. </Page>
  577. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\SplitDialog.xaml">
  578. <Generator>MSBuild:Compile</Generator>
  579. <SubType>Designer</SubType>
  580. </Page>
  581. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml">
  582. <SubType>Designer</SubType>
  583. <Generator>MSBuild:Compile</Generator>
  584. </Page>
  585. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml">
  586. <SubType>Designer</SubType>
  587. <Generator>MSBuild:Compile</Generator>
  588. </Page>
  589. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml">
  590. <SubType>Designer</SubType>
  591. <Generator>MSBuild:Compile</Generator>
  592. </Page>
  593. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml">
  594. <SubType>Designer</SubType>
  595. <Generator>MSBuild:Compile</Generator>
  596. </Page>
  597. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml">
  598. <SubType>Designer</SubType>
  599. <Generator>MSBuild:Compile</Generator>
  600. </Page>
  601. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml">
  602. <SubType>Designer</SubType>
  603. <Generator>MSBuild:Compile</Generator>
  604. </Page>
  605. <Page Include="Views\Dialog\VerifyPassWordDialog.xaml">
  606. <SubType>Designer</SubType>
  607. <Generator>MSBuild:Compile</Generator>
  608. </Page>
  609. <Page Include="Views\HomeContent.xaml">
  610. <Generator>MSBuild:Compile</Generator>
  611. <SubType>Designer</SubType>
  612. </Page>
  613. <Page Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml">
  614. <SubType>Designer</SubType>
  615. <Generator>MSBuild:Compile</Generator>
  616. </Page>
  617. <Page Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml">
  618. <Generator>MSBuild:Compile</Generator>
  619. <SubType>Designer</SubType>
  620. </Page>
  621. <Page Include="Views\HomePanel\HomeCloudContent.xaml">
  622. <SubType>Designer</SubType>
  623. <Generator>MSBuild:Compile</Generator>
  624. </Page>
  625. <Page Include="Views\HomePanel\HomeGuidContent.xaml">
  626. <SubType>Designer</SubType>
  627. <Generator>MSBuild:Compile</Generator>
  628. </Page>
  629. <Page Include="Views\HomePanel\PDFTools\PDFToolItem.xaml">
  630. <Generator>MSBuild:Compile</Generator>
  631. <SubType>Designer</SubType>
  632. </Page>
  633. <Page Include="Views\HomePanel\HomeToolsContent.xaml">
  634. <SubType>Designer</SubType>
  635. <Generator>MSBuild:Compile</Generator>
  636. </Page>
  637. <Page Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml">
  638. <Generator>MSBuild:Compile</Generator>
  639. <SubType>Designer</SubType>
  640. </Page>
  641. <Page Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml">
  642. <SubType>Designer</SubType>
  643. <Generator>MSBuild:Compile</Generator>
  644. </Page>
  645. <Page Include="Views\HomePanel\PromotionContent.xaml">
  646. <Generator>MSBuild:Compile</Generator>
  647. <SubType>Designer</SubType>
  648. </Page>
  649. <Page Include="Views\HomePanel\RecentFiles\DocItemControl.xaml">
  650. <Generator>MSBuild:Compile</Generator>
  651. <SubType>Designer</SubType>
  652. </Page>
  653. <Page Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml">
  654. <Generator>MSBuild:Compile</Generator>
  655. <SubType>Designer</SubType>
  656. </Page>
  657. <Page Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml">
  658. <Generator>MSBuild:Compile</Generator>
  659. <SubType>Designer</SubType>
  660. </Page>
  661. <Page Include="Views\MainContent.xaml">
  662. <SubType>Designer</SubType>
  663. <Generator>MSBuild:Compile</Generator>
  664. </Page>
  665. <Page Include="Views\MainWindow.xaml">
  666. <Generator>MSBuild:Compile</Generator>
  667. <SubType>Designer</SubType>
  668. </Page>
  669. <Compile Include="App.xaml.cs">
  670. <DependentUpon>App.xaml</DependentUpon>
  671. <SubType>Code</SubType>
  672. </Compile>
  673. <Compile Include="ViewModels\HomeContentViewModel.cs" />
  674. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  675. <Compile Include="ViewModels\ViewContentViewModel.cs" />
  676. <Compile Include="Views\HomeContent.xaml.cs">
  677. <DependentUpon>HomeContent.xaml</DependentUpon>
  678. </Compile>
  679. <Compile Include="Views\MainWindow.xaml.cs">
  680. <DependentUpon>MainWindow.xaml</DependentUpon>
  681. <SubType>Code</SubType>
  682. </Compile>
  683. <Page Include="Views\PageEdit\PageEditContent.xaml">
  684. <Generator>MSBuild:Compile</Generator>
  685. <SubType>Designer</SubType>
  686. </Page>
  687. <Page Include="Views\PropertyPanel\AnnotPanel\FreehandAnnotProperty.xaml">
  688. <SubType>Designer</SubType>
  689. <Generator>MSBuild:Compile</Generator>
  690. </Page>
  691. <Page Include="Views\PropertyPanel\AnnotPanel\FreetextAnnotProperty.xaml">
  692. <SubType>Designer</SubType>
  693. <Generator>MSBuild:Compile</Generator>
  694. </Page>
  695. <Page Include="Views\PropertyPanel\AnnotPanel\ImageAnnotProperty.xaml">
  696. <SubType>Designer</SubType>
  697. <Generator>MSBuild:Compile</Generator>
  698. </Page>
  699. <Page Include="Views\PropertyPanel\AnnotPanel\LinkAnnotProperty.xaml">
  700. <SubType>Designer</SubType>
  701. <Generator>MSBuild:Compile</Generator>
  702. </Page>
  703. <Page Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml">
  704. <SubType>Designer</SubType>
  705. <Generator>MSBuild:Compile</Generator>
  706. </Page>
  707. <Page Include="Views\PropertyPanel\AnnotPanel\StampAnnotProperty.xaml">
  708. <SubType>Designer</SubType>
  709. <Generator>MSBuild:Compile</Generator>
  710. </Page>
  711. <Page Include="Views\PropertyPanel\AnnotPanel\TextAnnotProperty.xaml">
  712. <SubType>Designer</SubType>
  713. <Generator>MSBuild:Compile</Generator>
  714. </Page>
  715. <Page Include="Views\PropertyPanel\AnnotPanel\TextEditProperty.xaml">
  716. <SubType>Designer</SubType>
  717. <Generator>MSBuild:Compile</Generator>
  718. </Page>
  719. <Page Include="Views\PropertyPanel\PropertyPanelContent.xaml">
  720. <SubType>Designer</SubType>
  721. <Generator>MSBuild:Compile</Generator>
  722. </Page>
  723. <Page Include="Views\Tools\AnnotToolContent.xaml">
  724. <SubType>Designer</SubType>
  725. <Generator>MSBuild:Compile</Generator>
  726. </Page>
  727. <Page Include="Views\Tools\ToolsBarContent.xaml">
  728. <SubType>Designer</SubType>
  729. <Generator>MSBuild:Compile</Generator>
  730. </Page>
  731. <Page Include="Views\ViewContent.xaml">
  732. <SubType>Designer</SubType>
  733. <Generator>MSBuild:Compile</Generator>
  734. </Page>
  735. </ItemGroup>
  736. <ItemGroup>
  737. <Compile Include="Properties\AssemblyInfo.cs">
  738. <SubType>Code</SubType>
  739. </Compile>
  740. <Compile Include="Properties\Settings.Designer.cs">
  741. <AutoGen>True</AutoGen>
  742. <DependentUpon>Settings.settings</DependentUpon>
  743. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  744. </Compile>
  745. <None Include="credentials.json">
  746. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  747. </None>
  748. <None Include="packages.config" />
  749. <None Include="Properties\Settings.settings">
  750. <Generator>SettingsSingleFileGenerator</Generator>
  751. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  752. </None>
  753. </ItemGroup>
  754. <ItemGroup>
  755. <None Include="App.config" />
  756. </ItemGroup>
  757. <ItemGroup>
  758. <Folder Include="Views\Dialog\Convertor\" />
  759. <Folder Include="Views\Edit\" />
  760. <Folder Include="Views\FillAndSign\" />
  761. <Folder Include="Views\Forms\" />
  762. <Folder Include="Views\Scan\" />
  763. </ItemGroup>
  764. <ItemGroup>
  765. <Content Include="ComOCRKit.Desk.dll">
  766. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  767. </Content>
  768. <Content Include="ComPDFKit.Desk.dll">
  769. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  770. </Content>
  771. <Content Include="ComPDFKit.Viewer.dll">
  772. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  773. </Content>
  774. <Content Include="ComPDFKit_Conversion.dll">
  775. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  776. </Content>
  777. <Content Include="DotNetSpeech.dll">
  778. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  779. </Content>
  780. <Content Include="Dragablz.dll">
  781. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  782. </Content>
  783. <Resource Include="StyleAndTemplateList.txt" />
  784. <Resource Include="Resources\QuickToolIcon\Batch.png" />
  785. <Resource Include="Resources\HomeIcon\file_addition.png" />
  786. <Resource Include="Resources\HomeIcon\folderOpen.png" />
  787. <Resource Include="Resources\PromotionIcon\Android.png" />
  788. <Resource Include="Resources\PromotionIcon\ComPDFKit.png" />
  789. <Resource Include="Resources\PromotionIcon\ComVideoKit.png" />
  790. <Resource Include="Resources\PromotionIcon\FilmageEditor.png" />
  791. <Resource Include="Resources\PromotionIcon\FilmageScreen.png" />
  792. <Resource Include="Resources\PromotionIcon\FreePDFTemplates.png" />
  793. <Resource Include="Resources\PromotionIcon\IPhoneiPad.png" />
  794. <Resource Include="Resources\PromotionIcon\SignFlow.png" />
  795. <Resource Include="Resources\PromotionIcon\Windows.png" />
  796. <Resource Include="Resources\FilesType\ic_propertybar_file_pdf_lock.png" />
  797. <Resource Include="Resources\FilesType\ic_propertybar_file_png_Large.png" />
  798. <Resource Include="SDKLisence.xml" />
  799. <Content Include="index.html">
  800. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  801. </Content>
  802. <Resource Include="Resources\ToolBarIcon\MyTools\Arrow.png" />
  803. <Resource Include="Resources\ToolBarIcon\MyTools\Bookmark.png" />
  804. <Resource Include="Resources\ToolBarIcon\MyTools\Circle.png" />
  805. <Resource Include="Resources\ToolBarIcon\MyTools\Freehande.png" />
  806. <Resource Include="Resources\ToolBarIcon\MyTools\Freehande2.png" />
  807. <Resource Include="Resources\ToolBarIcon\MyTools\Hand.png" />
  808. <Resource Include="Resources\ToolBarIcon\MyTools\Highlight.png" />
  809. <Resource Include="Resources\ToolBarIcon\MyTools\Hyperlink.png" />
  810. <Resource Include="Resources\ToolBarIcon\MyTools\Image.png" />
  811. <Resource Include="Resources\ToolBarIcon\MyTools\Line.png" />
  812. <Resource Include="Resources\ToolBarIcon\MyTools\Note.png" />
  813. <Resource Include="Resources\ToolBarIcon\MyTools\Point.png" />
  814. <Resource Include="Resources\ToolBarIcon\MyTools\Rectangle.png" />
  815. <Resource Include="Resources\ToolBarIcon\MyTools\Selecttool.png" />
  816. <Resource Include="Resources\ToolBarIcon\MyTools\Stamp.png" />
  817. <Resource Include="Resources\ToolBarIcon\MyTools\Textbox.png" />
  818. <Resource Include="Resources\ToolBarIcon\MyTools\wavyline2.png" />
  819. <Resource Include="Resources\PropertyPanel\colorIcon.png" />
  820. <Content Include="SystemService\PreviewHandler.dll">
  821. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  822. </Content>
  823. <Content Include="SystemService\PreviewHandlerx86.dll">
  824. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  825. </Content>
  826. <Content Include="SystemService\TechPDFKitBase.dll">
  827. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  828. </Content>
  829. <Content Include="SystemService\ThumbnailProvider.dll">
  830. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  831. </Content>
  832. <Content Include="SystemService\ThumbnailProviderx86.dll">
  833. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  834. </Content>
  835. <Content Include="x64\ComPDFKit.dll">
  836. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  837. </Content>
  838. <Content Include="x64\CPDFConverterNative.dll">
  839. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  840. </Content>
  841. <Content Include="x64\libhpdf.dll">
  842. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  843. </Content>
  844. <Content Include="x64\libpng16.dll">
  845. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  846. </Content>
  847. <Content Include="x64\TechPDFKit.dll">
  848. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  849. </Content>
  850. <Content Include="x64\TechPdfToOffice.dll">
  851. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  852. </Content>
  853. <Content Include="x64\vcruntime140.dll">
  854. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  855. </Content>
  856. <Content Include="x64\zlib1.dll">
  857. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  858. </Content>
  859. <Content Include="x86\ComPDFKit.dll">
  860. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  861. </Content>
  862. <Content Include="x86\CPDFConverterNative.dll">
  863. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  864. </Content>
  865. <Content Include="x86\libhpdf.dll">
  866. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  867. </Content>
  868. <Content Include="x86\libpng16.dll">
  869. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  870. </Content>
  871. <Content Include="x86\TechPDFKit.dll">
  872. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  873. </Content>
  874. <Content Include="x86\TechPDFToOffice.dll">
  875. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  876. </Content>
  877. <Content Include="x86\vcruntime140.dll">
  878. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  879. </Content>
  880. <Content Include="x86\zlib1.dll">
  881. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  882. </Content>
  883. </ItemGroup>
  884. <ItemGroup>
  885. <ProjectReference Include="..\PDFSettings\PDFSettings.csproj">
  886. <Project>{bee73aae-9a2c-446b-b64d-3a8f042c985d}</Project>
  887. <Name>PDFSettings</Name>
  888. </ProjectReference>
  889. </ItemGroup>
  890. <ItemGroup>
  891. <EmbeddedResource Include="Properties\Resources.resx">
  892. <Generator>ResXFileCodeGenerator</Generator>
  893. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  894. </EmbeddedResource>
  895. </ItemGroup>
  896. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  897. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  898. <PropertyGroup>
  899. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  900. </PropertyGroup>
  901. <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'))" />
  902. </Target>
  903. <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')" />
  904. </Project>