-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
18 lines (16 loc) · 1.05 KB
/
Directory.Build.props
File metadata and controls
18 lines (16 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project>
<PropertyGroup>
<Version>1.0.0</Version>
<PackageVersion>$(Version)</PackageVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<InformationalVersion>$(Version)</InformationalVersion>
<Nullable>enable</Nullable>
<GenerateDocumentationFile Condition="('$(IsTestProject)' != 'true' AND '$(IsTestProject)' != 'True') AND ('$(OutputType)' != 'Exe' AND '$(OutputType)' != 'WinExe') AND ('$(IsPackable)' != 'false' AND '$(IsPackable)' != 'False')">true</GenerateDocumentationFile>
<WarningsAsErrors Condition="('$(IsTestProject)' != 'true' AND '$(IsTestProject)' != 'True') AND ('$(OutputType)' != 'Exe' AND '$(OutputType)' != 'WinExe') AND ('$(IsPackable)' != 'false' AND '$(IsPackable)' != 'False')">$(WarningsAsErrors);CS1591</WarningsAsErrors>
<Authors>CoreIdent Contributors</Authors>
<RepositoryUrl>https://github.com/stimpy77/CoreIdent</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
</Project>