AnnotationTest.csproj 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. <AssemblyName>Samples_ComPDFKit</AssemblyName>
  10. </PropertyGroup>
  11. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  12. <PlatformTarget>AnyCPU</PlatformTarget>
  13. </PropertyGroup>
  14. <ItemGroup>
  15. <Compile Include="..\..\LicenseKey.cs">
  16. <Link>LicenseKey.cs</Link>
  17. </Compile>
  18. </ItemGroup>
  19. <ItemGroup>
  20. <Content Include="..\..\..\..\..\..\x64\ComPDFKitNative.dll">
  21. <Link>x64\ComPDFKitNative.dll</Link>
  22. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  23. </Content>
  24. <Content Include="..\..\..\TestFile\Annotations.pdf">
  25. <Link>Annotations.pdf</Link>
  26. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  27. </Content>
  28. <Content Include="..\..\..\TestFile\Bird.wav">
  29. <Link>Bird.wav</Link>
  30. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  31. </Content>
  32. <Content Include="..\..\..\TestFile\CommonFivePage.pdf">
  33. <Link>CommonFivePage.pdf</Link>
  34. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  35. </Content>
  36. <Content Include="..\..\ComPDFKit_Logo.ico">
  37. <Link>ComPDFKit_Logo.ico</Link>
  38. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  39. </Content>
  40. <Content Include="..\..\license_key_windows.txt">
  41. <Link>license_key_windows.txt</Link>
  42. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  43. </Content>
  44. </ItemGroup>
  45. <ItemGroup>
  46. <PackageReference Include="Magick.NET-Q8-AnyCPU" Version="13.6.0" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <ProjectReference Include="..\..\..\..\..\..\compdfkit_windows\ComPDFKit\ComPDFKitCSharp\ComPDFKit.NET.csproj" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Content Include="SoundAnnot.png">
  53. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  54. </Content>
  55. </ItemGroup>
  56. </Project>