-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAvae.Printables.Xps.csproj
More file actions
34 lines (29 loc) · 1.3 KB
/
Avae.Printables.Xps.csproj
File metadata and controls
34 lines (29 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0-windows10.0.19041.0;</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>3.0.1</Version>
<Authors>cedricb</Authors>
<PackageId>Avae.Printables.Xps</PackageId>
<Product>Avae.Printables.Xps</Product>
<Description>Printing for avalonia</Description>
<PackageTags>avalonia;printing;crossplatform</PackageTags>
<RepositoryUrl>https://github.com/cedric56/Avae.Printables.Xps</RepositoryUrl>
<PackageProjectUrl>https://github.com/cedric56/Avae.Printables.Xps</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>Licence.md</PackageLicenseFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avae.Printables" Version="3.0.4" />
<PackageReference Include="XpsToPdf" Version="1.0.6" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="" />
<None Include="Licence.md" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<None Include="PdfSharp.SharpZipLib\ReadMe.txt" Pack="true" PackagePath="lib\net8.0-windows10.0.19041\Avae.Printables.Xps\PdfSharp.SharpZipLib\" />
</ItemGroup>
</Project>