Files
Sudoku/.idea/workspace.xml
2025-02-04 16:07:59 +01:00

93 lines
5.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="78fccc4f-112b-4fb4-8f59-c375aeac8595" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/sudoku/App.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/sudoku/App.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/sudoku/Bloc.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/sudoku/Bloc.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/sudoku/Case.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/sudoku/Case.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/sudoku/Contrainte.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/sudoku/Contrainte.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/sudoku/ContrainteBloc.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/sudoku/ContrainteBloc.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/sudoku/ContrainteColonne.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/sudoku/ContrainteColonne.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/sudoku/ContrainteLigne.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/sudoku/ContrainteLigne.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/sudoku/Grille.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/sudoku/Grille.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/sudoku/ResolveurBacktraceSimple.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/sudoku/ResolveurBacktraceSimple.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/sudoku/Sudoku.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/sudoku/Sudoku.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/sudoku/Symbole.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/sudoku/Symbole.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="ExternalProjectsData">
<projectState path="$PROJECT_DIR$">
<ProjectState />
</projectState>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectColorInfo">{
&quot;associatedIndex&quot;: 6
}</component>
<component name="ProjectId" id="2rwHskpjH0QskAu0G8vmtPc1Ozz" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"Gradle.Sudoku:app [:app:sudoku.App.main()].executor": "Run",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.git.unshallow": "true",
"git-widget-placeholder": "Gwendal",
"ignore.virus.scanning.warn.message": "true",
"kotlin-language-version-configured": "true",
"last_opened_file_path": "/usr/lib/jvm/java-21-openjdk",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"project.structure.last.edited": "Project",
"project.structure.proportion": "0.0",
"project.structure.side.proportion": "0.0",
"settings.editor.selected.configurable": "reference.projectsettings.compiler.javacompiler",
"vue.rearranger.settings.migration": "true"
}
}]]></component>
<component name="RunManager">
<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" />
</configuration>
</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="78fccc4f-112b-4fb4-8f59-c375aeac8595" name="Changes" comment="" />
<created>1737463425999</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1737463425999</updated>
<workItem from="1737463427147" duration="1086000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="XSLT-Support.FileAssociations.UIState">
<expand />
<select />
</component>
</project>