PDF Office.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  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="ComOCRKit.Desk, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>.\ComOCRKit.Desk.dll</HintPath>
  41. </Reference>
  42. <Reference Include="ComPDFKit.Desk, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>.\ComPDFKit.Desk.dll</HintPath>
  45. </Reference>
  46. <Reference Include="ComPDFKit.Viewer, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>.\ComPDFKit.Viewer.dll</HintPath>
  49. </Reference>
  50. <Reference Include="ComPDFKit_Conversion, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>.\ComPDFKit_Conversion.dll</HintPath>
  53. </Reference>
  54. <Reference Include="DotNetSpeech, Version=5.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <EmbedInteropTypes>True</EmbedInteropTypes>
  57. <HintPath>.\DotNetSpeech.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Dragablz, Version=0.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>.\Dragablz.dll</HintPath>
  62. </Reference>
  63. <Reference Include="DryIoc, Version=4.7.7.0, Culture=neutral, PublicKeyToken=dfbf2bd50fcf7768, processorArchitecture=MSIL">
  64. <HintPath>packages\DryIoc.dll.4.7.7\lib\net45\DryIoc.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  67. <HintPath>packages\Microsoft.Xaml.Behaviors.Wpf.1.1.31\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  70. <HintPath>packages\Prism.Core.8.1.97\lib\net461\Prism.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Prism.DryIoc.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  73. <HintPath>packages\Prism.DryIoc.8.1.97\lib\net461\Prism.DryIoc.Wpf.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  76. <HintPath>packages\Prism.Wpf.8.1.97\lib\net461\Prism.Wpf.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System" />
  79. <Reference Include="System.Configuration" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  82. <HintPath>packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Xml" />
  85. <Reference Include="Microsoft.CSharp" />
  86. <Reference Include="System.Core" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="System.Net.Http" />
  90. <Reference Include="System.Xaml">
  91. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  92. </Reference>
  93. <Reference Include="WindowsBase" />
  94. <Reference Include="PresentationCore" />
  95. <Reference Include="PresentationFramework" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ApplicationDefinition Include="App.xaml">
  99. <Generator>MSBuild:Compile</Generator>
  100. <SubType>Designer</SubType>
  101. </ApplicationDefinition>
  102. <Compile Include="EventAggregators\OpenFileEvent.cs" />
  103. <Compile Include="ViewModels\HomePanel\HomeCloudContentViewModel.cs" />
  104. <Compile Include="ViewModels\HomePanel\HomeGuidContentViewModel.cs" />
  105. <Compile Include="ViewModels\HomePanel\HomeToolsContentViewModel.cs" />
  106. <Compile Include="Views\HomePanel\HomeCloudContent.xaml.cs">
  107. <DependentUpon>HomeCloudContent.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="Views\HomePanel\HomeGuidContent.xaml.cs">
  110. <DependentUpon>HomeGuidContent.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="Views\HomePanel\HomeToolsContent.xaml.cs">
  113. <DependentUpon>HomeToolsContent.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="Views\ViewContent.xaml.cs">
  116. <DependentUpon>ViewContent.xaml</DependentUpon>
  117. </Compile>
  118. <Page Include="Views\HomeContent.xaml">
  119. <Generator>MSBuild:Compile</Generator>
  120. <SubType>Designer</SubType>
  121. </Page>
  122. <Page Include="Views\HomePanel\HomeCloudContent.xaml">
  123. <SubType>Designer</SubType>
  124. <Generator>MSBuild:Compile</Generator>
  125. </Page>
  126. <Page Include="Views\HomePanel\HomeGuidContent.xaml">
  127. <SubType>Designer</SubType>
  128. <Generator>MSBuild:Compile</Generator>
  129. </Page>
  130. <Page Include="Views\HomePanel\HomeToolsContent.xaml">
  131. <SubType>Designer</SubType>
  132. <Generator>MSBuild:Compile</Generator>
  133. </Page>
  134. <Page Include="Views\MainWindow.xaml">
  135. <Generator>MSBuild:Compile</Generator>
  136. <SubType>Designer</SubType>
  137. </Page>
  138. <Compile Include="App.xaml.cs">
  139. <DependentUpon>App.xaml</DependentUpon>
  140. <SubType>Code</SubType>
  141. </Compile>
  142. <Compile Include="ViewModels\HomeContentViewModel.cs" />
  143. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  144. <Compile Include="ViewModels\ViewContentViewModel.cs" />
  145. <Compile Include="Views\HomeContent.xaml.cs">
  146. <DependentUpon>HomeContent.xaml</DependentUpon>
  147. </Compile>
  148. <Compile Include="Views\MainWindow.xaml.cs">
  149. <DependentUpon>MainWindow.xaml</DependentUpon>
  150. <SubType>Code</SubType>
  151. </Compile>
  152. <Page Include="Views\ViewContent.xaml">
  153. <Generator>MSBuild:Compile</Generator>
  154. <SubType>Designer</SubType>
  155. </Page>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <Compile Include="Properties\AssemblyInfo.cs">
  159. <SubType>Code</SubType>
  160. </Compile>
  161. <Compile Include="Properties\Resources.Designer.cs">
  162. <AutoGen>True</AutoGen>
  163. <DesignTime>True</DesignTime>
  164. <DependentUpon>Resources.resx</DependentUpon>
  165. </Compile>
  166. <Compile Include="Properties\Settings.Designer.cs">
  167. <AutoGen>True</AutoGen>
  168. <DependentUpon>Settings.settings</DependentUpon>
  169. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  170. </Compile>
  171. <EmbeddedResource Include="Properties\Resources.resx">
  172. <Generator>ResXFileCodeGenerator</Generator>
  173. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  174. </EmbeddedResource>
  175. <None Include="packages.config" />
  176. <None Include="Properties\Settings.settings">
  177. <Generator>SettingsSingleFileGenerator</Generator>
  178. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  179. </None>
  180. </ItemGroup>
  181. <ItemGroup>
  182. <None Include="App.config" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <Folder Include="DataConvert\" />
  186. <Folder Include="Helper\" />
  187. <Folder Include="Model\" />
  188. <Folder Include="Resources\" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <Content Include="ComOCRKit.Desk.dll">
  192. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  193. </Content>
  194. <Content Include="ComPDFKit.Desk.dll">
  195. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  196. </Content>
  197. <Content Include="ComPDFKit.Viewer.dll">
  198. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  199. </Content>
  200. <Content Include="ComPDFKit_Conversion.dll">
  201. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  202. </Content>
  203. <Content Include="DotNetSpeech.dll">
  204. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  205. </Content>
  206. <Content Include="Dragablz.dll">
  207. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  208. </Content>
  209. <Content Include="SystemService\PreviewHandler.dll">
  210. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  211. </Content>
  212. <Content Include="SystemService\PreviewHandlerx86.dll">
  213. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  214. </Content>
  215. <Content Include="SystemService\TechPDFKitBase.dll">
  216. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  217. </Content>
  218. <Content Include="SystemService\ThumbnailProvider.dll">
  219. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  220. </Content>
  221. <Content Include="SystemService\ThumbnailProviderx86.dll">
  222. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  223. </Content>
  224. <Content Include="x64\ComPDFKit.dll">
  225. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  226. </Content>
  227. <Content Include="x64\CPDFConverterNative.dll">
  228. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  229. </Content>
  230. <Content Include="x64\libhpdf.dll">
  231. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  232. </Content>
  233. <Content Include="x64\libpng16.dll">
  234. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  235. </Content>
  236. <Content Include="x64\TechPDFKit.dll">
  237. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  238. </Content>
  239. <Content Include="x64\TechPdfToOffice.dll">
  240. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  241. </Content>
  242. <Content Include="x64\vcruntime140.dll">
  243. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  244. </Content>
  245. <Content Include="x64\zlib1.dll">
  246. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  247. </Content>
  248. <Content Include="x86\ComPDFKit.dll">
  249. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  250. </Content>
  251. <Content Include="x86\CPDFConverterNative.dll">
  252. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  253. </Content>
  254. <Content Include="x86\libhpdf.dll">
  255. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  256. </Content>
  257. <Content Include="x86\libpng16.dll">
  258. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  259. </Content>
  260. <Content Include="x86\TechPDFKit.dll">
  261. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  262. </Content>
  263. <Content Include="x86\TechPDFToOffice.dll">
  264. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  265. </Content>
  266. <Content Include="x86\vcruntime140.dll">
  267. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  268. </Content>
  269. <Content Include="x86\zlib1.dll">
  270. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  271. </Content>
  272. </ItemGroup>
  273. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  274. </Project>