PDF Office.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{F3A2111D-9EAF-4ECE-9A92-B7F21D429DCD}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>PDF_Office</RootNamespace>
  10. <AssemblyName>PDF Office</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="DotNetSpeech, Version=5.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <EmbedInteropTypes>True</EmbedInteropTypes>
  41. <HintPath>.\DotNetSpeech.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Dragablz, Version=0.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>.\Dragablz.dll</HintPath>
  46. </Reference>
  47. <Reference Include="DryIoc, Version=4.7.7.0, Culture=neutral, PublicKeyToken=dfbf2bd50fcf7768, processorArchitecture=MSIL">
  48. <HintPath>packages\DryIoc.dll.4.7.7\lib\net45\DryIoc.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  51. <HintPath>packages\Microsoft.Xaml.Behaviors.Wpf.1.1.31\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  54. <HintPath>packages\Prism.Core.8.1.97\lib\net461\Prism.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Prism.DryIoc.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  57. <HintPath>packages\Prism.DryIoc.8.1.97\lib\net461\Prism.DryIoc.Wpf.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  60. <HintPath>packages\Prism.Wpf.8.1.97\lib\net461\Prism.Wpf.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Configuration" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  66. <HintPath>packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System.Xml" />
  69. <Reference Include="Microsoft.CSharp" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="System.Net.Http" />
  74. <Reference Include="System.Xaml">
  75. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  76. </Reference>
  77. <Reference Include="WindowsBase" />
  78. <Reference Include="PresentationCore" />
  79. <Reference Include="PresentationFramework" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <ApplicationDefinition Include="App.xaml">
  83. <Generator>MSBuild:Compile</Generator>
  84. <SubType>Designer</SubType>
  85. </ApplicationDefinition>
  86. <Compile Include="Views\ViewContent.xaml.cs">
  87. <DependentUpon>ViewContent.xaml</DependentUpon>
  88. </Compile>
  89. <Page Include="Views\HomeContent.xaml">
  90. <Generator>MSBuild:Compile</Generator>
  91. <SubType>Designer</SubType>
  92. </Page>
  93. <Page Include="Views\MainWindow.xaml">
  94. <Generator>MSBuild:Compile</Generator>
  95. <SubType>Designer</SubType>
  96. </Page>
  97. <Compile Include="App.xaml.cs">
  98. <DependentUpon>App.xaml</DependentUpon>
  99. <SubType>Code</SubType>
  100. </Compile>
  101. <Compile Include="ViewModels\HomeContentViewModel.cs" />
  102. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  103. <Compile Include="ViewModels\ViewContentViewModel.cs" />
  104. <Compile Include="Views\HomeContent.xaml.cs">
  105. <DependentUpon>HomeContent.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="Views\MainWindow.xaml.cs">
  108. <DependentUpon>MainWindow.xaml</DependentUpon>
  109. <SubType>Code</SubType>
  110. </Compile>
  111. <Page Include="Views\ViewContent.xaml">
  112. <Generator>MSBuild:Compile</Generator>
  113. <SubType>Designer</SubType>
  114. </Page>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Compile Include="Properties\AssemblyInfo.cs">
  118. <SubType>Code</SubType>
  119. </Compile>
  120. <Compile Include="Properties\Resources.Designer.cs">
  121. <AutoGen>True</AutoGen>
  122. <DesignTime>True</DesignTime>
  123. <DependentUpon>Resources.resx</DependentUpon>
  124. </Compile>
  125. <Compile Include="Properties\Settings.Designer.cs">
  126. <AutoGen>True</AutoGen>
  127. <DependentUpon>Settings.settings</DependentUpon>
  128. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  129. </Compile>
  130. <EmbeddedResource Include="Properties\Resources.resx">
  131. <Generator>ResXFileCodeGenerator</Generator>
  132. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  133. </EmbeddedResource>
  134. <None Include="packages.config" />
  135. <None Include="Properties\Settings.settings">
  136. <Generator>SettingsSingleFileGenerator</Generator>
  137. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  138. </None>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <None Include="App.config" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Folder Include="DataConvert\" />
  145. <Folder Include="Helper\" />
  146. <Folder Include="Model\" />
  147. <Folder Include="Resources\" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <Content Include="ComOCRKit.Desk.dll">
  151. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  152. </Content>
  153. <Content Include="ComPDFKit.Desk.dll">
  154. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  155. </Content>
  156. <Content Include="ComPDFKit.Viewer.dll">
  157. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  158. </Content>
  159. <Content Include="ComPDFKit_Conversion.dll">
  160. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  161. </Content>
  162. <Content Include="DotNetSpeech.dll">
  163. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  164. </Content>
  165. <Content Include="Dragablz.dll">
  166. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  167. </Content>
  168. <Content Include="SystemService\PreviewHandler.dll">
  169. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  170. </Content>
  171. <Content Include="SystemService\PreviewHandlerx86.dll">
  172. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  173. </Content>
  174. <Content Include="SystemService\TechPDFKitBase.dll">
  175. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  176. </Content>
  177. <Content Include="SystemService\ThumbnailProvider.dll">
  178. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  179. </Content>
  180. <Content Include="SystemService\ThumbnailProviderx86.dll">
  181. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  182. </Content>
  183. <Content Include="x64\ComPDFKit.dll">
  184. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  185. </Content>
  186. <Content Include="x64\CPDFConverterNative.dll">
  187. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  188. </Content>
  189. <Content Include="x64\libhpdf.dll">
  190. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  191. </Content>
  192. <Content Include="x64\libpng16.dll">
  193. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  194. </Content>
  195. <Content Include="x64\TechPDFKit.dll">
  196. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  197. </Content>
  198. <Content Include="x64\TechPdfToOffice.dll">
  199. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  200. </Content>
  201. <Content Include="x64\vcruntime140.dll">
  202. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  203. </Content>
  204. <Content Include="x64\zlib1.dll">
  205. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  206. </Content>
  207. <Content Include="x86\ComPDFKit.dll">
  208. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  209. </Content>
  210. <Content Include="x86\CPDFConverterNative.dll">
  211. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  212. </Content>
  213. <Content Include="x86\libhpdf.dll">
  214. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  215. </Content>
  216. <Content Include="x86\libpng16.dll">
  217. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  218. </Content>
  219. <Content Include="x86\TechPDFKit.dll">
  220. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  221. </Content>
  222. <Content Include="x86\TechPDFToOffice.dll">
  223. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  224. </Content>
  225. <Content Include="x86\vcruntime140.dll">
  226. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  227. </Content>
  228. <Content Include="x86\zlib1.dll">
  229. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  230. </Content>
  231. </ItemGroup>
  232. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  233. </Project>