<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <AssemblyName>Samples_ComPDFKit</AssemblyName>
  </PropertyGroup>

  <ItemGroup>
    <Compile Include="..\LicenseKey.cs" Link="LicenseKey.cs" />
  </ItemGroup>

  <ItemGroup>
    <None Include="..\..\license_key_windows.xml" Link="license_key_windows.xml">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
  </ItemGroup>

  <ItemGroup>
    <None Include="..\..\TestFile\PDF32000_2008.pdf" Link="PDF32000_2008.pdf">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="ComPDFKit.NetFramework" Version="1.10.0" />
  </ItemGroup>

  <ItemGroup>
    <Reference Include="ComPDFKit.Desk">
      <HintPath>ComPDFKit.Desk.dll</HintPath>
    </Reference>
  </ItemGroup>

  <ItemGroup>
    <None Update="ComPDFKit.Desk.dll">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
  </ItemGroup>

</Project>