Skip to content
Snippets Groups Projects
Commit 2a546ee0 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

portable directories for project home and recent projects

parent 5bd57b06
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Viskit application configuration file c_app.xml --> <!-- Viskit application configuration file c_app.xml -->
<!-- Programming note: values in this file are retrieved by keys such as 'app.beanshell.warning' --> <!-- 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 --> <!-- Programming note: the root element name is ignored when assembling keys -->
<ViskitConfig> <ViskitConfig>
<app> <app>
<beanshell> <beanshell>
<warning>true</warning> <warning>true</warning>
</beanshell> </beanshell>
<mainframe> <mainframe>
<size h="680" w="930" /> <size h="680" w="930" />
</mainframe> </mainframe>
<projecthome> <projecthome>
<!-- These two attributes MUST always be at least zero-length Strings --> <!-- These two attributes MUST always be at least zero-length Strings -->
<!-- DefaultProject is included in this template for convenience <!-- DefaultProject is included in this template for convenience -->
<path dir= "./viskit/MyViskitProjects" />--> <path dir="../examples/src"/>
<path dir="C:/x3d-nps-gitlab/NetworkedGraphicsMV3500/examples/src" /> <name value="ViskitOpenDis7Examples"/>
<name value="ViskitOpenDis7Examples" /> </projecthome>
</projecthome> <tabs>
<tabs> <EventGraphEditor visible="true" />
<EventGraphEditor visible="true" /> <AssemblyEditor visible="true" />
<AssemblyEditor visible="true" /> <AssemblyRun visible="true" />
<AssemblyRun visible="true" /> <DesignOfExperiments visible="false" />
<DesignOfExperiments visible="false" /> <ClusterRun visible="false" />
<ClusterRun visible="false" /> <AnalystReport visible="false" />
<AnalystReport visible="false" /> </tabs>
</tabs> <debug>false</debug>
<debug>false</debug> </app>
</app> <history>
<history> <ProjectEditor>
<ProjectEditor> <Recent>
<Recent> <!-- MV3500 includes the following two projects -->
<!-- <Project value="../viskit/MyViskitProjects/DefaultProject" />
<Project value="./examples/src/ViskitOpenDis7Examples" /> <Project value="../examples/src/ViskitOpenDis7Examples"/>
<Project value="./viskit/MyViskitProjects/DefaultProject" /> </Recent>
--> </ProjectEditor>
<Project value="C:/x3d-nps-gitlab/NetworkedGraphicsMV3500/viskit/MyViskitProjects/DefaultProject" /> <Cluster>
<Project value="C:/x3d-nps-gitlab/NetworkedGraphicsMV3500/examples/src/ViskitOpenDis7Examples"/> <Account last="true" password="" port="4444" server="wipeout.hpr.nps.edu" username="" />
</Recent> </Cluster>
</ProjectEditor> <AssemblyEditor>
<Cluster> <Recent>
<Account last="true" password="" port="4444" server="wipeout.hpr.nps.edu" username="" /> <AssemblyFile value="C:/x3d-nps-gitlab/NetworkedGraphicsMV3500/examples/src/ViskitOpenDis7Examples/Assemblies/dis7/ArrivalProcessOpenDis7Assembly.xml"/>
</Cluster> <AssemblyFile value="C:/x3d-nps-gitlab/NetworkedGraphicsMV3500/examples/src/ViskitOpenDis7Examples/Assemblies/dis7/SimpleServerDis7Assembly.xml"/>
<AssemblyEditor> </Recent>
<Recent> </AssemblyEditor>
<AssemblyFile value="C:/x3d-nps-gitlab/NetworkedGraphicsMV3500/examples/src/ViskitOpenDis7Examples/Assemblies/dis7/ArrivalProcessOpenDis7Assembly.xml"/> <EventGraphEditor>
<AssemblyFile value="C:/x3d-nps-gitlab/NetworkedGraphicsMV3500/examples/src/ViskitOpenDis7Examples/Assemblies/dis7/SimpleServerDis7Assembly.xml"/> <Recent>
</Recent> <EventGraphFile value="C:/x3d-nps-gitlab/NetworkedGraphicsMV3500/examples/src/ViskitOpenDis7Examples/EventGraphs/dis7/ArrivalProcessOpenDis7.xml"/>
</AssemblyEditor> </Recent>
<EventGraphEditor> </EventGraphEditor>
<Recent> </history>
<EventGraphFile value="C:/x3d-nps-gitlab/NetworkedGraphicsMV3500/examples/src/ViskitOpenDis7Examples/EventGraphs/dis7/ArrivalProcessOpenDis7.xml"/> </ViskitConfig>
</Recent>
</EventGraphEditor>
</history>
</ViskitConfig>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment