AnnotationImportExportTest.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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. <PropertyGroup>
  71. <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
  72. </PropertyGroup>
  73. <ItemGroup>
  74. <Reference Include="ComPDFKit.Desk, Version=1.10.0.0, Culture=neutral, processorArchitecture=MSIL">
  75. <HintPath>..\..\packages\ComPDFKit.NetFramework.1.10.0\lib\ComPDFKit.Desk.dll</HintPath>
  76. </Reference>
  77. <Reference Include="ComPDFKit.Viewer, Version=1.10.0.0, Culture=neutral, processorArchitecture=MSIL">
  78. <HintPath>..\..\packages\ComPDFKit.NetFramework.1.10.0\lib\ComPDFKit.Viewer.dll</HintPath>
  79. </Reference>
  80. <Reference Include="PresentationFramework.Aero2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  81. <HintPath>..\..\packages\PresentationFramework.Aero2.1.0.1\lib\PresentationFramework.Aero2.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System" />
  84. <Reference Include="System.Core" />
  85. <Reference Include="System.Xml.Linq" />
  86. <Reference Include="System.Data.DataSetExtensions" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Net.Http" />
  90. <Reference Include="System.Xml" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="..\LicenseKey.cs">
  94. <Link>LicenseKey.cs</Link>
  95. </Compile>
  96. <Compile Include="AnnotationImportExportTest.cs" />
  97. <Compile Include="Properties\AssemblyInfo.cs" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <None Include="..\..\TestFile\Annotations.pdf">
  101. <Link>Annotations.pdf</Link>
  102. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  103. </None>
  104. <None Include="..\..\TestFile\Annotations.xfdf">
  105. <Link>Annotations.xfdf</Link>
  106. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  107. </None>
  108. <None Include="..\..\TestFile\CommonFivePage.pdf">
  109. <Link>CommonFivePage.pdf</Link>
  110. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  111. </None>
  112. <None Include="AnnotationImportExportTest_TemporaryKey.pfx" />
  113. <None Include="App.config" />
  114. <None Include="packages.config" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <None Include="..\..\license_key_windows.xml">
  118. <Link>license_key_windows.xml</Link>
  119. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  120. </None>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <BootstrapperPackage Include=".NETFramework,Version=v4.6">
  124. <Visible>False</Visible>
  125. <ProductName>Microsoft .NET Framework 4.6 %28x86 和 x64%29</ProductName>
  126. <Install>true</Install>
  127. </BootstrapperPackage>
  128. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  129. <Visible>False</Visible>
  130. <ProductName>.NET Framework 3.5 SP1</ProductName>
  131. <Install>false</Install>
  132. </BootstrapperPackage>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Content Include="ComPDFKit_Logo.ico" />
  136. </ItemGroup>
  137. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  138. <Import Project="..\..\packages\ComPDFKit.NetFramework.1.10.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\..\packages\ComPDFKit.NetFramework.1.10.0\build\ComPDFKit.NetFramework.targets')" />
  139. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  140. <PropertyGroup>
  141. <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>
  142. </PropertyGroup>
  143. <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'))" />
  144. </Target>
  145. </Project>