-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
25 lines (21 loc) · 952 Bytes
/
Directory.Build.props
File metadata and controls
25 lines (21 loc) · 952 Bytes
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
<Project>
<PropertyGroup>
<Product>idunno.Bluesky : AT Proto and Bluesky client libraries.</Product>
<MaintainerEmail>github.com@idunno.org</MaintainerEmail>
<RepositoryUrl>https://github.com/blowdart/idunno.Bluesky</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)key.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Company>idunno.org</Company>
<Authors>Barry Dorrans</Authors>
<Copyright>(c) 2024-2026 Barry Dorrans</Copyright>
</PropertyGroup>
<PropertyGroup>
<Nullable>enable</Nullable>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>
</Project>