Supress a few xml comment warnings I couldn't care less about

This commit is contained in:
Cinder
2021-12-29 12:20:48 -06:00
parent 5cb3c6016b
commit dcd8dc9906
8 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>LibreMetaverse.StructuredData</RootNamespace>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<NoWarn>1591</NoWarn>
<NoWarn>0419,1574,1591</NoWarn>
<Platforms>AnyCPU;x64;x86</Platforms>
<OutputPath>..\bin\</OutputPath>
</PropertyGroup>