Add Nunit2 files
[mono.git] / mcs / nunit20 / nunit-console / app.config
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <configuration>
3   <appSettings>
4     <!--   User application and configured property settings go here.-->
5     <!--   Example: <add key="settingName" value="settingValue"/> -->
6     <add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />
7   </appSettings>
8 </configuration>