PDFViewer.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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>{C38954D1-7490-4D96-8AE7-67468EA3E638}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>PDFViewer</RootNamespace>
  10. <AssemblyName>ComPDFKit</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</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. <LangVersion>7</LangVersion>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>TRACE;DEBUG;Windows</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. <Prefer32bit>false</Prefer32bit>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  46. <DebugSymbols>true</DebugSymbols>
  47. <OutputPath>bin\x64\Debug\</OutputPath>
  48. <DefineConstants>DEBUG;TRACE;Windows</DefineConstants>
  49. <DebugType>full</DebugType>
  50. <PlatformTarget>x64</PlatformTarget>
  51. <LangVersion>7</LangVersion>
  52. <ErrorReport>prompt</ErrorReport>
  53. <Prefer32Bit>false</Prefer32Bit>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  56. <OutputPath>bin\x64\Release\</OutputPath>
  57. <DefineConstants>TRACE</DefineConstants>
  58. <Optimize>true</Optimize>
  59. <DebugType>pdbonly</DebugType>
  60. <PlatformTarget>x64</PlatformTarget>
  61. <LangVersion>7</LangVersion>
  62. <ErrorReport>prompt</ErrorReport>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  65. <DebugSymbols>true</DebugSymbols>
  66. <OutputPath>bin\x86\Debug\</OutputPath>
  67. <DefineConstants>TRACE;DEBUG;Windows</DefineConstants>
  68. <DebugType>full</DebugType>
  69. <PlatformTarget>x86</PlatformTarget>
  70. <LangVersion>7</LangVersion>
  71. <ErrorReport>prompt</ErrorReport>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  74. <OutputPath>bin\x86\Release\</OutputPath>
  75. <DefineConstants>TRACE</DefineConstants>
  76. <Optimize>true</Optimize>
  77. <DebugType>pdbonly</DebugType>
  78. <PlatformTarget>x86</PlatformTarget>
  79. <LangVersion>7</LangVersion>
  80. <ErrorReport>prompt</ErrorReport>
  81. </PropertyGroup>
  82. <ItemGroup>
  83. <Reference Include="Dragablz">
  84. <HintPath>.\Dragablz.dll</HintPath>
  85. </Reference>
  86. <Reference Include="PresentationFramework.Aero2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  87. <HintPath>..\packages\PresentationFramework.Aero2.1.0.1\lib\PresentationFramework.Aero2.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System" />
  90. <Reference Include="System.Data" />
  91. <Reference Include="System.Xml" />
  92. <Reference Include="Microsoft.CSharp" />
  93. <Reference Include="System.Core" />
  94. <Reference Include="System.Xml.Linq" />
  95. <Reference Include="System.Data.DataSetExtensions" />
  96. <Reference Include="System.Net.Http" />
  97. <Reference Include="System.Xaml">
  98. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  99. </Reference>
  100. <Reference Include="WindowsBase" />
  101. <Reference Include="PresentationCore" />
  102. <Reference Include="PresentationFramework" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ApplicationDefinition Include="App.xaml">
  106. <Generator>MSBuild:Compile</Generator>
  107. <SubType>Designer</SubType>
  108. </ApplicationDefinition>
  109. <Compile Include="SettingsDialog.xaml.cs">
  110. <DependentUpon>SettingsDialog.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="Strings\SettingDialog.Designer.cs">
  113. <DesignTime>True</DesignTime>
  114. <AutoGen>True</AutoGen>
  115. <DependentUpon>SettingDialog.resx</DependentUpon>
  116. </Compile>
  117. <Page Include="MainPage.xaml">
  118. <SubType>Designer</SubType>
  119. <Generator>MSBuild:Compile</Generator>
  120. </Page>
  121. <Page Include="MainWindow.xaml">
  122. <Generator>MSBuild:Compile</Generator>
  123. <SubType>Designer</SubType>
  124. </Page>
  125. <Compile Include="App.xaml.cs">
  126. <DependentUpon>App.xaml</DependentUpon>
  127. <SubType>Code</SubType>
  128. </Compile>
  129. <Compile Include="MainPage.xaml.cs">
  130. <DependentUpon>MainPage.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="MainWindow.xaml.cs">
  133. <DependentUpon>MainWindow.xaml</DependentUpon>
  134. <SubType>Code</SubType>
  135. </Compile>
  136. <Page Include="SettingsDialog.xaml">
  137. <SubType>Designer</SubType>
  138. <Generator>MSBuild:Compile</Generator>
  139. </Page>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Compile Include="Properties\AssemblyInfo.cs">
  143. <SubType>Code</SubType>
  144. </Compile>
  145. <Compile Include="Properties\Resources.Designer.cs">
  146. <AutoGen>True</AutoGen>
  147. <DesignTime>True</DesignTime>
  148. <DependentUpon>Resources.resx</DependentUpon>
  149. </Compile>
  150. <Compile Include="Properties\Settings.Designer.cs">
  151. <AutoGen>True</AutoGen>
  152. <DependentUpon>Settings.settings</DependentUpon>
  153. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  154. </Compile>
  155. <EmbeddedResource Include="Properties\Resources.resx">
  156. <Generator>ResXFileCodeGenerator</Generator>
  157. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  158. </EmbeddedResource>
  159. <EmbeddedResource Include="Strings\SettingDialog.resx">
  160. <Generator>ResXFileCodeGenerator</Generator>
  161. <LastGenOutput>SettingDialog.Designer.cs</LastGenOutput>
  162. </EmbeddedResource>
  163. <EmbeddedResource Include="Strings\SettingDialog.zh.resx">
  164. <DependentUpon>SettingDialog.resx</DependentUpon>
  165. </EmbeddedResource>
  166. <None Include="packages.config" />
  167. <None Include="Properties\Settings.settings">
  168. <Generator>SettingsSingleFileGenerator</Generator>
  169. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  170. </None>
  171. </ItemGroup>
  172. <ItemGroup>
  173. <None Include="App.config" />
  174. </ItemGroup>
  175. <ItemGroup>
  176. <None Include="..\license_key_windows.xml">
  177. <Link>license_key_windows.xml</Link>
  178. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  179. </None>
  180. <Content Include="x64\ComPDFKit.dll">
  181. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  182. </Content>
  183. <Content Include="x86\ComPDFKit.dll">
  184. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  185. </Content>
  186. <Content Include="..\TestFile\PDF32000_2008.pdf">
  187. <Link>TestFile\PDF32000_2008.pdf</Link>
  188. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  189. </Content>
  190. <Content Include="..\TestFile\ComPDFKit_Annotations_Sample_File.pdf">
  191. <Link>TestFile\ComPDFKit_Annotations_Sample_File.pdf</Link>
  192. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  193. </Content>
  194. <Content Include="..\TestFile\ComPDFKit_Forms_Sample_File.pdf">
  195. <Link>TestFile\ComPDFKit_Forms_Sample_File.pdf</Link>
  196. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  197. </Content>
  198. <Content Include="..\TestFile\ComPDFKit_Measurement_Sample_File.pdf">
  199. <Link>TestFile\ComPDFKit_Measurement_Sample_File.pdf</Link>
  200. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  201. </Content>
  202. <Content Include="..\TestFile\ComPDFKit_Sample_File_Windows.pdf">
  203. <Link>TestFile\ComPDFKit_Sample_File_Windows.pdf</Link>
  204. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  205. </Content>
  206. <Content Include="..\TestFile\ComPDFKit_Signatures_Sample_File.pdf">
  207. <Link>TestFile\ComPDFKit_Signatures_Sample_File.pdf</Link>
  208. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  209. </Content>
  210. <Content Include="..\TestFile\ComPDFKit_Watermark_Sample_File.pdf">
  211. <Link>TestFile\ComPDFKit_Watermark_Sample_File.pdf</Link>
  212. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  213. </Content>
  214. <Content Include="..\TestFile\Password_compdfkit_Security_Sample_File.pdf">
  215. <Link>TestFile\Password_compdfkit_Security_Sample_File.pdf</Link>
  216. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  217. </Content>
  218. <None Include="Logo.png">
  219. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  220. </None>
  221. <None Include="Logo_opa40.png">
  222. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  223. </None>
  224. <Resource Include="ComPDFKit_Logo.ico" />
  225. </ItemGroup>
  226. <ItemGroup>
  227. <ProjectReference Include="..\..\..\..\ComPDFKit-ForRebuild\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Desk.csproj">
  228. <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
  229. <Name>ComPDFKit.Desk</Name>
  230. </ProjectReference>
  231. <ProjectReference Include="..\..\..\..\ComPDFKit-Rebuild\ComPDFKit.Tool\ComPDFKit.Tool.csproj">
  232. <Project>{a061ee7a-6704-4bd9-86ee-48ed5df75e2f}</Project>
  233. <Name>ComPDFKit.Tool</Name>
  234. </ProjectReference>
  235. <ProjectReference Include="..\..\..\..\ComPDFKit-Rebuild\ComPDFKit.Viewer\ComPDFKit.Viewer.csproj">
  236. <Project>{783263cf-0da3-4095-9df8-2c4a6b3ff908}</Project>
  237. <Name>ComPDFKit.Viewer</Name>
  238. </ProjectReference>
  239. <ProjectReference Include="..\Compdfkit.Controls\Compdfkit.Controls.csproj">
  240. <Project>{9363bcb1-3a67-446a-8093-5708b86bf418}</Project>
  241. <Name>Compdfkit.Controls</Name>
  242. </ProjectReference>
  243. </ItemGroup>
  244. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  245. </Project>