PDF Office.csproj 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816
  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\CustomIconToggleBtn.cs" />
  191. <Compile Include="CustomControl\DialogContent.cs" />
  192. <Compile Include="CustomControl\IconAndTextTabItem.cs" />
  193. <Compile Include="CustomControl\ListBoxItemToolBar.cs" />
  194. <Compile Include="CustomControl\MessageBoxEx.cs" />
  195. <Compile Include="CustomControl\NumericUpDown.xaml.cs">
  196. <DependentUpon>NumericUpDown.xaml</DependentUpon>
  197. </Compile>
  198. <Compile Include="CustomControl\PageTurningPreview.xaml.cs">
  199. <DependentUpon>PageTurningPreview.xaml</DependentUpon>
  200. </Compile>
  201. <Compile Include="CustomControl\SystemControl\CustomCommandAction .cs" />
  202. <Compile Include="CustomControl\SystemControl\RoutedEventTrigger.cs" />
  203. <Compile Include="CustomControl\ToastControl.xaml.cs">
  204. <DependentUpon>ToastControl.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="CustomControl\WritableComboBox.xaml.cs">
  207. <DependentUpon>WritableComboBox.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="DataConvert\FileFormatToIconConvert.cs" />
  210. <Compile Include="DataConvert\UnVisivleConvert.cs" />
  211. <Compile Include="EventAggregators\PageEditNotifyEvent.cs" />
  212. <Compile Include="EventAggregators\PageEditRefreshEvent.cs" />
  213. <Compile Include="Helper\HomePageEditHelper.cs" />
  214. <Compile Include="Helper\PasswordBoxHelper.cs" />
  215. <Compile Include="Helper\SDKLisenceHelper.cs" />
  216. <Compile Include="Helper\PictureConverter.cs" />
  217. <Compile Include="Helper\SettingHelper.cs" />
  218. <Compile Include="Helper\ToolMethod.cs" />
  219. <Compile Include="Model\CloudDrive\CloudDriveItem.cs" />
  220. <Compile Include="Model\CloudDrive\CloudFiles.cs" />
  221. <Compile Include="Model\DialogNames.cs" />
  222. <Compile Include="CustomControl\SystemControl\InterTabClient.cs" />
  223. <Compile Include="CustomControl\LoadingControl.xaml.cs">
  224. <DependentUpon>LoadingControl.xaml</DependentUpon>
  225. </Compile>
  226. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogModel.cs" />
  227. <Compile Include="Model\Dialog\ToolsDialogs\CompressDialogModel\CompressDialogModel.cs" />
  228. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogModel.cs" />
  229. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettintgsModel.cs" />
  230. <Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogModel.cs" />
  231. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageExtractDialogModel.cs" />
  232. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageInsertDialogModel.cs" />
  233. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogModel.cs" />
  234. <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageSplitDialogModel.cs" />
  235. <Compile Include="Model\PageEdit\ExtractModel.cs" />
  236. <Compile Include="Model\PageEdit\PageEditItem.cs" />
  237. <Compile Include="Model\ParameterNames.cs" />
  238. <Compile Include="Model\PDFTool\ToolItem.cs" />
  239. <Compile Include="Model\RegionNames.cs" />
  240. <Compile Include="CustomControl\SystemControl\TabablzRegionBehavior.cs" />
  241. <Compile Include="DataConvert\BoolToVisible.cs" />
  242. <Compile Include="DataConvert\VisibleToBoolConvert.cs" />
  243. <Compile Include="EventAggregators\DragablzWindowEvent.cs" />
  244. <Compile Include="EventAggregators\OpenFileEvent.cs" />
  245. <Compile Include="Helper\CommomEvent.cs" />
  246. <Compile Include="Helper\CommonHelper.cs" />
  247. <Compile Include="Properties\Resources.Designer.cs">
  248. <DependentUpon>Resources.resx</DependentUpon>
  249. <DesignTime>True</DesignTime>
  250. <AutoGen>True</AutoGen>
  251. </Compile>
  252. <Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
  253. <Compile Include="ViewModels\BottomToolContentViewModel.cs" />
  254. <Compile Include="ViewModels\Dialog\ExtractDialogViewModel.cs" />
  255. <Compile Include="ViewModels\Dialog\FullScreenWindowViewModel.cs" />
  256. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContentViewModel.cs" />
  257. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMutipleContentViewModel.cs" />
  258. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContentViewModel.cs" />
  259. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContentViewModel.cs" />
  260. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialogViewModel.cs" />
  261. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageSplitDialogViewModel.cs" />
  262. <Compile Include="ViewModels\Dialog\PageEditDialogs\ExtractDialogViewModel.cs" />
  263. <Compile Include="ViewModels\Dialog\PageEditDialogs\InsertDialogViewModel.cs" />
  264. <Compile Include="ViewModels\Dialog\PageEditDialogs\SplitDialogViewModel.cs" />
  265. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialogViewModel.cs" />
  266. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressDialogViewModel.cs" />
  267. <Compile Include="ViewModels\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialogViewModel.cs" />
  268. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialogViewModel.cs" />
  269. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogViewModel.cs" />
  270. <Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogViewModel.cs" />
  271. <Compile Include="ViewModels\Dialog\VerifyPassWordDialogViewModel.cs" />
  272. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveContentViewModel.cs" />
  273. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveManager.cs" />
  274. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudFilesContentViewModel.cs" />
  275. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\DropbBoxManager.cs" />
  276. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\DropbBoxUserItem.cs" />
  277. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\GoogleDriveManager.cs" />
  278. <Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveType\GoogleDriveUserItem.cs" />
  279. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogViewModel.cs" />
  280. <Compile Include="ViewModels\HomePanel\HomeCloudContentViewModel.cs" />
  281. <Compile Include="ViewModels\HomePanel\HomeGuidContentViewModel.cs" />
  282. <Compile Include="ViewModels\HomePanel\HomeToolsContentViewModel.cs" />
  283. <Compile Include="ViewModels\MainContentViewModel.cs" />
  284. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageExtractDialogViewModel.cs" />
  285. <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageInsertDialogViewModel.cs" />
  286. <Compile Include="ViewModels\PageEdit\PageEditContentViewModel.cs" />
  287. <Compile Include="ViewModels\Tools\ToolsBarContentViewModel.cs" />
  288. <Compile Include="Views\BOTA\BOTAContent.xaml.cs">
  289. <DependentUpon>BOTAContent.xaml</DependentUpon>
  290. </Compile>
  291. <Compile Include="Views\BottomToolContent.xaml.cs">
  292. <DependentUpon>BottomToolContent.xaml</DependentUpon>
  293. </Compile>
  294. <Compile Include="Views\Dialog\FullScreenWindow.xaml.cs">
  295. <DependentUpon>FullScreenWindow.xaml</DependentUpon>
  296. </Compile>
  297. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml.cs">
  298. <DependentUpon>HomePageExtractDialog.xaml</DependentUpon>
  299. </Compile>
  300. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml.cs">
  301. <DependentUpon>HomePageInsertDialog.xaml</DependentUpon>
  302. </Compile>
  303. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml.cs">
  304. <DependentUpon>HomePagePictureToPDFDialog.xaml</DependentUpon>
  305. </Compile>
  306. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml.cs">
  307. <DependentUpon>HomePagePrinterModBookletContent.xaml</DependentUpon>
  308. </Compile>
  309. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMutipleContent.xaml.cs">
  310. <DependentUpon>HomePagePrinterModMutipleContent.xaml</DependentUpon>
  311. </Compile>
  312. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml.cs">
  313. <DependentUpon>HomePagePrinterModPosterContent.xaml</DependentUpon>
  314. </Compile>
  315. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml.cs">
  316. <DependentUpon>HomePagePrinterModSizeContent.xaml</DependentUpon>
  317. </Compile>
  318. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml.cs">
  319. <DependentUpon>HomePagePrinterPageSetDialog.xaml</DependentUpon>
  320. </Compile>
  321. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml.cs">
  322. <DependentUpon>HomePageSplitDialog.xaml</DependentUpon>
  323. </Compile>
  324. <Compile Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml.cs">
  325. <DependentUpon>ExtractDialog.xaml</DependentUpon>
  326. </Compile>
  327. <Compile Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml.cs">
  328. <DependentUpon>InsertDialog.xaml</DependentUpon>
  329. </Compile>
  330. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\SplitDialog.xaml.cs">
  331. <DependentUpon>SplitDialog.xaml</DependentUpon>
  332. </Compile>
  333. <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml.cs">
  334. <DependentUpon>HomePagePrinterDialog.xaml</DependentUpon>
  335. </Compile>
  336. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml.cs">
  337. <DependentUpon>CompressDialog.xaml</DependentUpon>
  338. </Compile>
  339. <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml.cs">
  340. <DependentUpon>CompressProgressBarDialog.xaml</DependentUpon>
  341. </Compile>
  342. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml.cs">
  343. <DependentUpon>CheckPasswordDialog.xaml</DependentUpon>
  344. </Compile>
  345. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml.cs">
  346. <DependentUpon>DeleteSafetySettingsDialog.xaml</DependentUpon>
  347. </Compile>
  348. <Compile Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml.cs">
  349. <DependentUpon>SetPasswordDialog.xaml</DependentUpon>
  350. </Compile>
  351. <Compile Include="Views\Dialog\VerifyPassWordDialog.xaml.cs">
  352. <DependentUpon>VerifyPassWordDialog.xaml</DependentUpon>
  353. </Compile>
  354. <Compile Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml.cs">
  355. <DependentUpon>CloudDriveContent.xaml</DependentUpon>
  356. </Compile>
  357. <Compile Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml.cs">
  358. <DependentUpon>CloudFilesContent.xaml</DependentUpon>
  359. </Compile>
  360. <Compile Include="Views\HomePanel\HomeCloudContent.xaml.cs">
  361. <DependentUpon>HomeCloudContent.xaml</DependentUpon>
  362. </Compile>
  363. <Compile Include="Views\HomePanel\HomeGuidContent.xaml.cs">
  364. <DependentUpon>HomeGuidContent.xaml</DependentUpon>
  365. </Compile>
  366. <Compile Include="Views\HomePanel\PDFTools\PDFToolItem.xaml.cs">
  367. <DependentUpon>PDFToolItem.xaml</DependentUpon>
  368. </Compile>
  369. <Compile Include="Views\HomePanel\HomeToolsContent.xaml.cs">
  370. <DependentUpon>HomeToolsContent.xaml</DependentUpon>
  371. </Compile>
  372. <Compile Include="Views\HomePanel\PDFTools\PDFTools.cs" />
  373. <Compile Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml.cs">
  374. <DependentUpon>PDFToolsContent.xaml</DependentUpon>
  375. </Compile>
  376. <Compile Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml.cs">
  377. <DependentUpon>QuickToolsContent.xaml</DependentUpon>
  378. </Compile>
  379. <Compile Include="Views\HomePanel\PromotionContent.xaml.cs">
  380. <DependentUpon>PromotionContent.xaml</DependentUpon>
  381. </Compile>
  382. <Compile Include="Views\HomePanel\RecentFiles\DocItemControl.xaml.cs">
  383. <DependentUpon>DocItemControl.xaml</DependentUpon>
  384. </Compile>
  385. <Compile Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml.cs">
  386. <DependentUpon>DocItemListViewControl.xaml</DependentUpon>
  387. </Compile>
  388. <Compile Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml.cs">
  389. <DependentUpon>RecentFilesView.xaml</DependentUpon>
  390. </Compile>
  391. <Compile Include="Views\MainContent.xaml.cs">
  392. <DependentUpon>MainContent.xaml</DependentUpon>
  393. </Compile>
  394. <Compile Include="Views\PageEdit\PageEditContent.xaml.cs">
  395. <DependentUpon>PageEditContent.xaml</DependentUpon>
  396. </Compile>
  397. <Compile Include="Views\Tools\AnnotToolContent.xaml.cs">
  398. <DependentUpon>AnnotToolContent.xaml</DependentUpon>
  399. </Compile>
  400. <Compile Include="Views\Tools\ToolsBarContent.xaml.cs">
  401. <DependentUpon>ToolsBarContent.xaml</DependentUpon>
  402. </Compile>
  403. <Compile Include="Views\ViewContent.xaml.cs">
  404. <DependentUpon>ViewContent.xaml</DependentUpon>
  405. </Compile>
  406. <Page Include="CustomControl\AlertsMessage.xaml">
  407. <Generator>MSBuild:Compile</Generator>
  408. <SubType>Designer</SubType>
  409. </Page>
  410. <Page Include="CustomControl\LoadingControl.xaml">
  411. <SubType>Designer</SubType>
  412. <Generator>MSBuild:Compile</Generator>
  413. </Page>
  414. <Page Include="CustomControl\NumericUpDown.xaml">
  415. <SubType>Designer</SubType>
  416. <Generator>MSBuild:Compile</Generator>
  417. </Page>
  418. <Page Include="CustomControl\PageTurningPreview.xaml">
  419. <SubType>Designer</SubType>
  420. <Generator>MSBuild:Compile</Generator>
  421. </Page>
  422. <Page Include="CustomControl\ToastControl.xaml">
  423. <Generator>MSBuild:Compile</Generator>
  424. <SubType>Designer</SubType>
  425. </Page>
  426. <Page Include="CustomControl\WritableComboBox.xaml">
  427. <SubType>Designer</SubType>
  428. <Generator>MSBuild:Compile</Generator>
  429. </Page>
  430. <Page Include="Styles\ComboxStyle.xaml">
  431. <SubType>Designer</SubType>
  432. <Generator>MSBuild:Compile</Generator>
  433. </Page>
  434. <Page Include="Styles\CustomBtnStyle.xaml">
  435. <Generator>MSBuild:Compile</Generator>
  436. <SubType>Designer</SubType>
  437. </Page>
  438. <Page Include="Styles\CustomListItemStyle.xaml">
  439. <SubType>Designer</SubType>
  440. <Generator>MSBuild:Compile</Generator>
  441. </Page>
  442. <Page Include="Styles\ExpanderStyle.xaml">
  443. <Generator>MSBuild:Compile</Generator>
  444. <SubType>Designer</SubType>
  445. </Page>
  446. <Page Include="Styles\ListBoxStyle.xaml">
  447. <Generator>MSBuild:Compile</Generator>
  448. <SubType>Designer</SubType>
  449. </Page>
  450. <Page Include="Styles\ListViewStyle.xaml">
  451. <Generator>MSBuild:Compile</Generator>
  452. <SubType>Designer</SubType>
  453. </Page>
  454. <Page Include="Styles\MenuStyle.xaml">
  455. <SubType>Designer</SubType>
  456. <Generator>MSBuild:Compile</Generator>
  457. </Page>
  458. <Page Include="Styles\TabControlStyle.xaml">
  459. <SubType>Designer</SubType>
  460. <Generator>MSBuild:Compile</Generator>
  461. </Page>
  462. <Page Include="Styles\WindowsStyle.xaml">
  463. <Generator>MSBuild:Compile</Generator>
  464. <SubType>Designer</SubType>
  465. </Page>
  466. <Page Include="Themes\Generic.xaml">
  467. <Generator>MSBuild:Compile</Generator>
  468. <SubType>Designer</SubType>
  469. </Page>
  470. <Page Include="Views\BOTA\BOTAContent.xaml">
  471. <SubType>Designer</SubType>
  472. <Generator>MSBuild:Compile</Generator>
  473. </Page>
  474. <Page Include="Views\BottomToolContent.xaml">
  475. <SubType>Designer</SubType>
  476. <Generator>MSBuild:Compile</Generator>
  477. </Page>
  478. <Page Include="Views\Dialog\FullScreenWindow.xaml">
  479. <SubType>Designer</SubType>
  480. <Generator>MSBuild:Compile</Generator>
  481. </Page>
  482. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml">
  483. <SubType>Designer</SubType>
  484. <Generator>MSBuild:Compile</Generator>
  485. </Page>
  486. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml">
  487. <SubType>Designer</SubType>
  488. <Generator>MSBuild:Compile</Generator>
  489. </Page>
  490. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml">
  491. <SubType>Designer</SubType>
  492. <Generator>MSBuild:Compile</Generator>
  493. </Page>
  494. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml">
  495. <SubType>Designer</SubType>
  496. <Generator>MSBuild:Compile</Generator>
  497. </Page>
  498. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMutipleContent.xaml">
  499. <SubType>Designer</SubType>
  500. <Generator>MSBuild:Compile</Generator>
  501. </Page>
  502. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml">
  503. <SubType>Designer</SubType>
  504. <Generator>MSBuild:Compile</Generator>
  505. </Page>
  506. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml">
  507. <SubType>Designer</SubType>
  508. <Generator>MSBuild:Compile</Generator>
  509. </Page>
  510. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml">
  511. <SubType>Designer</SubType>
  512. <Generator>MSBuild:Compile</Generator>
  513. </Page>
  514. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml">
  515. <SubType>Designer</SubType>
  516. <Generator>MSBuild:Compile</Generator>
  517. </Page>
  518. <Page Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml">
  519. <Generator>MSBuild:Compile</Generator>
  520. <SubType>Designer</SubType>
  521. </Page>
  522. <Page Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml">
  523. <Generator>MSBuild:Compile</Generator>
  524. <SubType>Designer</SubType>
  525. </Page>
  526. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\SplitDialog.xaml">
  527. <Generator>MSBuild:Compile</Generator>
  528. <SubType>Designer</SubType>
  529. </Page>
  530. <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml">
  531. <SubType>Designer</SubType>
  532. <Generator>MSBuild:Compile</Generator>
  533. </Page>
  534. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml">
  535. <SubType>Designer</SubType>
  536. <Generator>MSBuild:Compile</Generator>
  537. </Page>
  538. <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml">
  539. <SubType>Designer</SubType>
  540. <Generator>MSBuild:Compile</Generator>
  541. </Page>
  542. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml">
  543. <SubType>Designer</SubType>
  544. <Generator>MSBuild:Compile</Generator>
  545. </Page>
  546. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml">
  547. <SubType>Designer</SubType>
  548. <Generator>MSBuild:Compile</Generator>
  549. </Page>
  550. <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml">
  551. <SubType>Designer</SubType>
  552. <Generator>MSBuild:Compile</Generator>
  553. </Page>
  554. <Page Include="Views\Dialog\VerifyPassWordDialog.xaml">
  555. <SubType>Designer</SubType>
  556. <Generator>MSBuild:Compile</Generator>
  557. </Page>
  558. <Page Include="Views\HomeContent.xaml">
  559. <Generator>MSBuild:Compile</Generator>
  560. <SubType>Designer</SubType>
  561. </Page>
  562. <Page Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml">
  563. <SubType>Designer</SubType>
  564. <Generator>MSBuild:Compile</Generator>
  565. </Page>
  566. <Page Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml">
  567. <Generator>MSBuild:Compile</Generator>
  568. <SubType>Designer</SubType>
  569. </Page>
  570. <Page Include="Views\HomePanel\HomeCloudContent.xaml">
  571. <SubType>Designer</SubType>
  572. <Generator>MSBuild:Compile</Generator>
  573. </Page>
  574. <Page Include="Views\HomePanel\HomeGuidContent.xaml">
  575. <SubType>Designer</SubType>
  576. <Generator>MSBuild:Compile</Generator>
  577. </Page>
  578. <Page Include="Views\HomePanel\PDFTools\PDFToolItem.xaml">
  579. <Generator>MSBuild:Compile</Generator>
  580. <SubType>Designer</SubType>
  581. </Page>
  582. <Page Include="Views\HomePanel\HomeToolsContent.xaml">
  583. <SubType>Designer</SubType>
  584. <Generator>MSBuild:Compile</Generator>
  585. </Page>
  586. <Page Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml">
  587. <Generator>MSBuild:Compile</Generator>
  588. <SubType>Designer</SubType>
  589. </Page>
  590. <Page Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml">
  591. <SubType>Designer</SubType>
  592. <Generator>MSBuild:Compile</Generator>
  593. </Page>
  594. <Page Include="Views\HomePanel\PromotionContent.xaml">
  595. <Generator>MSBuild:Compile</Generator>
  596. <SubType>Designer</SubType>
  597. </Page>
  598. <Page Include="Views\HomePanel\RecentFiles\DocItemControl.xaml">
  599. <Generator>MSBuild:Compile</Generator>
  600. <SubType>Designer</SubType>
  601. </Page>
  602. <Page Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml">
  603. <Generator>MSBuild:Compile</Generator>
  604. <SubType>Designer</SubType>
  605. </Page>
  606. <Page Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml">
  607. <Generator>MSBuild:Compile</Generator>
  608. <SubType>Designer</SubType>
  609. </Page>
  610. <Page Include="Views\MainContent.xaml">
  611. <SubType>Designer</SubType>
  612. <Generator>MSBuild:Compile</Generator>
  613. </Page>
  614. <Page Include="Views\MainWindow.xaml">
  615. <Generator>MSBuild:Compile</Generator>
  616. <SubType>Designer</SubType>
  617. </Page>
  618. <Compile Include="App.xaml.cs">
  619. <DependentUpon>App.xaml</DependentUpon>
  620. <SubType>Code</SubType>
  621. </Compile>
  622. <Compile Include="ViewModels\HomeContentViewModel.cs" />
  623. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  624. <Compile Include="ViewModels\ViewContentViewModel.cs" />
  625. <Compile Include="Views\HomeContent.xaml.cs">
  626. <DependentUpon>HomeContent.xaml</DependentUpon>
  627. </Compile>
  628. <Compile Include="Views\MainWindow.xaml.cs">
  629. <DependentUpon>MainWindow.xaml</DependentUpon>
  630. <SubType>Code</SubType>
  631. </Compile>
  632. <Page Include="Views\PageEdit\PageEditContent.xaml">
  633. <Generator>MSBuild:Compile</Generator>
  634. <SubType>Designer</SubType>
  635. </Page>
  636. <Page Include="Views\Tools\AnnotToolContent.xaml">
  637. <SubType>Designer</SubType>
  638. <Generator>MSBuild:Compile</Generator>
  639. </Page>
  640. <Page Include="Views\Tools\ToolsBarContent.xaml">
  641. <SubType>Designer</SubType>
  642. <Generator>MSBuild:Compile</Generator>
  643. </Page>
  644. <Page Include="Views\ViewContent.xaml">
  645. <SubType>Designer</SubType>
  646. <Generator>MSBuild:Compile</Generator>
  647. </Page>
  648. </ItemGroup>
  649. <ItemGroup>
  650. <Compile Include="Properties\AssemblyInfo.cs">
  651. <SubType>Code</SubType>
  652. </Compile>
  653. <Compile Include="Properties\Settings.Designer.cs">
  654. <AutoGen>True</AutoGen>
  655. <DependentUpon>Settings.settings</DependentUpon>
  656. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  657. </Compile>
  658. <None Include="credentials.json">
  659. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  660. </None>
  661. <None Include="packages.config" />
  662. <None Include="Properties\Settings.settings">
  663. <Generator>SettingsSingleFileGenerator</Generator>
  664. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  665. </None>
  666. </ItemGroup>
  667. <ItemGroup>
  668. <None Include="App.config" />
  669. </ItemGroup>
  670. <ItemGroup>
  671. <Folder Include="Views\Dialog\Convertor\" />
  672. <Folder Include="Views\Edit\" />
  673. <Folder Include="Views\FillAndSign\" />
  674. <Folder Include="Views\Forms\" />
  675. <Folder Include="Views\Scan\" />
  676. </ItemGroup>
  677. <ItemGroup>
  678. <Content Include="ComOCRKit.Desk.dll">
  679. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  680. </Content>
  681. <Content Include="ComPDFKit.Desk.dll">
  682. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  683. </Content>
  684. <Content Include="ComPDFKit.Viewer.dll">
  685. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  686. </Content>
  687. <Content Include="ComPDFKit_Conversion.dll">
  688. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  689. </Content>
  690. <Content Include="DotNetSpeech.dll">
  691. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  692. </Content>
  693. <Content Include="Dragablz.dll">
  694. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  695. </Content>
  696. <Resource Include="StyleAndTemplateList.txt" />
  697. <Resource Include="Resources\QuickToolIcon\Batch.png" />
  698. <Resource Include="Resources\HomeIcon\file_addition.png" />
  699. <Resource Include="Resources\HomeIcon\folderOpen.png" />
  700. <Resource Include="Resources\PromotionIcon\Android.png" />
  701. <Resource Include="Resources\PromotionIcon\ComPDFKit.png" />
  702. <Resource Include="Resources\PromotionIcon\ComVideoKit.png" />
  703. <Resource Include="Resources\PromotionIcon\FilmageEditor.png" />
  704. <Resource Include="Resources\PromotionIcon\FilmageScreen.png" />
  705. <Resource Include="Resources\PromotionIcon\FreePDFTemplates.png" />
  706. <Resource Include="Resources\PromotionIcon\IPhoneiPad.png" />
  707. <Resource Include="Resources\PromotionIcon\SignFlow.png" />
  708. <Resource Include="Resources\PromotionIcon\Windows.png" />
  709. <Resource Include="Resources\FilesType\ic_propertybar_file_pdf_lock.png" />
  710. <Resource Include="Resources\FilesType\ic_propertybar_file_png_Large.png" />
  711. <Resource Include="SDKLisence.xml" />
  712. <Content Include="index.html">
  713. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  714. </Content>
  715. <Resource Include="Resources\ToolBarIcon\MyTools\Arrow.png" />
  716. <Resource Include="Resources\ToolBarIcon\MyTools\Bookmark.png" />
  717. <Resource Include="Resources\ToolBarIcon\MyTools\Circle.png" />
  718. <Resource Include="Resources\ToolBarIcon\MyTools\Freehande.png" />
  719. <Resource Include="Resources\ToolBarIcon\MyTools\Freehande2.png" />
  720. <Resource Include="Resources\ToolBarIcon\MyTools\Hand.png" />
  721. <Resource Include="Resources\ToolBarIcon\MyTools\Highlight.png" />
  722. <Resource Include="Resources\ToolBarIcon\MyTools\Hyperlink.png" />
  723. <Resource Include="Resources\ToolBarIcon\MyTools\Image.png" />
  724. <Resource Include="Resources\ToolBarIcon\MyTools\Line.png" />
  725. <Resource Include="Resources\ToolBarIcon\MyTools\Note.png" />
  726. <Resource Include="Resources\ToolBarIcon\MyTools\Point.png" />
  727. <Resource Include="Resources\ToolBarIcon\MyTools\Rectangle.png" />
  728. <Resource Include="Resources\ToolBarIcon\MyTools\Selecttool.png" />
  729. <Resource Include="Resources\ToolBarIcon\MyTools\Stamp.png" />
  730. <Resource Include="Resources\ToolBarIcon\MyTools\Textbox.png" />
  731. <Resource Include="Resources\ToolBarIcon\MyTools\wavyline2.png" />
  732. <Content Include="SystemService\PreviewHandler.dll">
  733. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  734. </Content>
  735. <Content Include="SystemService\PreviewHandlerx86.dll">
  736. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  737. </Content>
  738. <Content Include="SystemService\TechPDFKitBase.dll">
  739. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  740. </Content>
  741. <Content Include="SystemService\ThumbnailProvider.dll">
  742. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  743. </Content>
  744. <Content Include="SystemService\ThumbnailProviderx86.dll">
  745. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  746. </Content>
  747. <Content Include="x64\ComPDFKit.dll">
  748. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  749. </Content>
  750. <Content Include="x64\CPDFConverterNative.dll">
  751. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  752. </Content>
  753. <Content Include="x64\libhpdf.dll">
  754. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  755. </Content>
  756. <Content Include="x64\libpng16.dll">
  757. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  758. </Content>
  759. <Content Include="x64\TechPDFKit.dll">
  760. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  761. </Content>
  762. <Content Include="x64\TechPdfToOffice.dll">
  763. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  764. </Content>
  765. <Content Include="x64\vcruntime140.dll">
  766. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  767. </Content>
  768. <Content Include="x64\zlib1.dll">
  769. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  770. </Content>
  771. <Content Include="x86\ComPDFKit.dll">
  772. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  773. </Content>
  774. <Content Include="x86\CPDFConverterNative.dll">
  775. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  776. </Content>
  777. <Content Include="x86\libhpdf.dll">
  778. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  779. </Content>
  780. <Content Include="x86\libpng16.dll">
  781. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  782. </Content>
  783. <Content Include="x86\TechPDFKit.dll">
  784. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  785. </Content>
  786. <Content Include="x86\TechPDFToOffice.dll">
  787. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  788. </Content>
  789. <Content Include="x86\vcruntime140.dll">
  790. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  791. </Content>
  792. <Content Include="x86\zlib1.dll">
  793. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  794. </Content>
  795. </ItemGroup>
  796. <ItemGroup>
  797. <ProjectReference Include="..\PDFSettings\PDFSettings.csproj">
  798. <Project>{bee73aae-9a2c-446b-b64d-3a8f042c985d}</Project>
  799. <Name>PDFSettings</Name>
  800. </ProjectReference>
  801. </ItemGroup>
  802. <ItemGroup>
  803. <EmbeddedResource Include="Properties\Resources.resx">
  804. <Generator>ResXFileCodeGenerator</Generator>
  805. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  806. </EmbeddedResource>
  807. </ItemGroup>
  808. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  809. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  810. <PropertyGroup>
  811. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  812. </PropertyGroup>
  813. <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'))" />
  814. </Target>
  815. <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')" />
  816. </Project>