-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
33 lines (31 loc) · 1.42 KB
/
Directory.Build.props
File metadata and controls
33 lines (31 loc) · 1.42 KB
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
26
27
28
29
30
31
32
33
<Project>
<PropertyGroup>
<Authors>Enigmatry</Authors>
<Copyright>Copyright © 2026 Enigmatry. All rights reserved.</Copyright>
<Company>Enigmatry</Company>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIcon>icon-192x192.png</PackageIcon>
<PackageProjectUrl>https://github.com/enigmatry/entry-code-generation</PackageProjectUrl>
<PackageTags>Enigmatry;Entry</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryUrl>https://github.com/enigmatry/entry-code-generation</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<EmbedUntrackedSources>false</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisLevel>latest</AnalysisLevel>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Include="..\icon-192x192.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>