LOG320_Lab4/.idea/workspace.xml

188 lines
8.2 KiB
XML
Raw Normal View History

2023-03-19 17:10:40 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
2023-03-25 19:28:12 -04:00
<list default="true" id="41395b4b-3252-492c-a869-5f4dab107186" name="Changes" comment="Fixes?">
2023-03-19 18:02:45 -04:00
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
2023-03-22 10:15:27 -04:00
<change beforePath="$PROJECT_DIR$/src/main/java/laboratoire4/Client.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/laboratoire4/Client.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/laboratoire4/MiniMax.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/laboratoire4/MiniMax.java" afterDir="false" />
2023-03-25 19:28:12 -04:00
<change beforePath="$PROJECT_DIR$/src/main/java/laboratoire4/MovingBoard.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/laboratoire4/MovingBoard.java" afterDir="false" />
2023-03-19 17:10:40 -04:00
</list>
2023-03-22 09:01:39 -04:00
<list id="98b8a79f-2f53-42bf-96da-7af322697a0d" name="Changes by acastonguay" comment="" />
2023-03-19 17:10:40 -04: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>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="Class" />
2023-03-24 14:36:13 -04:00
<option value="Interface" />
2023-03-19 17:10:40 -04:00
</list>
</option>
</component>
2023-03-20 17:41:13 -04:00
<component name="Git.Settings">
<option name="RECENT_BRANCH_BY_REPOSITORY">
<map>
2023-03-24 14:36:13 -04:00
<entry key="$PROJECT_DIR$" value="master" />
2023-03-20 17:41:13 -04:00
</map>
</option>
</component>
2023-03-19 17:10:40 -04:00
<component name="MacroExpansionManager">
<option name="directoryName" value="x0367gi2" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="MavenImportPreferences">
<option name="importingSettings">
<MavenImportingSettings>
<option name="workspaceImportEnabled" value="true" />
</MavenImportingSettings>
</option>
</component>
2023-03-24 14:36:13 -04:00
<component name="ProblemsViewState">
<option name="selectedTabId" value="ProjectErrors" />
</component>
2023-03-19 17:10:40 -04:00
<component name="ProjectId" id="2NFN0RGJNNJqiDmt34ixVwkIwEm" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
2023-03-24 14:36:13 -04:00
<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;codeWithMe.voiceChat.enabledByDefault&quot;: &quot;false&quot;,
&quot;last_opened_file_path&quot;: &quot;/home/william/Dev/Projects&quot;,
&quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
&quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
&quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
&quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
&quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
&quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
2023-03-19 17:10:40 -04:00
}
2023-03-24 14:36:13 -04:00
}</component>
2023-03-21 18:06:17 -04:00
<component name="RunManager" selected="Application.Main">
2023-03-19 17:10:40 -04:00
<configuration name="Client" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="laboratoire4.Client" />
<module name="Lab4" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="laboratoire4.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
2023-03-21 18:06:17 -04:00
<configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="laboratoire4.Main" />
<module name="Lab4" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="laboratoire4.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Test" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="laboratoire4.Test" />
<module name="Lab4" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="laboratoire4.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
2023-03-19 17:10:40 -04:00
<recent_temporary>
<list>
2023-03-21 18:06:17 -04:00
<item itemvalue="Application.Main" />
<item itemvalue="Application.Test" />
2023-03-19 17:10:40 -04:00
<item itemvalue="Application.Client" />
</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="41395b4b-3252-492c-a869-5f4dab107186" name="Changes" comment="" />
<created>1679255648701</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1679255648701</updated>
<workItem from="1679255649975" duration="1223000" />
2023-03-20 17:41:13 -04:00
<workItem from="1679261446095" duration="1927000" />
<workItem from="1679281763874" duration="46000" />
2023-03-21 18:06:17 -04:00
<workItem from="1679344371350" duration="4138000" />
<workItem from="1679365557789" duration="21000" />
<workItem from="1679424430928" duration="11764000" />
2023-03-24 14:36:13 -04:00
<workItem from="1679593788411" duration="10753000" />
2023-03-25 19:28:12 -04:00
<workItem from="1679672719638" duration="8340000" />
<workItem from="1679779362814" duration="5861000" />
2023-03-19 17:10:40 -04:00
</task>
2023-03-20 17:41:13 -04:00
<task id="LOCAL-00001" summary="MiniMax">
<created>1679263366439</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1679263366439</updated>
</task>
2023-03-21 18:06:17 -04:00
<task id="LOCAL-00002" summary="Movement logic">
<created>1679348475071</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1679348475071</updated>
</task>
2023-03-22 10:15:27 -04:00
<task id="LOCAL-00003" summary="Small fixes">
<created>1679490100944</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1679490100944</updated>
</task>
2023-03-25 19:28:12 -04:00
<task id="LOCAL-00004" summary="Fixes?">
<created>1679682974611</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1679682974611</updated>
</task>
<option name="localTasksCounter" value="5" />
2023-03-19 17:10:40 -04:00
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
2023-03-20 17:41:13 -04:00
<component name="VcsManagerConfiguration">
<MESSAGE value="MiniMax" />
2023-03-21 18:06:17 -04:00
<MESSAGE value="Movement logic" />
2023-03-22 10:15:27 -04:00
<MESSAGE value="Small fixes" />
2023-03-25 19:28:12 -04:00
<MESSAGE value="Fixes?" />
<option name="LAST_COMMIT_MESSAGE" value="Fixes?" />
2023-03-22 10:15:27 -04:00
</component>
<component name="XDebuggerManager">
<breakpoint-manager>
2023-03-24 14:36:13 -04:00
<default-breakpoints>
<breakpoint enabled="true" type="CidrExceptionBreakpoint" />
<breakpoint enabled="true" type="java-exception" />
</default-breakpoints>
2023-03-22 10:15:27 -04:00
</breakpoint-manager>
2023-03-20 17:41:13 -04:00
</component>
2023-03-19 17:10:40 -04:00
</project>