-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
22 lines (20 loc) · 1.01 KB
/
Directory.Build.props
File metadata and controls
22 lines (20 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<!-- Only generate XML docs for the Core library -->
<GenerateDocumentationFile Condition="$(MSBuildProjectName.Contains('Core'))">true</GenerateDocumentationFile>
<!-- NuGet package metadata -->
<Authors>Agent 57951</Authors>
<Copyright>Copyright © 2025 Agent 57951</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://0xe25f.github.io/KurdishCalendar</PackageProjectUrl>
<RepositoryUrl>https://github.com/0xe25f/KurdishCalendar</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>kurdish;calendar;date;sorani;kurmanji;hawrami;nowruz;solar-hijri;kurdistan;astronomical;equinox;nowruz;newroz</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
</Project>