home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / Sharpdev / 099bsetup.exe / nunit-console.exe.config < prev    next >
Extensible Markup Language  |  2003-09-03  |  548b  |  16 lines

  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="toolTip.ShowAlways" value="False" />
  7.     <add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />
  8.   </appSettings>
  9.   
  10.   <startup>
  11.     <requiredRuntime version="v1.0.3705" />
  12.     <supportedRuntime version="v1.1.4322" />
  13.     <supportedRuntime version="v1.0.3705" />
  14.   </startup>
  15.  
  16. </configuration>