forked from securifybv/ShellLink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSecurify.ShellLink.csproj
More file actions
26 lines (23 loc) · 1.06 KB
/
Securify.ShellLink.csproj
File metadata and controls
26 lines (23 loc) · 1.06 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Yorick Koster</Authors>
<Company>Securify B.V.</Company>
<Product>ShellLink Class Library</Product>
<Description>A .NET Class Library for processing ShellLink (LNK) files</Description>
<Copyright>Copyright © 2017 Securify B.V.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/securifybv/ShellLink</PackageProjectUrl>
<RepositoryUrl>https://github.com/securifybv/ShellLink.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageId>Securify.ShellLink</PackageId>
<AssemblyName>Securify.ShellLink</AssemblyName>
<RootNamespace>Securify.ShellLink</RootNamespace>
<Version>1.1.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Securify.PropertyStore" Version="1.1.0" />
</ItemGroup>
</Project>