BatesTest.csproj 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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="..\..\..\..\..\..\x64\ComPDFKit.dll">
  13. <Link>x64\ComPDFKit.dll</Link>
  14. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  15. </Content>
  16. <Content Include="..\..\..\TestFile\Bates.pdf">
  17. <Link>Bates.pdf</Link>
  18. </Content>
  19. <Content Include="..\..\..\TestFile\CommonFivePage.pdf">
  20. <Link>CommonFivePage.pdf</Link>
  21. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  22. </Content>
  23. <Content Include="..\..\..\TestFile\ThreeBookmark.pdf">
  24. <Link>ThreeBookmark.pdf</Link>
  25. </Content>
  26. <Content Include="..\..\ComPDFKit_Logo.ico">
  27. <Link>ComPDFKit_Logo.ico</Link>
  28. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  29. </Content>
  30. <Content Include="..\..\license_key_windows.txt">
  31. <Link>license_key_windows.txt</Link>
  32. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  33. </Content>
  34. </ItemGroup>
  35. <ItemGroup>
  36. <ProjectReference Include="..\..\..\..\..\..\compdfkit_windows\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Desk.csproj">
  37. <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
  38. <Name>ComPDFKit.Desk</Name>
  39. </ProjectReference>
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="..\..\LicenseKey.cs">
  43. <Link>LicenseKey.cs</Link>
  44. </Compile>
  45. </ItemGroup>
  46. </Project>