BatesTest.csproj 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0</TargetFramework>
  4. <LangVersion>7.3</LangVersion>
  5. <Configurations>Release;Debug</Configurations>
  6. <Platforms>AnyCPU;x64</Platforms>
  7. </PropertyGroup>
  8. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  9. <PlatformTarget>AnyCPU</PlatformTarget>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <Compile Include="..\..\LicenseKey.cs">
  13. <Link>LicenseKey.cs</Link>
  14. </Compile>
  15. </ItemGroup>
  16. <ItemGroup>
  17. <Content Include="..\..\..\packages\ComPDFKit.NetFramework.1.11.0\build\x64\ComPDFKit.dll">
  18. <Link>x64\ComPDFKit.dll</Link>
  19. </Content>
  20. <Content Include="..\..\..\packages\ComPDFKit.NetFramework.1.11.0\build\x86\ComPDFKit.dll">
  21. <Link>x86\ComPDFKit.dll</Link>
  22. </Content>
  23. <Content Include="..\..\..\TestFile\Bates.pdf">
  24. <Link>Bates.pdf</Link>
  25. </Content>
  26. <Content Include="..\..\..\TestFile\CommonFivePage.pdf">
  27. <Link>CommonFivePage.pdf</Link>
  28. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  29. </Content>
  30. <Content Include="..\..\..\TestFile\ThreeBookmark.pdf">
  31. <Link>ThreeBookmark.pdf</Link>
  32. </Content>
  33. <Content Include="..\..\ComPDFKit_Logo.ico">
  34. <Link>ComPDFKit_Logo.ico</Link>
  35. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  36. </Content>
  37. <Content Include="..\..\license_key_windows.txt">
  38. <Link>license_key_windows.txt</Link>
  39. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  40. </Content>
  41. </ItemGroup>
  42. <ItemGroup>
  43. <ProjectReference Include="..\..\..\..\..\..\compdfkit\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Desk.csproj" />
  44. </ItemGroup>
  45. </Project>