PdfExportOpri.csproj 899 Bytes
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net5.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Sapphire.Core.Utils" Version="1.0.5" />
  </ItemGroup>

  <ItemGroup>
    <Reference Include="Zircon.Base">
      <HintPath>..\..\PdfExport\PdfExport\DLL\Zircon.Base.dll</HintPath>
    </Reference>
    <Reference Include="Zircon.Log">
      <HintPath>..\..\PdfExport\PdfExport\DLL\Zircon.Log.dll</HintPath>
    </Reference>
    <Reference Include="Zircon.Log.File">
      <HintPath>..\..\PdfExport\PdfExport\DLL\Zircon.Log.File.dll</HintPath>
    </Reference>
    <Reference Include="Zircon.Request">
      <HintPath>..\..\PdfExport\PdfExport\DLL\Zircon.Request.dll</HintPath>
    </Reference>
  </ItemGroup>

  <ItemGroup>
    <Folder Include="Modules\PdfExportAPI\" />
    <Folder Include="Common\" />
  </ItemGroup>

</Project>