BatesTest.csproj 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  4. <TargetFrameworks>net7.0;net461</TargetFrameworks>
  5. <LangVersion>7.3</LangVersion>
  6. <Configurations>Release;Debug</Configurations>
  7. <Platforms>AnyCPU;x64</Platforms>
  8. <AssemblyName>Samples_ComPDFKit</AssemblyName>
  9. </PropertyGroup>
  10. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  11. <PlatformTarget>AnyCPU</PlatformTarget>
  12. </PropertyGroup>
  13. <ItemGroup>
  14. <Content Include="..\..\..\..\..\..\x64\ComPDFKitNative.dll">
  15. <Link>x64\ComPDFKitNative.dll</Link>
  16. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  17. </Content>
  18. <Content Include="..\..\..\TestFile\Bates.pdf">
  19. <Link>Bates.pdf</Link>
  20. </Content>
  21. <Content Include="..\..\..\TestFile\CommonFivePage.pdf">
  22. <Link>CommonFivePage.pdf</Link>
  23. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  24. </Content>
  25. <Content Include="..\..\..\TestFile\ThreeBookmark.pdf">
  26. <Link>ThreeBookmark.pdf</Link>
  27. </Content>
  28. <Content Include="..\..\ComPDFKit_Logo.ico">
  29. <Link>ComPDFKit_Logo.ico</Link>
  30. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  31. </Content>
  32. <Content Include="..\..\license_key_windows.txt">
  33. <Link>license_key_windows.txt</Link>
  34. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  35. </Content>
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ProjectReference Include="..\..\..\..\..\..\compdfkit_windows\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Net.csproj">
  39. <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
  40. <Name>ComPDFKit.Desk</Name>
  41. </ProjectReference>
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="..\..\LicenseKey.cs">
  45. <Link>LicenseKey.cs</Link>
  46. </Compile>
  47. </ItemGroup>
  48. </Project>