90 lines
4.4 KiB
XML
90 lines
4.4 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<project version="4">
|
||
|
|
<component name="AutoImportSettings">
|
||
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
||
|
|
</component>
|
||
|
|
<component name="ChangeListManager">
|
||
|
|
<list default="true" id="395d95f7-d752-4ca0-b261-78679f611e7e" name="Changes" comment="">
|
||
|
|
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
||
|
|
<change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
||
|
|
<change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
||
|
|
<change afterPath="$PROJECT_DIR$/.idea/uiDesigner.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$/chess/example-output.txt" afterDir="false" />
|
||
|
|
<change afterPath="$PROJECT_DIR$/chess/pom.xml" afterDir="false" />
|
||
|
|
<change afterPath="$PROJECT_DIR$/chess/src/main/java/de/vivi/chess/Main.java" afterDir="false" />
|
||
|
|
<change afterPath="$PROJECT_DIR$/chess/src/main/java/de/vivi/chess/board/Board.java" afterDir="false" />
|
||
|
|
<change afterPath="$PROJECT_DIR$/chess/src/main/java/de/vivi/chess/board/Field.java" afterDir="false" />
|
||
|
|
<change afterPath="$PROJECT_DIR$/chess/src/main/java/de/vivi/chess/game/Game.java" afterDir="false" />
|
||
|
|
<change afterPath="$PROJECT_DIR$/chess/src/main/java/de/vivi/chess/pieces/Color.java" afterDir="false" />
|
||
|
|
<change afterPath="$PROJECT_DIR$/chess/src/main/java/de/vivi/chess/pieces/Piece.java" afterDir="false" />
|
||
|
|
<change afterPath="$PROJECT_DIR$/chess/src/main/java/de/vivi/chess/pieces/Type.java" afterDir="false" />
|
||
|
|
<change afterPath="$PROJECT_DIR$/chess/todo.txt" 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="FileTemplateManagerImpl">
|
||
|
|
<option name="RECENT_TEMPLATES">
|
||
|
|
<list>
|
||
|
|
<option value="Enum" />
|
||
|
|
<option value="Class" />
|
||
|
|
</list>
|
||
|
|
</option>
|
||
|
|
</component>
|
||
|
|
<component name="Git.Settings">
|
||
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||
|
|
</component>
|
||
|
|
<component name="ProjectId" id="2t4pEbnSWeDCfbjBDdHvVwWVJbu" />
|
||
|
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
||
|
|
<component name="ProjectViewState">
|
||
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
||
|
|
<option name="showLibraryContents" value="true" />
|
||
|
|
</component>
|
||
|
|
<component name="PropertiesComponent"><![CDATA[{
|
||
|
|
"keyToString": {
|
||
|
|
"Application.Main.executor": "Run",
|
||
|
|
"Application.Unnamed.executor": "Run",
|
||
|
|
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
||
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||
|
|
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
||
|
|
"git-widget-placeholder": "main",
|
||
|
|
"jdk.selected.JAVA_MODULE": "temurin-17",
|
||
|
|
"kotlin-language-version-configured": "true",
|
||
|
|
"project.structure.last.edited": "Modules",
|
||
|
|
"project.structure.proportion": "0.0",
|
||
|
|
"project.structure.side.proportion": "0.0"
|
||
|
|
}
|
||
|
|
}]]></component>
|
||
|
|
<component name="RunManager">
|
||
|
|
<configuration name="Unnamed" type="Application" factoryName="Application" nameIsGenerated="true">
|
||
|
|
<option name="MAIN_CLASS_NAME" value="de.vivi.chess.Main" />
|
||
|
|
<module name="chess" />
|
||
|
|
<method v="2">
|
||
|
|
<option name="Make" enabled="true" />
|
||
|
|
</method>
|
||
|
|
</configuration>
|
||
|
|
</component>
|
||
|
|
<component name="SharedIndexes">
|
||
|
|
<attachedChunks>
|
||
|
|
<set>
|
||
|
|
<option value="jdk-17.0.10-corretto-17.0.10-3183f394aec4-96c0d24d" />
|
||
|
|
<option value="jdk-17.0.10-temurin-17.0.10-3183f394aec4-539a993e" />
|
||
|
|
</set>
|
||
|
|
</attachedChunks>
|
||
|
|
</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="395d95f7-d752-4ca0-b261-78679f611e7e" name="Changes" comment="" />
|
||
|
|
<created>1739621092112</created>
|
||
|
|
<option name="number" value="Default" />
|
||
|
|
<option name="presentableId" value="Default" />
|
||
|
|
<updated>1739621092112</updated>
|
||
|
|
</task>
|
||
|
|
<servers />
|
||
|
|
</component>
|
||
|
|
</project>
|