-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
20 lines (19 loc) · 897 Bytes
/
Directory.Build.props
File metadata and controls
20 lines (19 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project>
<PropertyGroup>
<Authors>Lucas Teles</Authors>
<Company>Delta3 Studio</Company>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/Delta3-Studio/InputDisplay</PackageProjectUrl>
<RepositoryUrl>https://github.com/Delta3-Studio/InputDisplay.git</RepositoryUrl>
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression>
<UseArtifactsOutput>false</UseArtifactsOutput>
<PublishRelease>true</PublishRelease>
<WarningsAsErrors>CS8600;CS8602;CS8603;CS8604;CS8625;CS8618;CS8620</WarningsAsErrors>
<NoWarn>$(NoWarn);CS1591;CS1573</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<InvariantGlobalization>true</InvariantGlobalization>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>