-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
31 lines (27 loc) · 1.72 KB
/
Directory.Build.props
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Authors>Search Pioneer and Contributors</Authors>
<Copyright>Search Pioneer</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/searchpioneer/lingua-dotnet</RepositoryUrl>
<PackageProjectUrl>https://github.com/searchpioneer/lingua-dotnet</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/searchpioneer/lingua-dotnet/releases</PackageReleaseNotes>
<PackageTags>lingua;language-detection;nlp;language;language-recognition;language-classification;natural-language-processing</PackageTags>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<IsPackable>False</IsPackable>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup>
<SolutionRoot>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Lingua.sln))</SolutionRoot>
<AssemblyOriginatorKeyFile>$(SolutionRoot)build\keys\keypair.snk</AssemblyOriginatorKeyFile>
<PublicKey>00240000048000009400000006020000002400005253413100040000010001001da75df10c051edb93c8750764f353e705ed1f031d6e6e237ef132aa8f8bc9f26b6257e13ae136969da06a91761768719d2ddf9690b34e315d69c114bd6d5d6f5a790851081cdf0b955359d7fd9c9474044dd0c244096dfe4689ed455b0a43faccaa7928bef7e605187a8d79265527d094931d36fa6e4c9ae0284340e4a4c5e5</PublicKey>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MinVer" PrivateAssets="all"/>
</ItemGroup>
</Project>