<?xml version="1.0" encoding="UTF-8"?>
<!-- Viskit application configuration file c_app.xml -->
<!-- Programming note: values in this file are retrieved by keys such as 'app.beanshell.warning' -->
<!-- Programming note: the root element name is ignored when assembling keys -->
<ViskitConfig>
  <app>
    <beanshell>
      <warning>true</warning>
    </beanshell>
    <mainframe>
      <size h="680" w="930" />
    </mainframe>
    <projecthome>
      <!-- These two attributes MUST always be at least zero-length Strings -->
      <!-- DefaultProject is included in this template for convenience -->
      <path dir="../examples/src"/>
      <name value="ViskitOpenDis7Examples"/>
    </projecthome>
    <tabs>
      <EventGraphEditor visible="true" />
      <AssemblyEditor visible="true" />
      <AssemblyRun visible="true" />
      <DesignOfExperiments visible="false" />
      <ClusterRun visible="false" />
      <AnalystReport visible="true" />
    </tabs>
    <debug>false</debug>
  </app>
  <history>
    <ProjectEditor>
      <Recent>
        <!-- MV3500 includes the following two projects -->
        <Project value="../viskit/MyViskitProjects/DefaultProject" />
        <Project value="../examples/src/ViskitOpenDis7Examples"/>
      </Recent>
    </ProjectEditor>
    <Cluster>
      <Account last="true" password="" port="4444" server="wipeout.hpr.nps.edu" username="" />
    </Cluster>
    <AssemblyEditor>
      <Recent>
        <AssemblyFile value="../examples/src/ViskitOpenDis7Examples/Assemblies/dis7/ArrivalProcessOpenDis7Assembly.xml"/>
        <AssemblyFile value="../examples/src/ViskitOpenDis7Examples/Assemblies/dis7/SimpleServerDis7Assembly.xml"/>
      </Recent>
    </AssemblyEditor>
    <EventGraphEditor>
      <Recent>
        <EventGraphFile value="../examples/src/ViskitOpenDis7Examples/EventGraphs/dis7/ArrivalProcessOpenDis7.xml"/>
      </Recent>
    </EventGraphEditor>
  </history>
</ViskitConfig>