2022-03-31 15:44:28 +02:00
<Project Sdk= "Microsoft.NET.Sdk" >
<PropertyGroup>
2022-04-04 23:20:22 +02:00
<Authors> MarcinZiabek</Authors>
<Company> CodeFlint</Company>
<PackageId> QuestPDF.Previewer</PackageId>
2023-05-04 13:48:24 +02:00
<Version> 2023.4.0</Version>
2022-04-04 23:20:22 +02:00
<PackAsTool> true</PackAsTool>
<ToolCommandName> questpdf-previewer</ToolCommandName>
<PackageDescription> QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API.</PackageDescription>
2022-04-04 23:26:16 +02:00
<LangVersion> 10</LangVersion>
2022-04-04 23:20:22 +02:00
<GeneratePackageOnBuild> true</GeneratePackageOnBuild>
<PackageIcon> Logo.png</PackageIcon>
<PackageIconUrl> https://www.questpdf.com/images/package-logo.png</PackageIconUrl>
2022-12-13 13:17:45 +01:00
<PackageReadmeFile> PackageReadme.md</PackageReadmeFile>
2022-04-04 23:20:22 +02:00
<PackageProjectUrl> https://www.questpdf.com/</PackageProjectUrl>
<RepositoryUrl> https://github.com/QuestPDF/library.git</RepositoryUrl>
<RepositoryType> git</RepositoryType>
<Copyright> Marcin Ziąbek, QuestPDF contributors</Copyright>
2023-05-04 13:48:24 +02:00
<PackageTags> previewer pdf report file export generate generation tool create creation render portable document format quest html library converter open source free standard core</PackageTags>
2022-04-04 23:20:22 +02:00
<PackageLicenseExpression> MIT</PackageLicenseExpression>
2022-03-31 15:44:28 +02:00
<OutputType> exe</OutputType>
2023-03-15 19:48:56 +01:00
<TargetFramework> net6.0</TargetFramework>
2022-03-31 15:44:28 +02:00
<ImplicitUsings> enable</ImplicitUsings>
<Nullable> enable</Nullable>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include= "Resources\Logo.png" />
</ItemGroup>
2022-04-04 23:26:16 +02:00
<ItemGroup>
<EmbeddedResource Include= "Resources\Logo.png" />
2022-12-13 13:17:45 +01:00
<None Include= "Resources\Logo.png" Pack= "true" PackagePath= "\" />
<None Include= "Resources\PackageReadme.md" Pack= "true" PackagePath= "\" />
2022-04-04 23:26:16 +02:00
</ItemGroup>
2022-03-31 15:44:28 +02:00
<ItemGroup>
<FrameworkReference Include= "Microsoft.AspNetCore.App" />
2022-12-06 22:49:42 +01:00
<PackageReference Include= "Avalonia" Version= "0.10.18" />
<PackageReference Include= "Avalonia.Desktop" Version= "0.10.18" />
<PackageReference Include= "Avalonia.Diagnostics" Version= "0.10.18" />
<PackageReference Include= "Avalonia.Markup.Xaml.Loader" Version= "0.10.18" />
<PackageReference Include= "Avalonia.ReactiveUI" Version= "0.10.18" />
<PackageReference Include= "ReactiveUI" Version= "18.4.1" />
<PackageReference Include= "SkiaSharp.NativeAssets.Linux.NoDependencies" Version= "2.88.3" />
<PackageReference Include= "SkiaSharp.NativeAssets.Win32" Version= "2.88.3" />
<PackageReference Include= "SkiaSharp.NativeAssets.macOS" Version= "2.88.3" />
2022-03-31 15:44:28 +02:00
<PackageReference Include= "System.Reactive" Version= "5.0.0" />
2022-12-06 22:49:42 +01:00
<PackageReference Include= "SkiaSharp" Version= "2.88.3" />
2022-03-31 15:44:28 +02:00
</ItemGroup>
</Project>