BackgroundTest.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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>{0C6D494A-036A-4CB6-AB07-61D8AC8C70CB}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>BackgroundTest</RootNamespace>
  10. <AssemblyName>Viewer_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. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.0</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <Prefer32Bit>false</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="ComPDFKit.Desk, Version=1.13.1.0, Culture=neutral, processorArchitecture=MSIL">
  58. <HintPath>..\..\..\packages\ComPDFKit.NetFramework.1.13.2\lib\ComPDFKit.Desk.dll</HintPath>
  59. </Reference>
  60. <Reference Include="ComPDFKit.Viewer, Version=1.13.2.0, Culture=neutral, processorArchitecture=MSIL">
  61. <HintPath>..\..\..\packages\ComPDFKit.NetFramework.1.13.2\lib\ComPDFKit.Viewer.dll</HintPath>
  62. </Reference>
  63. <Reference Include="PresentationFramework.Aero2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <HintPath>..\..\..\packages\PresentationFramework.Aero2.1.0.1\lib\PresentationFramework.Aero2.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Drawing" />
  69. <Reference Include="System.Xml.Linq" />
  70. <Reference Include="System.Data.DataSetExtensions" />
  71. <Reference Include="Microsoft.CSharp" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Net.Http" />
  74. <Reference Include="System.Xml" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="..\..\LicenseKey.cs">
  78. <Link>LicenseKey.cs</Link>
  79. </Compile>
  80. <Compile Include="BackgroundTest.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <None Include="..\..\..\TestFile\ColorBackground.pdf">
  85. <Link>ColorBackground.pdf</Link>
  86. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  87. </None>
  88. <None Include="..\..\..\TestFile\ImageBackground.pdf">
  89. <Link>ImageBackground.pdf</Link>
  90. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  91. </None>
  92. <None Include="..\..\..\TestFile\CommonFivePage.pdf">
  93. <Link>CommonFivePage.pdf</Link>
  94. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  95. </None>
  96. <None Include="..\..\..\TestFile\logo.png">
  97. <Link>logo.png</Link>
  98. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  99. </None>
  100. <None Include="App.config" />
  101. <None Include="packages.config" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  105. <Visible>False</Visible>
  106. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  107. <Install>true</Install>
  108. </BootstrapperPackage>
  109. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  110. <Visible>False</Visible>
  111. <ProductName>.NET Framework 3.5 SP1</ProductName>
  112. <Install>false</Install>
  113. </BootstrapperPackage>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <None Include="..\..\..\license_key_windows.xml">
  117. <Link>license_key_windows.xml</Link>
  118. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  119. </None>
  120. <Content Include="ComPDFKit_Logo.ico" />
  121. </ItemGroup>
  122. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  123. <Import Project="..\..\..\packages\ComPDFKit.NetFramework.1.13.2\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\..\..\packages\ComPDFKit.NetFramework.1.13.2\build\ComPDFKit.NetFramework.targets')" />
  124. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  125. <PropertyGroup>
  126. <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>
  127. </PropertyGroup>
  128. <Error Condition="!Exists('..\..\..\packages\ComPDFKit.NetFramework.1.13.2\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\ComPDFKit.NetFramework.1.13.2\build\ComPDFKit.NetFramework.targets'))" />
  129. </Target>
  130. </Project>