home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / Sharpdev / 099bsetup.exe / nunit-gui.exe.config < prev    next >
Extensible Markup Language  |  2003-09-03  |  674b  |  19 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.     
  9.     <!--   Uncomment the following line to run tests in the STA -->
  10.     <!--  <add key="apartment" value="STA" /> -->
  11.   </appSettings>
  12.   
  13.   <startup>
  14.     <requiredRuntime version="v1.0.3705" />
  15.     <supportedRuntime version="v1.1.4322" />
  16.     <supportedRuntime version="v1.0.3705" />
  17.   </startup>
  18.  
  19. </configuration>