PDF Office.csproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520
  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="DryIoc, Version=4.7.7.0, Culture=neutral, PublicKeyToken=dfbf2bd50fcf7768, processorArchitecture=MSIL">
  68. <HintPath>packages\DryIoc.dll.4.7.7\lib\net45\DryIoc.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  71. <HintPath>packages\Microsoft.Xaml.Behaviors.Wpf.1.1.31\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  74. <HintPath>packages\Prism.Core.8.1.97\lib\net461\Prism.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Prism.DryIoc.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  77. <HintPath>packages\Prism.DryIoc.8.1.97\lib\net461\Prism.DryIoc.Wpf.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  80. <HintPath>packages\Prism.Wpf.8.1.97\lib\net461\Prism.Wpf.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System" />
  83. <Reference Include="System.Configuration" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  87. <HintPath>packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Windows.Forms" />
  90. <Reference Include="System.Xml" />
  91. <Reference Include="Microsoft.CSharp" />
  92. <Reference Include="System.Core" />
  93. <Reference Include="System.Xml.Linq" />
  94. <Reference Include="System.Data.DataSetExtensions" />
  95. <Reference Include="System.Net.Http" />
  96. <Reference Include="System.Xaml">
  97. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  98. </Reference>
  99. <Reference Include="VirtualizingWrapPanel, Version=1.5.7.0, Culture=neutral, processorArchitecture=MSIL">
  100. <SpecificVersion>False</SpecificVersion>
  101. <HintPath>packages\VirtualizingWrapPanel.1.5.7\lib\net452\VirtualizingWrapPanel.dll</HintPath>
  102. </Reference>
  103. <Reference Include="WindowsBase" />
  104. <Reference Include="PresentationCore" />
  105. <Reference Include="PresentationFramework" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <ApplicationDefinition Include="App.xaml">
  109. <Generator>MSBuild:Compile</Generator>
  110. <SubType>Designer</SubType>
  111. </ApplicationDefinition>
  112. <Compile Include="CustomControl\AlertsMessage.xaml.cs">
  113. <DependentUpon>AlertsMessage.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="CustomControl\CustomIconToggleBtn.cs" />
  116. <Compile Include="CustomControl\IconAndTextTabItem.cs" />
  117. <Compile Include="CustomControl\ListBoxItemToolBar.cs" />
  118. <Compile Include="CustomControl\MessageBoxEx.cs" />
  119. <Compile Include="CustomControl\SystemControl\CustomCommandAction .cs" />
  120. <Compile Include="CustomControl\SystemControl\RoutedEventTrigger.cs" />
  121. <Compile Include="CustomControl\ToastControl.xaml.cs">
  122. <DependentUpon>ToastControl.xaml</DependentUpon>
  123. </Compile>
  124. <Compile Include="DataConvert\FileFormatToIconConvert.cs" />
  125. <Compile Include="EventAggregators\PageEditNotifyEvent.cs" />
  126. <Compile Include="EventAggregators\PageEditRefreshEvent.cs" />
  127. <Compile Include="Helper\SettingHelper.cs" />
  128. <Compile Include="Helper\ToolMethod.cs" />
  129. <Compile Include="Model\DialogNames.cs" />
  130. <Compile Include="CustomControl\SystemControl\InterTabClient.cs" />
  131. <Compile Include="CustomControl\LoadingControl.xaml.cs">
  132. <DependentUpon>LoadingControl.xaml</DependentUpon>
  133. </Compile>
  134. <Compile Include="Model\PageEdit\PageEditItem.cs" />
  135. <Compile Include="Model\ParameterNames.cs" />
  136. <Compile Include="Model\PDFTool\ToolItem.cs" />
  137. <Compile Include="Model\RegionNames.cs" />
  138. <Compile Include="CustomControl\SystemControl\TabablzRegionBehavior.cs" />
  139. <Compile Include="DataConvert\BoolToVisible.cs" />
  140. <Compile Include="DataConvert\VisibleToBoolConvert.cs" />
  141. <Compile Include="EventAggregators\DragablzWindowEvent.cs" />
  142. <Compile Include="EventAggregators\OpenFileEvent.cs" />
  143. <Compile Include="Helper\CommomEvent.cs" />
  144. <Compile Include="Helper\CommonHelper.cs" />
  145. <Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
  146. <Compile Include="ViewModels\BottomToolContentViewModel.cs" />
  147. <Compile Include="ViewModels\Dialog\FullScreenWindowViewModel.cs" />
  148. <Compile Include="ViewModels\Dialog\PageEditDialogs\ExtractDialogViewModel.cs" />
  149. <Compile Include="ViewModels\Dialog\PageEditDialogs\InsertDialogViewModel.cs" />
  150. <Compile Include="ViewModels\Dialog\PageEditDialogs\SplitDialogViewModel.cs" />
  151. <Compile Include="ViewModels\Dialog\VerifyPassWordDialogViewModel.cs" />
  152. <Compile Include="ViewModels\HomePanel\HomeCloudContentViewModel.cs" />
  153. <Compile Include="ViewModels\HomePanel\HomeGuidContentViewModel.cs" />
  154. <Compile Include="ViewModels\HomePanel\HomeToolsContentViewModel.cs" />
  155. <Compile Include="ViewModels\MainContentViewModel.cs" />
  156. <Compile Include="ViewModels\PageEdit\PageEditContentViewModel.cs" />
  157. <Compile Include="Views\BOTA\BOTAContent.xaml.cs">
  158. <DependentUpon>BOTAContent.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="Views\BottomToolContent.xaml.cs">
  161. <DependentUpon>BottomToolContent.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="Views\Dialog\FullScreenWindow.xaml.cs">
  164. <DependentUpon>FullScreenWindow.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml.cs">
  167. <DependentUpon>ExtractDialog.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml.cs">
  170. <DependentUpon>InsertDialog.xaml</DependentUpon>
  171. </Compile>
  172. <Compile Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml.cs">
  173. <DependentUpon>SplitDialog.xaml</DependentUpon>
  174. </Compile>
  175. <Compile Include="Views\Dialog\VerifyPassWordDialog.xaml.cs">
  176. <DependentUpon>VerifyPassWordDialog.xaml</DependentUpon>
  177. </Compile>
  178. <Compile Include="Views\HomePanel\CloudDocs\CloudDiskContent.xaml.cs">
  179. <DependentUpon>CloudDiskContent.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="Views\HomePanel\CloudDocs\CloudFilesContent.xaml.cs">
  182. <DependentUpon>CloudFilesContent.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="Views\HomePanel\HomeCloudContent.xaml.cs">
  185. <DependentUpon>HomeCloudContent.xaml</DependentUpon>
  186. </Compile>
  187. <Compile Include="Views\HomePanel\HomeGuidContent.xaml.cs">
  188. <DependentUpon>HomeGuidContent.xaml</DependentUpon>
  189. </Compile>
  190. <Compile Include="Views\HomePanel\PDFTools\PDFToolItem.xaml.cs">
  191. <DependentUpon>PDFToolItem.xaml</DependentUpon>
  192. </Compile>
  193. <Compile Include="Views\HomePanel\HomeToolsContent.xaml.cs">
  194. <DependentUpon>HomeToolsContent.xaml</DependentUpon>
  195. </Compile>
  196. <Compile Include="Views\HomePanel\PDFTools\PDFTools.cs" />
  197. <Compile Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml.cs">
  198. <DependentUpon>PDFToolsContent.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml.cs">
  201. <DependentUpon>QuickToolsContent.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="Views\HomePanel\PromotionContent.xaml.cs">
  204. <DependentUpon>PromotionContent.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Views\HomePanel\RecentFiles\DocItemControl.xaml.cs">
  207. <DependentUpon>DocItemControl.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml.cs">
  210. <DependentUpon>DocItemListViewControl.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml.cs">
  213. <DependentUpon>RecentFilesView.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="Views\MainContent.xaml.cs">
  216. <DependentUpon>MainContent.xaml</DependentUpon>
  217. </Compile>
  218. <Compile Include="Views\PageEdit\PageEditContent.xaml.cs">
  219. <DependentUpon>PageEditContent.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Views\ViewContent.xaml.cs">
  222. <DependentUpon>ViewContent.xaml</DependentUpon>
  223. </Compile>
  224. <Page Include="CustomControl\AlertsMessage.xaml">
  225. <Generator>MSBuild:Compile</Generator>
  226. <SubType>Designer</SubType>
  227. </Page>
  228. <Page Include="CustomControl\LoadingControl.xaml">
  229. <SubType>Designer</SubType>
  230. <Generator>MSBuild:Compile</Generator>
  231. </Page>
  232. <Page Include="CustomControl\ToastControl.xaml">
  233. <Generator>MSBuild:Compile</Generator>
  234. <SubType>Designer</SubType>
  235. </Page>
  236. <Page Include="Styles\ComboxStyle.xaml">
  237. <SubType>Designer</SubType>
  238. <Generator>MSBuild:Compile</Generator>
  239. </Page>
  240. <Page Include="Styles\CustomBtnStyle.xaml">
  241. <Generator>MSBuild:Compile</Generator>
  242. <SubType>Designer</SubType>
  243. </Page>
  244. <Page Include="Styles\CustomListItemStyle.xaml">
  245. <SubType>Designer</SubType>
  246. <Generator>MSBuild:Compile</Generator>
  247. </Page>
  248. <Page Include="Styles\ExpanderStyle.xaml">
  249. <Generator>MSBuild:Compile</Generator>
  250. <SubType>Designer</SubType>
  251. </Page>
  252. <Page Include="Styles\ListBoxStyle.xaml">
  253. <Generator>MSBuild:Compile</Generator>
  254. <SubType>Designer</SubType>
  255. </Page>
  256. <Page Include="Styles\ListViewStyle.xaml">
  257. <Generator>MSBuild:Compile</Generator>
  258. <SubType>Designer</SubType>
  259. </Page>
  260. <Page Include="Styles\TabControlStyle.xaml">
  261. <SubType>Designer</SubType>
  262. <Generator>MSBuild:Compile</Generator>
  263. </Page>
  264. <Page Include="Views\BOTA\BOTAContent.xaml">
  265. <SubType>Designer</SubType>
  266. <Generator>MSBuild:Compile</Generator>
  267. </Page>
  268. <Page Include="Views\BottomToolContent.xaml">
  269. <SubType>Designer</SubType>
  270. <Generator>MSBuild:Compile</Generator>
  271. </Page>
  272. <Page Include="Views\Dialog\FullScreenWindow.xaml">
  273. <SubType>Designer</SubType>
  274. <Generator>MSBuild:Compile</Generator>
  275. </Page>
  276. <Page Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml">
  277. <Generator>MSBuild:Compile</Generator>
  278. <SubType>Designer</SubType>
  279. </Page>
  280. <Page Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml">
  281. <Generator>MSBuild:Compile</Generator>
  282. <SubType>Designer</SubType>
  283. </Page>
  284. <Page Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml">
  285. <Generator>MSBuild:Compile</Generator>
  286. <SubType>Designer</SubType>
  287. </Page>
  288. <Page Include="Views\Dialog\VerifyPassWordDialog.xaml">
  289. <SubType>Designer</SubType>
  290. <Generator>MSBuild:Compile</Generator>
  291. </Page>
  292. <Page Include="Views\HomeContent.xaml">
  293. <Generator>MSBuild:Compile</Generator>
  294. <SubType>Designer</SubType>
  295. </Page>
  296. <Page Include="Views\HomePanel\CloudDocs\CloudDiskContent.xaml">
  297. <SubType>Designer</SubType>
  298. <Generator>MSBuild:Compile</Generator>
  299. </Page>
  300. <Page Include="Views\HomePanel\CloudDocs\CloudFilesContent.xaml">
  301. <Generator>MSBuild:Compile</Generator>
  302. <SubType>Designer</SubType>
  303. </Page>
  304. <Page Include="Views\HomePanel\HomeCloudContent.xaml">
  305. <SubType>Designer</SubType>
  306. <Generator>MSBuild:Compile</Generator>
  307. </Page>
  308. <Page Include="Views\HomePanel\HomeGuidContent.xaml">
  309. <SubType>Designer</SubType>
  310. <Generator>MSBuild:Compile</Generator>
  311. </Page>
  312. <Page Include="Views\HomePanel\PDFTools\PDFToolItem.xaml">
  313. <Generator>MSBuild:Compile</Generator>
  314. <SubType>Designer</SubType>
  315. </Page>
  316. <Page Include="Views\HomePanel\HomeToolsContent.xaml">
  317. <SubType>Designer</SubType>
  318. <Generator>MSBuild:Compile</Generator>
  319. </Page>
  320. <Page Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml">
  321. <Generator>MSBuild:Compile</Generator>
  322. <SubType>Designer</SubType>
  323. </Page>
  324. <Page Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml">
  325. <SubType>Designer</SubType>
  326. <Generator>MSBuild:Compile</Generator>
  327. </Page>
  328. <Page Include="Views\HomePanel\PromotionContent.xaml">
  329. <Generator>MSBuild:Compile</Generator>
  330. <SubType>Designer</SubType>
  331. </Page>
  332. <Page Include="Views\HomePanel\RecentFiles\DocItemControl.xaml">
  333. <Generator>MSBuild:Compile</Generator>
  334. <SubType>Designer</SubType>
  335. </Page>
  336. <Page Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml">
  337. <Generator>MSBuild:Compile</Generator>
  338. <SubType>Designer</SubType>
  339. </Page>
  340. <Page Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml">
  341. <Generator>MSBuild:Compile</Generator>
  342. <SubType>Designer</SubType>
  343. </Page>
  344. <Page Include="Views\MainContent.xaml">
  345. <SubType>Designer</SubType>
  346. <Generator>MSBuild:Compile</Generator>
  347. </Page>
  348. <Page Include="Views\MainWindow.xaml">
  349. <Generator>MSBuild:Compile</Generator>
  350. <SubType>Designer</SubType>
  351. </Page>
  352. <Compile Include="App.xaml.cs">
  353. <DependentUpon>App.xaml</DependentUpon>
  354. <SubType>Code</SubType>
  355. </Compile>
  356. <Compile Include="ViewModels\HomeContentViewModel.cs" />
  357. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  358. <Compile Include="ViewModels\ViewContentViewModel.cs" />
  359. <Compile Include="Views\HomeContent.xaml.cs">
  360. <DependentUpon>HomeContent.xaml</DependentUpon>
  361. </Compile>
  362. <Compile Include="Views\MainWindow.xaml.cs">
  363. <DependentUpon>MainWindow.xaml</DependentUpon>
  364. <SubType>Code</SubType>
  365. </Compile>
  366. <Page Include="Views\PageEdit\PageEditContent.xaml">
  367. <Generator>MSBuild:Compile</Generator>
  368. <SubType>Designer</SubType>
  369. </Page>
  370. <Page Include="Views\ViewContent.xaml">
  371. <Generator>MSBuild:Compile</Generator>
  372. <SubType>Designer</SubType>
  373. </Page>
  374. </ItemGroup>
  375. <ItemGroup>
  376. <Compile Include="Properties\AssemblyInfo.cs">
  377. <SubType>Code</SubType>
  378. </Compile>
  379. <Compile Include="Properties\Resources.Designer.cs">
  380. <AutoGen>True</AutoGen>
  381. <DesignTime>True</DesignTime>
  382. <DependentUpon>Resources.resx</DependentUpon>
  383. </Compile>
  384. <Compile Include="Properties\Settings.Designer.cs">
  385. <AutoGen>True</AutoGen>
  386. <DependentUpon>Settings.settings</DependentUpon>
  387. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  388. </Compile>
  389. <EmbeddedResource Include="Properties\Resources.resx">
  390. <Generator>ResXFileCodeGenerator</Generator>
  391. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  392. </EmbeddedResource>
  393. <None Include="packages.config" />
  394. <None Include="Properties\Settings.settings">
  395. <Generator>SettingsSingleFileGenerator</Generator>
  396. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  397. </None>
  398. </ItemGroup>
  399. <ItemGroup>
  400. <None Include="App.config" />
  401. </ItemGroup>
  402. <ItemGroup>
  403. <Folder Include="Views\Dialog\Convertor\" />
  404. <Folder Include="Views\Edit\" />
  405. <Folder Include="Views\FillAndSign\" />
  406. <Folder Include="Views\Forms\" />
  407. <Folder Include="Views\Scan\" />
  408. <Folder Include="Views\Tools\" />
  409. </ItemGroup>
  410. <ItemGroup>
  411. <Content Include="ComOCRKit.Desk.dll">
  412. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  413. </Content>
  414. <Content Include="ComPDFKit.Desk.dll">
  415. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  416. </Content>
  417. <Content Include="ComPDFKit.Viewer.dll">
  418. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  419. </Content>
  420. <Content Include="ComPDFKit_Conversion.dll">
  421. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  422. </Content>
  423. <Content Include="DotNetSpeech.dll">
  424. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  425. </Content>
  426. <Content Include="Dragablz.dll">
  427. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  428. </Content>
  429. <Resource Include="StyleAndTemplateList.txt" />
  430. <Resource Include="Resources\QuickToolIcon\Batch.png" />
  431. <Resource Include="Resources\HomeIcon\file_addition.png" />
  432. <Resource Include="Resources\HomeIcon\folderOpen.png" />
  433. <Resource Include="Resources\PromotionIcon\Android.png" />
  434. <Resource Include="Resources\PromotionIcon\ComPDFKit.png" />
  435. <Resource Include="Resources\PromotionIcon\ComVideoKit.png" />
  436. <Resource Include="Resources\PromotionIcon\FilmageEditor.png" />
  437. <Resource Include="Resources\PromotionIcon\FilmageScreen.png" />
  438. <Resource Include="Resources\PromotionIcon\FreePDFTemplates.png" />
  439. <Resource Include="Resources\PromotionIcon\IPhoneiPad.png" />
  440. <Resource Include="Resources\PromotionIcon\SignFlow.png" />
  441. <Resource Include="Resources\PromotionIcon\Windows.png" />
  442. <Resource Include="Resources\FilesType\ic_propertybar_file_pdf_lock.png" />
  443. <Resource Include="Resources\FilesType\ic_propertybar_file_png_Large.png" />
  444. <Content Include="SystemService\PreviewHandler.dll">
  445. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  446. </Content>
  447. <Content Include="SystemService\PreviewHandlerx86.dll">
  448. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  449. </Content>
  450. <Content Include="SystemService\TechPDFKitBase.dll">
  451. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  452. </Content>
  453. <Content Include="SystemService\ThumbnailProvider.dll">
  454. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  455. </Content>
  456. <Content Include="SystemService\ThumbnailProviderx86.dll">
  457. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  458. </Content>
  459. <Content Include="x64\ComPDFKit.dll">
  460. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  461. </Content>
  462. <Content Include="x64\CPDFConverterNative.dll">
  463. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  464. </Content>
  465. <Content Include="x64\libhpdf.dll">
  466. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  467. </Content>
  468. <Content Include="x64\libpng16.dll">
  469. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  470. </Content>
  471. <Content Include="x64\TechPDFKit.dll">
  472. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  473. </Content>
  474. <Content Include="x64\TechPdfToOffice.dll">
  475. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  476. </Content>
  477. <Content Include="x64\vcruntime140.dll">
  478. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  479. </Content>
  480. <Content Include="x64\zlib1.dll">
  481. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  482. </Content>
  483. <Content Include="x86\ComPDFKit.dll">
  484. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  485. </Content>
  486. <Content Include="x86\CPDFConverterNative.dll">
  487. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  488. </Content>
  489. <Content Include="x86\libhpdf.dll">
  490. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  491. </Content>
  492. <Content Include="x86\libpng16.dll">
  493. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  494. </Content>
  495. <Content Include="x86\TechPDFKit.dll">
  496. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  497. </Content>
  498. <Content Include="x86\TechPDFToOffice.dll">
  499. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  500. </Content>
  501. <Content Include="x86\vcruntime140.dll">
  502. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  503. </Content>
  504. <Content Include="x86\zlib1.dll">
  505. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  506. </Content>
  507. </ItemGroup>
  508. <ItemGroup>
  509. <ProjectReference Include="..\PDFSettings\PDFSettings.csproj">
  510. <Project>{bee73aae-9a2c-446b-b64d-3a8f042c985d}</Project>
  511. <Name>PDFSettings</Name>
  512. </ProjectReference>
  513. </ItemGroup>
  514. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  515. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  516. <PropertyGroup>
  517. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  518. </PropertyGroup>
  519. </Target>
  520. </Project>