diff options
author | AlisaLinUwU <alisalinuwu@gmail.com> | 2025-01-26 11:35:35 +0500 |
---|---|---|
committer | AlisaLinUwU <alisalinuwu@gmail.com> | 2025-01-26 11:35:35 +0500 |
commit | 9c555bca7ba5a4e5396245b2086df89ded7e0c8c (patch) | |
tree | 011f1ded4ee38e3cae4b24b6894ae5fba8dcaaf3 /Kahoot GUI.iml |
Initializemain
Diffstat (limited to 'Kahoot GUI.iml')
-rw-r--r-- | Kahoot GUI.iml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Kahoot GUI.iml b/Kahoot GUI.iml new file mode 100644 index 0000000..ffb3fff --- /dev/null +++ b/Kahoot GUI.iml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> + <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_18"> + <output url="file://$MODULE_DIR$/target/classes" /> + <output-test url="file://$MODULE_DIR$/target/test-classes" /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> + <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" /> + <excludeFolder url="file://$MODULE_DIR$/target" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="library" name="Maven: org.openjfx:javafx-base:win:18.0.1" level="project" /> + <orderEntry type="library" name="Maven: org.openjfx:javafx-base:linux:18.0.1" level="project" /> + <orderEntry type="library" name="Maven: org.openjfx:javafx-fxml:win:18.0.1" level="project" /> + <orderEntry type="library" name="Maven: org.openjfx:javafx-fxml:linux:18.0.1" level="project" /> + <orderEntry type="library" name="Maven: org.openjfx:javafx-controls:18.0.1" level="project" /> + <orderEntry type="library" name="Maven: org.openjfx:javafx-controls:win:18.0.1" level="project" /> + <orderEntry type="library" name="Maven: org.openjfx:javafx-controls:linux:18.0.1" level="project" /> + <orderEntry type="library" name="Maven: org.openjfx:javafx-graphics:18.0.1" level="project" /> + <orderEntry type="library" name="Maven: org.openjfx:javafx-graphics:win:18.0.1" level="project" /> + <orderEntry type="library" name="Maven: org.openjfx:javafx-graphics:linux:18.0.1" level="project" /> + <orderEntry type="library" name="Maven: org.openjfx:javafx-base:18.0.1" level="project" /> + </component> +</module>
\ No newline at end of file |