PDFATest.csproj 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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\CommonFivePage.pdf">
  25. <Link>CommonFivePage.pdf</Link>
  26. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  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. </Project>