PDFViewer.csproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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>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. <Prefer32bit>false</Prefer32bit>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="ComPDFKit.Viewer, Version=1.12.0.0, Culture=neutral, processorArchitecture=MSIL">
  47. <HintPath>..\packages\ComPDFKit.NetFramework.1.12.0\lib\ComPDFKit.Viewer.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Dragablz">
  50. <HintPath>.\Dragablz.dll</HintPath>
  51. </Reference>
  52. <Reference Include="PresentationFramework.Aero2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  53. <HintPath>..\packages\PresentationFramework.Aero2.1.0.1\lib\PresentationFramework.Aero2.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="System.Net.Http" />
  63. <Reference Include="System.Xaml">
  64. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  65. </Reference>
  66. <Reference Include="WindowsBase" />
  67. <Reference Include="PresentationCore" />
  68. <Reference Include="PresentationFramework" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ApplicationDefinition Include="App.xaml">
  72. <Generator>MSBuild:Compile</Generator>
  73. <SubType>Designer</SubType>
  74. </ApplicationDefinition>
  75. <Compile Include="SettingsDialog.xaml.cs">
  76. <DependentUpon>SettingsDialog.xaml</DependentUpon>
  77. </Compile>
  78. <Compile Include="Strings\SettingDialog.Designer.cs">
  79. <DesignTime>True</DesignTime>
  80. <AutoGen>True</AutoGen>
  81. <DependentUpon>SettingDialog.resx</DependentUpon>
  82. </Compile>
  83. <Page Include="MainPage.xaml">
  84. <SubType>Designer</SubType>
  85. <Generator>MSBuild:Compile</Generator>
  86. </Page>
  87. <Page Include="MainWindow.xaml">
  88. <Generator>MSBuild:Compile</Generator>
  89. <SubType>Designer</SubType>
  90. </Page>
  91. <Compile Include="App.xaml.cs">
  92. <DependentUpon>App.xaml</DependentUpon>
  93. <SubType>Code</SubType>
  94. </Compile>
  95. <Compile Include="MainPage.xaml.cs">
  96. <DependentUpon>MainPage.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="MainWindow.xaml.cs">
  99. <DependentUpon>MainWindow.xaml</DependentUpon>
  100. <SubType>Code</SubType>
  101. </Compile>
  102. <Page Include="SettingsDialog.xaml">
  103. <SubType>Designer</SubType>
  104. <Generator>MSBuild:Compile</Generator>
  105. </Page>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Compile Include="Properties\AssemblyInfo.cs">
  109. <SubType>Code</SubType>
  110. </Compile>
  111. <Compile Include="Properties\Resources.Designer.cs">
  112. <AutoGen>True</AutoGen>
  113. <DesignTime>True</DesignTime>
  114. <DependentUpon>Resources.resx</DependentUpon>
  115. </Compile>
  116. <Compile Include="Properties\Settings.Designer.cs">
  117. <AutoGen>True</AutoGen>
  118. <DependentUpon>Settings.settings</DependentUpon>
  119. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  120. </Compile>
  121. <EmbeddedResource Include="Properties\Resources.resx">
  122. <Generator>ResXFileCodeGenerator</Generator>
  123. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  124. </EmbeddedResource>
  125. <EmbeddedResource Include="Strings\SettingDialog.resx">
  126. <Generator>ResXFileCodeGenerator</Generator>
  127. <LastGenOutput>SettingDialog.Designer.cs</LastGenOutput>
  128. </EmbeddedResource>
  129. <EmbeddedResource Include="Strings\SettingDialog.zh.resx">
  130. <DependentUpon>SettingDialog.resx</DependentUpon>
  131. </EmbeddedResource>
  132. <None Include="packages.config" />
  133. <None Include="Properties\Settings.settings">
  134. <Generator>SettingsSingleFileGenerator</Generator>
  135. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  136. </None>
  137. </ItemGroup>
  138. <ItemGroup>
  139. <None Include="App.config" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <None Include="..\license_key_windows.xml">
  143. <Link>license_key_windows.xml</Link>
  144. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  145. </None>
  146. <Content Include="..\TestFile\PDF32000_2008.pdf">
  147. <Link>TestFile\PDF32000_2008.pdf</Link>
  148. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  149. </Content>
  150. <Content Include="..\TestFile\ComPDFKit_Annotations_Sample_File.pdf">
  151. <Link>TestFile\ComPDFKit_Annotations_Sample_File.pdf</Link>
  152. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  153. </Content>
  154. <Content Include="..\TestFile\ComPDFKit_Forms_Sample_File.pdf">
  155. <Link>TestFile\ComPDFKit_Forms_Sample_File.pdf</Link>
  156. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  157. </Content>
  158. <Content Include="..\TestFile\ComPDFKit_Measurement_Sample_File.pdf">
  159. <Link>TestFile\ComPDFKit_Measurement_Sample_File.pdf</Link>
  160. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  161. </Content>
  162. <Content Include="..\TestFile\ComPDFKit_Sample_File_Windows.pdf">
  163. <Link>TestFile\ComPDFKit_Sample_File_Windows.pdf</Link>
  164. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  165. </Content>
  166. <Content Include="..\TestFile\ComPDFKit_Signatures_Sample_File.pdf">
  167. <Link>TestFile\ComPDFKit_Signatures_Sample_File.pdf</Link>
  168. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  169. </Content>
  170. <Content Include="..\TestFile\ComPDFKit_Watermark_Sample_File.pdf">
  171. <Link>TestFile\ComPDFKit_Watermark_Sample_File.pdf</Link>
  172. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  173. </Content>
  174. <Content Include="..\TestFile\Password_compdfkit_Security_Sample_File.pdf">
  175. <Link>TestFile\Password_compdfkit_Security_Sample_File.pdf</Link>
  176. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  177. </Content>
  178. <None Include="Logo.png">
  179. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  180. </None>
  181. <None Include="Logo_opa40.png">
  182. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  183. </None>
  184. <Resource Include="ComPDFKit_Logo.ico" />
  185. </ItemGroup>
  186. <ItemGroup>
  187. <ProjectReference Include="..\..\..\..\compdfkit\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Desk.csproj">
  188. <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
  189. <Name>ComPDFKit.Desk</Name>
  190. </ProjectReference>
  191. <ProjectReference Include="..\Compdfkit_Tools\Compdfkit_Tools.csproj">
  192. <Project>{9363bcb1-3a67-446a-8093-5708b86bf418}</Project>
  193. <Name>Compdfkit_Tools</Name>
  194. </ProjectReference>
  195. </ItemGroup>
  196. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  197. <Import Project="..\packages\ComPDFKit.NetFramework.1.12.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.12.0\build\ComPDFKit.NetFramework.targets')" />
  198. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  199. <PropertyGroup>
  200. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  201. </PropertyGroup>
  202. <Error Condition="!Exists('..\packages\ComPDFKit.NetFramework.1.12.0\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ComPDFKit.NetFramework.1.12.0\build\ComPDFKit.NetFramework.targets'))" />
  203. </Target>
  204. </Project>