PDFToImageTest.csproj 1.7 KB

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