taskzap/.idea/workspace.xml
2023-07-01 20:55:45 -07:00

115 lines
5.0 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="7c866fd4-dd39-4ede-9dcf-e623b1d0f46d" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/kotlinc.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/misc.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$/pom.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/kotlin/AppModel.kt" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/kotlin/AppView.kt" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/kotlin/ButtonArt.kt" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/kotlin/ImageButton.kt" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/kotlin/Main.kt" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/kotlin/TodoView.kt.old" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/kotlin/Util.kt" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/resources/Main.kt.old" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/resources/demoIcon.png" 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="Kotlin File" />
<option value="Class" />
<option value="Kotlin Class" />
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProjectId" id="2Rx2CD5ArGjpQZZIPM7XNqEj2yY" />
<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;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
&quot;last_opened_file_path&quot;: &quot;C:/Nyeogit/taskzap/taskzap/src/main/resources&quot;
}
}</component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="C:\Nyeogit\taskzap\taskzap\src\main\resources" />
<recent name="C:\Nyeogit\taskzap\taskzap\src\main\kotlin" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="C:\Nyeogit\taskzap\taskzap\src\main\resources" />
</key>
</component>
<component name="RunManager">
<configuration name="MainKt" type="JetRunConfigurationType" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="MainKt" />
<module name="taskzap" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration default="true" type="JetRunConfigurationType">
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
<option name="filePath" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<recent_temporary>
<list>
<item itemvalue="Kotlin.MainKt" />
</list>
</recent_temporary>
</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="7c866fd4-dd39-4ede-9dcf-e623b1d0f46d" name="Changes" comment="" />
<created>1688177283964</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1688177283964</updated>
</task>
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
</project>