Java-TextBasedGame/.idea/workspace.xml

150 lines
7.4 KiB
XML
Raw Normal View History

2022-06-16 19:21:05 -03:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ArtifactsWorkspaceSettings">
<artifacts-to-build>
<artifact name="TextBasedGame" />
</artifacts-to-build>
</component>
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="510d163a-8155-4aa6-b7f2-36b413e8f633" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/artifacts/TextBasedGame.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/codeStyles/Project.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/codeStyles/codeStyleConfig.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Java-TextBasedGame.iml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/Armor.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/Enemy.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/Game.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/Item.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/Location.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/Person.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/Player.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/Weapon.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/WeaponFactory.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="CodeStyleSettingsInfer">
<option name="done" value="true" />
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="Class" />
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="HighlightingSettingsPerFile">
<setting file="file://$PROJECT_DIR$/src/Armor.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/Game.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/Item.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/Location.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/Person.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/Player.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/Weapon.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/WeaponFactory.java" root0="FORCE_HIGHLIGHTING" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProjectCodeStyleSettingsMigration">
<option name="version" value="2" />
</component>
<component name="ProjectId" id="2AUCe8CTyr1vGNX0VTmmJ0Emn3z" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;ASKED_ADD_EXTERNAL_FILES&quot;: &quot;true&quot;,
&quot;Downloaded.Files.Path.Enabled&quot;: &quot;false&quot;,
&quot;Repository.Attach.Annotations&quot;: &quot;false&quot;,
&quot;Repository.Attach.JavaDocs&quot;: &quot;false&quot;,
&quot;Repository.Attach.Sources&quot;: &quot;false&quot;,
&quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
&quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
&quot;last_opened_file_path&quot;: &quot;C:/GitHub/Java-TextBasedGame/out/production/Java-TextBasedGame&quot;,
&quot;project.structure.last.edited&quot;: &quot;Artifacts&quot;,
&quot;project.structure.proportion&quot;: &quot;0.15&quot;,
&quot;project.structure.side.proportion&quot;: &quot;0.29177958&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;web.server&quot;
}
}</component>
<component name="RunManager" selected="Application.Load Save">
<configuration name="Default" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="Game" />
<module name="Java-TextBasedGame" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Isaac" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="Game" />
<module name="Java-TextBasedGame" />
<option name="PROGRAM_PARAMETERS" value="Isaac 19 m" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Load Save" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="Game" />
<module name="Java-TextBasedGame" />
<option name="PROGRAM_PARAMETERS" value="load Isaac" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Jar Build" type="JarApplication">
<option name="JAR_PATH" value="$PROJECT_DIR$/out/artifacts/TextBasedGame/TextBasedGame.jar" />
<option name="ALTERNATIVE_JRE_PATH" />
<method v="2">
<option name="BuildArtifacts" enabled="true">
<artifact name="TextBasedGame" />
</option>
</method>
</configuration>
<list>
<item itemvalue="Application.Isaac" />
<item itemvalue="Application.Default" />
<item itemvalue="Application.Load Save" />
<item itemvalue="JAR Application.Jar Build" />
</list>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="510d163a-8155-4aa6-b7f2-36b413e8f633" name="Changes" comment="" />
<created>1655054868910</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1655054868910</updated>
<workItem from="1655054870567" duration="25215000" />
<workItem from="1655152578449" duration="2254000" />
<workItem from="1655170471117" duration="2590000" />
<workItem from="1655218678744" duration="506000" />
<workItem from="1655251289034" duration="4254000" />
<workItem from="1655337729211" duration="2834000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
</project>