PDFViewer.csproj 9.3 KB

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