PDF Office.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  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.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  86. <HintPath>packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Xml" />
  89. <Reference Include="Microsoft.CSharp" />
  90. <Reference Include="System.Core" />
  91. <Reference Include="System.Xml.Linq" />
  92. <Reference Include="System.Data.DataSetExtensions" />
  93. <Reference Include="System.Net.Http" />
  94. <Reference Include="System.Xaml">
  95. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  96. </Reference>
  97. <Reference Include="WindowsBase" />
  98. <Reference Include="PresentationCore" />
  99. <Reference Include="PresentationFramework" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ApplicationDefinition Include="App.xaml">
  103. <Generator>MSBuild:Compile</Generator>
  104. <SubType>Designer</SubType>
  105. </ApplicationDefinition>
  106. <Compile Include="CustomControl\CustomIconToggleBtn.cs" />
  107. <Compile Include="CustomControl\ToastControl.xaml.cs">
  108. <DependentUpon>ToastControl.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="Model\DialogNames.cs" />
  111. <Compile Include="CustomControl\InterTabClient.cs" />
  112. <Compile Include="CustomControl\LoadingControl.xaml.cs">
  113. <DependentUpon>LoadingControl.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="Model\ParameterNames.cs" />
  116. <Compile Include="Model\RegionNames.cs" />
  117. <Compile Include="CustomControl\TabablzRegionBehavior.cs" />
  118. <Compile Include="DataConvert\BoolToVisible.cs" />
  119. <Compile Include="DataConvert\VisibleToBoolConvert.cs" />
  120. <Compile Include="EventAggregators\DragablzWindowEvent.cs" />
  121. <Compile Include="EventAggregators\OpenFileEvent.cs" />
  122. <Compile Include="Tools\CommomEvent.cs" />
  123. <Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
  124. <Compile Include="ViewModels\BottomToolContentViewModel.cs" />
  125. <Compile Include="ViewModels\Dialog\FullScreenWindowViewModel.cs" />
  126. <Compile Include="ViewModels\Dialog\VerifyPassWordDialogViewModel.cs" />
  127. <Compile Include="ViewModels\HomePanel\HomeCloudContentViewModel.cs" />
  128. <Compile Include="ViewModels\HomePanel\HomeGuidContentViewModel.cs" />
  129. <Compile Include="ViewModels\HomePanel\HomeToolsContentViewModel.cs" />
  130. <Compile Include="ViewModels\MainContentViewModel.cs" />
  131. <Compile Include="Views\BOTA\BOTAContent.xaml.cs">
  132. <DependentUpon>BOTAContent.xaml</DependentUpon>
  133. </Compile>
  134. <Compile Include="Views\BottomToolContent.xaml.cs">
  135. <DependentUpon>BottomToolContent.xaml</DependentUpon>
  136. </Compile>
  137. <Compile Include="Views\Dialog\FullScreenWindow.xaml.cs">
  138. <DependentUpon>FullScreenWindow.xaml</DependentUpon>
  139. </Compile>
  140. <Compile Include="Views\Dialog\VerifyPassWordDialog.xaml.cs">
  141. <DependentUpon>VerifyPassWordDialog.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="Views\HomePanel\DocItemControl.xaml.cs">
  144. <DependentUpon>DocItemControl.xaml</DependentUpon>
  145. </Compile>
  146. <Compile Include="Views\HomePanel\DocItemListViewControl.xaml.cs">
  147. <DependentUpon>DocItemListViewControl.xaml</DependentUpon>
  148. </Compile>
  149. <Compile Include="Views\HomePanel\HomeCloudContent.xaml.cs">
  150. <DependentUpon>HomeCloudContent.xaml</DependentUpon>
  151. </Compile>
  152. <Compile Include="Views\HomePanel\HomeGuidContent.xaml.cs">
  153. <DependentUpon>HomeGuidContent.xaml</DependentUpon>
  154. </Compile>
  155. <Compile Include="Views\HomePanel\HomeToolIControl.xaml.cs">
  156. <DependentUpon>HomeToolIControl.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="Views\HomePanel\HomeToolItem.xaml.cs">
  159. <DependentUpon>HomeToolItem.xaml</DependentUpon>
  160. </Compile>
  161. <Compile Include="Views\HomePanel\HomeToolsContent.xaml.cs">
  162. <DependentUpon>HomeToolsContent.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="Views\HomePanel\RecentFilesView.xaml.cs">
  165. <DependentUpon>RecentFilesView.xaml</DependentUpon>
  166. </Compile>
  167. <Compile Include="Views\MainContent.xaml.cs">
  168. <DependentUpon>MainContent.xaml</DependentUpon>
  169. </Compile>
  170. <Compile Include="Views\ViewContent.xaml.cs">
  171. <DependentUpon>ViewContent.xaml</DependentUpon>
  172. </Compile>
  173. <Page Include="CustomControl\LoadingControl.xaml">
  174. <SubType>Designer</SubType>
  175. <Generator>MSBuild:Compile</Generator>
  176. </Page>
  177. <Page Include="CustomControl\ToastControl.xaml">
  178. <Generator>MSBuild:Compile</Generator>
  179. <SubType>Designer</SubType>
  180. </Page>
  181. <Page Include="Styles\ComboxStyle.xaml">
  182. <SubType>Designer</SubType>
  183. <Generator>MSBuild:Compile</Generator>
  184. </Page>
  185. <Page Include="Styles\CustomBtnStyle.xaml">
  186. <Generator>MSBuild:Compile</Generator>
  187. <SubType>Designer</SubType>
  188. </Page>
  189. <Page Include="Styles\ListViewStyle.xaml">
  190. <Generator>MSBuild:Compile</Generator>
  191. <SubType>Designer</SubType>
  192. </Page>
  193. <Page Include="Styles\TabControlStyle.xaml">
  194. <SubType>Designer</SubType>
  195. <Generator>MSBuild:Compile</Generator>
  196. </Page>
  197. <Page Include="Views\BOTA\BOTAContent.xaml">
  198. <SubType>Designer</SubType>
  199. <Generator>MSBuild:Compile</Generator>
  200. </Page>
  201. <Page Include="Views\BottomToolContent.xaml">
  202. <SubType>Designer</SubType>
  203. <Generator>MSBuild:Compile</Generator>
  204. </Page>
  205. <Page Include="Views\Dialog\FullScreenWindow.xaml">
  206. <SubType>Designer</SubType>
  207. <Generator>MSBuild:Compile</Generator>
  208. </Page>
  209. <Page Include="Views\Dialog\VerifyPassWordDialog.xaml">
  210. <SubType>Designer</SubType>
  211. <Generator>MSBuild:Compile</Generator>
  212. </Page>
  213. <Page Include="Views\HomeContent.xaml">
  214. <Generator>MSBuild:Compile</Generator>
  215. <SubType>Designer</SubType>
  216. </Page>
  217. <Page Include="Views\HomePanel\DocItemControl.xaml">
  218. <Generator>MSBuild:Compile</Generator>
  219. <SubType>Designer</SubType>
  220. </Page>
  221. <Page Include="Views\HomePanel\DocItemListViewControl.xaml">
  222. <Generator>MSBuild:Compile</Generator>
  223. <SubType>Designer</SubType>
  224. </Page>
  225. <Page Include="Views\HomePanel\HomeCloudContent.xaml">
  226. <SubType>Designer</SubType>
  227. <Generator>MSBuild:Compile</Generator>
  228. </Page>
  229. <Page Include="Views\HomePanel\HomeGuidContent.xaml">
  230. <SubType>Designer</SubType>
  231. <Generator>MSBuild:Compile</Generator>
  232. </Page>
  233. <Page Include="Views\HomePanel\HomeToolIControl.xaml">
  234. <Generator>MSBuild:Compile</Generator>
  235. <SubType>Designer</SubType>
  236. </Page>
  237. <Page Include="Views\HomePanel\HomeToolItem.xaml">
  238. <Generator>MSBuild:Compile</Generator>
  239. <SubType>Designer</SubType>
  240. </Page>
  241. <Page Include="Views\HomePanel\HomeToolsContent.xaml">
  242. <SubType>Designer</SubType>
  243. <Generator>MSBuild:Compile</Generator>
  244. </Page>
  245. <Page Include="Views\HomePanel\RecentFilesView.xaml">
  246. <Generator>MSBuild:Compile</Generator>
  247. <SubType>Designer</SubType>
  248. </Page>
  249. <Page Include="Views\MainContent.xaml">
  250. <SubType>Designer</SubType>
  251. <Generator>MSBuild:Compile</Generator>
  252. </Page>
  253. <Page Include="Views\MainWindow.xaml">
  254. <Generator>MSBuild:Compile</Generator>
  255. <SubType>Designer</SubType>
  256. </Page>
  257. <Compile Include="App.xaml.cs">
  258. <DependentUpon>App.xaml</DependentUpon>
  259. <SubType>Code</SubType>
  260. </Compile>
  261. <Compile Include="ViewModels\HomeContentViewModel.cs" />
  262. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  263. <Compile Include="ViewModels\ViewContentViewModel.cs" />
  264. <Compile Include="Views\HomeContent.xaml.cs">
  265. <DependentUpon>HomeContent.xaml</DependentUpon>
  266. </Compile>
  267. <Compile Include="Views\MainWindow.xaml.cs">
  268. <DependentUpon>MainWindow.xaml</DependentUpon>
  269. <SubType>Code</SubType>
  270. </Compile>
  271. <Page Include="Views\ViewContent.xaml">
  272. <Generator>MSBuild:Compile</Generator>
  273. <SubType>Designer</SubType>
  274. </Page>
  275. </ItemGroup>
  276. <ItemGroup>
  277. <Compile Include="Properties\AssemblyInfo.cs">
  278. <SubType>Code</SubType>
  279. </Compile>
  280. <Compile Include="Properties\Resources.Designer.cs">
  281. <AutoGen>True</AutoGen>
  282. <DesignTime>True</DesignTime>
  283. <DependentUpon>Resources.resx</DependentUpon>
  284. </Compile>
  285. <Compile Include="Properties\Settings.Designer.cs">
  286. <AutoGen>True</AutoGen>
  287. <DependentUpon>Settings.settings</DependentUpon>
  288. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  289. </Compile>
  290. <EmbeddedResource Include="Properties\Resources.resx">
  291. <Generator>ResXFileCodeGenerator</Generator>
  292. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  293. </EmbeddedResource>
  294. <None Include="packages.config" />
  295. <None Include="Properties\Settings.settings">
  296. <Generator>SettingsSingleFileGenerator</Generator>
  297. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  298. </None>
  299. </ItemGroup>
  300. <ItemGroup>
  301. <None Include="App.config" />
  302. </ItemGroup>
  303. <ItemGroup />
  304. <ItemGroup>
  305. <Content Include="ComOCRKit.Desk.dll">
  306. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  307. </Content>
  308. <Content Include="ComPDFKit.Desk.dll">
  309. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  310. </Content>
  311. <Content Include="ComPDFKit.Viewer.dll">
  312. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  313. </Content>
  314. <Content Include="ComPDFKit_Conversion.dll">
  315. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  316. </Content>
  317. <Content Include="DotNetSpeech.dll">
  318. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  319. </Content>
  320. <Content Include="Dragablz.dll">
  321. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  322. </Content>
  323. <Resource Include="StyleAndTemplateList.txt" />
  324. <Resource Include="Resources\QuickToolIcon\Batch.png" />
  325. <Content Include="SystemService\PreviewHandler.dll">
  326. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  327. </Content>
  328. <Content Include="SystemService\PreviewHandlerx86.dll">
  329. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  330. </Content>
  331. <Content Include="SystemService\TechPDFKitBase.dll">
  332. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  333. </Content>
  334. <Content Include="SystemService\ThumbnailProvider.dll">
  335. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  336. </Content>
  337. <Content Include="SystemService\ThumbnailProviderx86.dll">
  338. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  339. </Content>
  340. <Content Include="x64\ComPDFKit.dll">
  341. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  342. </Content>
  343. <Content Include="x64\CPDFConverterNative.dll">
  344. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  345. </Content>
  346. <Content Include="x64\libhpdf.dll">
  347. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  348. </Content>
  349. <Content Include="x64\libpng16.dll">
  350. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  351. </Content>
  352. <Content Include="x64\TechPDFKit.dll">
  353. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  354. </Content>
  355. <Content Include="x64\TechPdfToOffice.dll">
  356. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  357. </Content>
  358. <Content Include="x64\vcruntime140.dll">
  359. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  360. </Content>
  361. <Content Include="x64\zlib1.dll">
  362. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  363. </Content>
  364. <Content Include="x86\ComPDFKit.dll">
  365. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  366. </Content>
  367. <Content Include="x86\CPDFConverterNative.dll">
  368. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  369. </Content>
  370. <Content Include="x86\libhpdf.dll">
  371. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  372. </Content>
  373. <Content Include="x86\libpng16.dll">
  374. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  375. </Content>
  376. <Content Include="x86\TechPDFKit.dll">
  377. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  378. </Content>
  379. <Content Include="x86\TechPDFToOffice.dll">
  380. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  381. </Content>
  382. <Content Include="x86\vcruntime140.dll">
  383. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  384. </Content>
  385. <Content Include="x86\zlib1.dll">
  386. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  387. </Content>
  388. </ItemGroup>
  389. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  390. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  391. <PropertyGroup>
  392. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  393. </PropertyGroup>
  394. </Target>
  395. </Project>