Remove includes and excludes

This commit is contained in:
Pranav K 2016-05-04 09:10:37 -07:00
parent 77fbeec8bb
commit 3a86d941d6
1 changed files with 1 additions and 11 deletions

View File

@ -7,17 +7,7 @@
"nowarn": [ "nowarn": [
"CS1591" "CS1591"
], ],
"xmlDoc": true, "xmlDoc": true
"compile": {
"include": "**/*.cs",
"exclude": [
"bin",
"obj",
"DeveloperExceptionPage/Views/*.cshtml",
"RuntimeInfo/Views/*.cshtml",
"WelcomePage/Views/*.cshtml"
]
}
}, },
"packOptions": { "packOptions": {
"repository": { "repository": {