UrlLoadTest.csproj 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. <AssemblyName>Samples_ComPDFKit</AssemblyName>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <None Remove="C:\Users\holee\.nuget\packages\compdfkit.netframework\1.10.0\build\PDFA\**" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <None Remove="C:\Users\holee\.nuget\packages\compdfkit.netframework\1.10.0\build\PDFA\sRGB2014.icc" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <None Remove="C:\Users\holee\.nuget\packages\compdfkit.netframework\1.10.0\build\x64\**" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <None Remove="C:\Users\holee\.nuget\packages\compdfkit.netframework\1.10.0\build\x64\ComPDFKitNative.dll" />
  20. </ItemGroup>
  21. <ItemGroup>
  22. <None Remove="C:\Users\holee\.nuget\packages\compdfkit.netframework\1.10.0\build\x86\**" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <None Remove="C:\Users\holee\.nuget\packages\compdfkit.netframework\1.10.0\build\x86\ComPDFKit.dll" />
  26. </ItemGroup>
  27. <ItemGroup>
  28. <Compile Include="..\LicenseKey.cs" Link="LicenseKey.cs" />
  29. </ItemGroup>
  30. <ItemGroup>
  31. <None Include="..\..\license_key_windows.xml" Link="license_key_windows.xml">
  32. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  33. </None>
  34. </ItemGroup>
  35. <ItemGroup>
  36. <Reference Include="ComPDFKit.Desk">
  37. <HintPath>ComPDFKit.Desk.dll</HintPath>
  38. </Reference>
  39. </ItemGroup>
  40. <ItemGroup>
  41. <None Update="ComPDFKit.Desk.dll">
  42. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  43. </None>
  44. </ItemGroup>
  45. </Project>