-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSignTool.csproj
More file actions
22 lines (19 loc) · 890 Bytes
/
SignTool.csproj
File metadata and controls
22 lines (19 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyTitle>SafeNet USB Token Bulk Signing Tool</AssemblyTitle>
<AssemblyDescription>Megabyte Systems Bulk Code Signing Tool for SafeNet USB tokens with OV certificates</AssemblyDescription>
<AssemblyVersion>1.0.3.0</AssemblyVersion>
<!-- Global Tool Configuration -->
<PackAsTool>true</PackAsTool>
<ToolCommandName>mst</ToolCommandName>
<PackageId>MegabyteSystems.SignTool</PackageId>
<Version>1.0.3</Version>
<Authors>Megabyte Systems</Authors>
<Company>Megabyte Systems, Inc.</Company>
<PackageDescription>Bulk code signing tool for SafeNet USB tokens with OV certificates</PackageDescription>
</PropertyGroup>
</Project>