Visual Studio 2013 C# Build Output to File -


i'm using visual studio 2013 @ work , want c# build output saved file i've specified. found tools > options > projects , solutions > build , run allows me set build output , build log file verbosity there's nothing indicates path of build file. can't find such files in bin or obj folders.

i've found this article has instructions manually copying build output text file. want way have output written file automatically, if possible.

[edit] i'd avoid command-line tools (i.e. want build in visual studio) , hope avoid writing custom logger class.


i put screen cap of options section referenced above here.

you need set output path property. following:

  1. in solution explorer right click project , select properties
  2. select build tab
  3. enter path in output path:

output path


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -