AnnotationImportExportTest.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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>{E2693237-D8F2-4E1C-B3C3-0B3ACFB73728}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>AnnotationImportExportTest</RootNamespace>
  10. <AssemblyName>Samples_ComPDFKit</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. <TargetFrameworkProfile />
  18. <IsWebBootstrapper>false</IsWebBootstrapper>
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.0</ApplicationVersion>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <PublishWizardCompleted>true</PublishWizardCompleted>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <PlatformTarget>AnyCPU</PlatformTarget>
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <ManifestCertificateThumbprint>25DADB233E62F3B3C59C7DCD1B72EE4F90D61C27</ManifestCertificateThumbprint>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <ManifestKeyFile>AnnotationImportExportTest_TemporaryKey.pfx</ManifestKeyFile>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <GenerateManifests>true</GenerateManifests>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <TargetZone>LocalIntranet</TargetZone>
  65. </PropertyGroup>
  66. <PropertyGroup />
  67. <PropertyGroup>
  68. <SignManifests>true</SignManifests>
  69. </PropertyGroup>
  70. <ItemGroup>
  71. <Reference Include="ComPDFKit.Desk, Version=1.9.1.0, Culture=neutral, processorArchitecture=MSIL">
  72. <HintPath>..\..\packages\ComPDFKit.NetFramework.1.9.1\lib\ComPDFKit.Desk.dll</HintPath>
  73. </Reference>
  74. <Reference Include="ComPDFKit.Viewer, Version=1.9.1.0, Culture=neutral, processorArchitecture=MSIL">
  75. <HintPath>..\..\packages\ComPDFKit.NetFramework.1.9.1\lib\ComPDFKit.Viewer.dll</HintPath>
  76. </Reference>
  77. <Reference Include="PresentationFramework.Aero2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  78. <HintPath>..\..\packages\PresentationFramework.Aero2.1.0.1\lib\PresentationFramework.Aero2.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System" />
  81. <Reference Include="System.Core" />
  82. <Reference Include="System.Xml.Linq" />
  83. <Reference Include="System.Data.DataSetExtensions" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Data" />
  86. <Reference Include="System.Net.Http" />
  87. <Reference Include="System.Xml" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="..\LicenseKey.cs">
  91. <Link>LicenseKey.cs</Link>
  92. </Compile>
  93. <Compile Include="AnnotationImportExportTest.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <None Include="..\..\TestFile\Annotations.pdf">
  98. <Link>Annotations.pdf</Link>
  99. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  100. </None>
  101. <None Include="..\..\TestFile\Annotations.xfdf">
  102. <Link>Annotations.xfdf</Link>
  103. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  104. </None>
  105. <None Include="..\..\TestFile\CommonFivePage.pdf">
  106. <Link>CommonFivePage.pdf</Link>
  107. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  108. </None>
  109. <None Include="AnnotationImportExportTest_TemporaryKey.pfx" />
  110. <None Include="App.config" />
  111. <None Include="packages.config" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <None Include="..\..\license_key_windows.xml">
  115. <Link>license_key_windows.xml</Link>
  116. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  117. </None>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <BootstrapperPackage Include=".NETFramework,Version=v4.6">
  121. <Visible>False</Visible>
  122. <ProductName>Microsoft .NET Framework 4.6 %28x86 和 x64%29</ProductName>
  123. <Install>true</Install>
  124. </BootstrapperPackage>
  125. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  126. <Visible>False</Visible>
  127. <ProductName>.NET Framework 3.5 SP1</ProductName>
  128. <Install>false</Install>
  129. </BootstrapperPackage>
  130. </ItemGroup>
  131. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  132. <Import Project="..\..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets')" />
  133. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  134. <PropertyGroup>
  135. <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>
  136. </PropertyGroup>
  137. <Error Condition="!Exists('..\..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets'))" />
  138. </Target>
  139. </Project>