<?xml version="1.0" encoding="UTF-8"?>
<configurations xmlns="http://launchy.mozdev.org/configurations">
  <application>
    <label>IE Tester ie6</label>
    <type>1</type>
    <command>C:\Program Files\Core Services\IETester\IETester.exe</command>
    <arguments>-ie6</arguments>
  </application>
  <application>
    <label>IE Tester ie7</label>
    <type>1</type>
    <command>C:\Program Files\Core Services\IETester\IETester.exe</command>
    <arguments>-ie7</arguments>
  </application>
  <application>
    <label>IE Tester ie8</label>
    <type>1</type>
    <command>C:\Program Files\Core Services\IETester\IETester.exe</command>
    <arguments>-ie8</arguments>
  </application>
    <application>
    <label>IE Tester all</label>
    <type>1</type>
    <command>C:\Program Files\Core Services\IETester\IETester.exe</command>
    <arguments>-all</arguments>
  </application>
</configurations>