BatesTest.csproj 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. <Content Include="..\..\..\packages\ComPDFKit.NetFramework.1.11.0\build\x64\ComPDFKit.dll">
  13. <Link>x64\ComPDFKit.dll</Link>
  14. </Content>
  15. <Content Include="..\..\..\packages\ComPDFKit.NetFramework.1.11.0\build\x86\ComPDFKit.dll">
  16. <Link>x86\ComPDFKit.dll</Link>
  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.Desk.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>