PDFViewer.csproj 9.4 KB

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