Enable missing XMLdoc warnings on release builds

This commit is contained in:
Cyberboss
2017-10-18 11:29:05 -04:00
parent 8eef422936
commit 1e6c34bdac
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DocumentationFile>bin\x86\Release\TGCommandLine.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="AdminCommands.cs" />