-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
20 lines (18 loc) · 928 Bytes
/
Directory.Build.props
File metadata and controls
20 lines (18 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Copyright>(c) 2020, Pawel Gerr. All rights reserved.</Copyright>
<VersionPrefix>2.0.0</VersionPrefix>
<Authors>Pawel Gerr</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git@github.com:PawelGerr/Thinktecture.Logging.Configuration.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/PawelGerr/Thinktecture.Logging.Configuration</PackageProjectUrl>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<RootNamespace>Thinktecture</RootNamespace>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<NoWarn>$(NoWarn);CA1303</NoWarn>
</PropertyGroup>
</Project>