Skip to content

Commit

Permalink
Add missing solution properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER committed Jan 29, 2024
1 parent 033cd0e commit 4c85e4c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Tsu.Trees.RedGreen/src/Tsu.Trees.RedGreen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<NoWarn>$(NoWarn);NU5128</NoWarn>

<IsRoslynComponent>true</IsRoslynComponent>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<IncludeBuildOutput>false</IncludeBuildOutput>

<IncludeSymbols>false</IncludeSymbols>
<SymbolPackageFormat></SymbolPackageFormat>

<Copyright>GGG KILLER © 2024</Copyright>
<PackageId>Tsu.Trees.RedGreen</PackageId>
Expand Down

0 comments on commit 4c85e4c

Please sign in to comment.