PDFExportOpri-CLI.csproj
2.26 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>PDFExportOpri_CLI</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\PdfExportOpri\bin\Debug</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DevExpress.Reporting.Core" Version="20.1.3" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="SqlSugarCore" Version="5.0.5.2" />
<PackageReference Include="System.Diagnostics.Debug" Version="4.3.0" />
<PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
<PackageReference Include="System.Net.Primitives" Version="4.3.1" />
<PackageReference Include="System.Threading" Version="4.3.0" />
<PackageReference Include="System.Threading.ThreadPool" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<None Update="bmp\fm10.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="bmp\fm12.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="bmp\fm14.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="bmp\fm16.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="bmp\fm4.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="bmp\fm6.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="bmp\fm8.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="bmp\noimage.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="bmp\top.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="cli-appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>