Skip to content

Instantly share code, notes, and snippets.

@OsirisTerje
Created February 9, 2014 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OsirisTerje/8906338 to your computer and use it in GitHub Desktop.
Save OsirisTerje/8906338 to your computer and use it in GitHub Desktop.
General Runconfiguration part of a runsettings file.
<RunConfiguration>
<!-- Path relative to solution directory -->
<ResultsDirectory>.\TestResults</ResultsDirectory>
<!-- [x86] | x64
- You can also change it from menu Test, Test Settings, Default Processor Architecture -->
<TargetPlatform>x86</TargetPlatform>
<!-- Framework35 | [Framework40] | Framework45 -->
<TargetFrameworkVersion>Framework40</TargetFrameworkVersion>
</RunConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment