-
Notifications
You must be signed in to change notification settings - Fork 0
/
CertMaker5000.csproj
32 lines (27 loc) · 969 Bytes
/
CertMaker5000.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>Certificate.ico</ApplicationIcon>
<PackageIcon>7238706.png</PackageIcon>
<SignAssembly>False</SignAssembly>
</PropertyGroup>
<ItemGroup>
<Content Include="Certificate.ico" />
</ItemGroup>
<ItemGroup>
<None Include="C:\Users\Owner\Downloads\7238706.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CsvHelper" Version="32.0.1" />
<PackageReference Include="iTextSharp" Version="5.5.13.3" />
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.5" />
<PackageReference Include="PDFtoImage" Version="4.0.1" />
</ItemGroup>
</Project>