Search code examples
c#visual-studio-2013xml-documentationcompiler-options

Compiler options for C# projects


I can't seem to find where to put compiler options (specifically /doc) for my project. This question and this question both say they are in Project > Properties > Build tab, but I do not see any build tab (see below). I can only assume this was changed sometime between VS2010 and VS2013. There is a build events tab, but I'm not sure if that's the same thing, and there are two text boxes, one for pre-build and one for post-build. Where do I put compiler arguments? Is there a better way to make the project output an xml documentation file?

enter image description here


Solution

  • According to David Arno, this seems to be a problem with PostSharp. Uninstalling that extension fixed my problem.