-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRoodFluweel.Printing.CLI.csproj
More file actions
45 lines (42 loc) · 1.96 KB
/
RoodFluweel.Printing.CLI.csproj
File metadata and controls
45 lines (42 loc) · 1.96 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
35
36
37
38
39
40
41
42
43
44
45
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HarfBuzzSharp" Version="7.3.0.2" />
<PackageReference Include="HarfBuzzSharp.NativeAssets.Linux" Version="7.3.0.2" />
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="5.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SkiaSharp" Version="2.88.8" />
<PackageReference Include="SkiaSharp.HarfBuzz" Version="2.88.8" />
<PackageReference Include="System.Drawing.Common" Version="8.0.4" />
<PackageReference Include="Serilog" Version="3.1.1" />
<Reference Include="RoodFluweel.Printing.Model">
<HintPath>RoodFluweel\RoodFluweel.Printing.Model.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Data.v23.2">
<HintPath>DevExpress23.2\DevExpress.Data.v23.2.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Drawing.v23.2">
<HintPath>DevExpress23.2\DevExpress.Drawing.v23.2.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Drawing.v23.2.Skia">
<HintPath>DevExpress23.2\DevExpress.Drawing.v23.2.Skia.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Printing.v23.2.Core">
<HintPath>DevExpress23.2\DevExpress.Printing.v23.2.Core.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Pdf.v23.2.Core">
<HintPath>DevExpress23.2\DevExpress.Pdf.v23.2.Core.dll</HintPath>
</Reference>
<Reference Include="DevExpress.XtraReports.v23.2">
<HintPath>DevExpress23.2\DevExpress.XtraReports.v23.2.dll</HintPath>
</Reference>
<Reference Include="DevExpress.XtraReports.v23.2.Extensions">
<HintPath>DevExpress23.2\DevExpress.XtraReports.v23.2.Extensions.dll</HintPath>
</Reference>
</ItemGroup>
</Project>