forked from benjamin-hodgson/Pidgin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
20 lines (16 loc) · 936 Bytes
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project>
<PropertyGroup>
<Authors>benjamin.hodgson</Authors>
<Copyright>© Benjamin Hodgson, 2017-2022</Copyright>
<Description>A lightweight, fast, and flexible parsing library for C#, developed at Stack Overflow.</Description>
<PackageTags>parser;parsing;language;compiler</PackageTags>
<PackageProjectUrl>https://github.com/benjamin-hodgson/Pidgin</PackageProjectUrl>
<RepositoryUrl>https://github.com/benjamin-hodgson/Pidgin</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Pidgin.snk</AssemblyOriginatorKeyFile>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<UseArtifactsOutput>true</UseArtifactsOutput>
</PropertyGroup>
</Project>