Ignore doc warnings during Release build

This commit is contained in:
RogueException
2016-08-05 16:29:08 -03:00
parent f01cde36f9
commit f6931d4b8a
2 changed files with 18 additions and 0 deletions

View File

@@ -19,6 +19,15 @@
"xmlDoc": true
},
"configurations": {
"Release": {
"buildOptions": {
"define": [ "RELEASE" ],
"nowarn": [ "CS1573", "CS1591" ]
}
}
},
"dependencies": {
"Discord.Net": "1.0.0-*"
},