lab4/.idea/workspace.xml

100 lines
5.7 KiB
XML
Raw Permalink Normal View History

2022-11-08 07:05:46 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
2022-11-08 08:28:59 +00:00
<list default="true" id="563d5a49-589a-44ca-b92d-59680eab1914" name="Changes" comment="">
2022-11-14 20:41:09 +00:00
<change afterPath="$PROJECT_DIR$/src/wsiiz/geometry/GeoCalculator.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/wsiiz/students/StudentArray.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
2022-11-08 08:28:59 +00:00
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
2022-11-14 20:41:09 +00:00
<change beforePath="$PROJECT_DIR$/src/Building.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/wsiiz/Building.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Genre.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/wsiiz/Genre.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/GetStudentData.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/wsiiz/GetStudentData.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/wsiiz/Main.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Person.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/wsiiz/Person.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/PersonData.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/wsiiz/PersonData.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Rectangle1.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/wsiiz/Rectangle1.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Student.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/wsiiz/Student.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/geometry/Circle.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/wsiiz/geometry/Circle.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/geometry/Cone.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/wsiiz/geometry/Cone.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/geometry/Cube.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/wsiiz/geometry/Cube.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/geometry/Cuboid.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/wsiiz/geometry/Cuboid.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/geometry/GeoCalculator.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/geometry/Rectangle.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/wsiiz/geometry/Rectangle.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/geometry/Sphere.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/wsiiz/geometry/Sphere.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/geometry/Square.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/wsiiz/geometry/Square.java" afterDir="false" />
2022-11-08 08:28:59 +00:00
</list>
2022-11-08 07:05:46 +00:00
<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>
2022-11-08 08:28:59 +00:00
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="Class" />
</list>
</option>
</component>
2022-11-08 07:05:46 +00:00
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
2022-11-08 08:28:59 +00:00
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
2022-11-08 07:05:46 +00:00
<component name="ProjectId" id="2HFpHtKx3vTSdvkKECF3AmEpSQt" />
2022-11-08 08:28:59 +00:00
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<ConfirmationsSetting value="2" id="Add" />
</component>
2022-11-08 07:05:46 +00:00
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"RunOnceActivity.OpenProjectViewOnStart": "true",
2022-11-14 20:41:09 +00:00
"RunOnceActivity.ShowReadmeOnStart": "true",
"WebServerToolWindowFactoryState": "false",
"last_opened_file_path": "/mnt/SSD/lab4"
2022-11-08 07:05:46 +00:00
}
}]]></component>
2022-11-08 08:28:59 +00:00
<component name="RunManager">
<configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
2022-11-14 20:41:09 +00:00
<option name="MAIN_CLASS_NAME" value="wsiiz.Main" />
2022-11-08 08:28:59 +00:00
<module name="Lab4" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<recent_temporary>
<list>
<item itemvalue="Application.Main" />
</list>
</recent_temporary>
</component>
2022-11-08 07:05:46 +00:00
<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">
2022-11-08 08:28:59 +00:00
<changelist id="563d5a49-589a-44ca-b92d-59680eab1914" name="Changes" comment="" />
2022-11-08 07:05:46 +00:00
<created>1667890605459</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1667890605459</updated>
2022-11-14 20:41:09 +00:00
<workItem from="1668454790509" duration="3115000" />
2022-11-08 07:05:46 +00:00
</task>
<servers />
</component>
2022-11-14 20:41:09 +00:00
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
2022-11-08 08:28:59 +00:00
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
2022-11-08 07:05:46 +00:00
</project>