You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
3.1 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="4717f6a0-a6f8-4348-95fd-a166783ad8ed" name="Changes" comment="">
  5. <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  7. <change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
  8. <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/Actividad8.1.iml" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/src/Main.java" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/src/Persona.java" afterDir="false" />
  14. </list>
  15. <option name="SHOW_DIALOG" value="false" />
  16. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  17. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  18. <option name="LAST_RESOLUTION" value="IGNORE" />
  19. </component>
  20. <component name="FileTemplateManagerImpl">
  21. <option name="RECENT_TEMPLATES">
  22. <list>
  23. <option value="Class" />
  24. </list>
  25. </option>
  26. </component>
  27. <component name="Git.Settings">
  28. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  29. </component>
  30. <component name="MarkdownSettingsMigration">
  31. <option name="stateVersion" value="1" />
  32. </component>
  33. <component name="ProjectId" id="2I3NecE37I09iVjoVzByIvc6PfS" />
  34. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  35. <ConfirmationsSetting value="2" id="Add" />
  36. </component>
  37. <component name="ProjectViewState">
  38. <option name="hideEmptyMiddlePackages" value="true" />
  39. <option name="showLibraryContents" value="true" />
  40. </component>
  41. <component name="PropertiesComponent"><![CDATA[{
  42. "keyToString": {
  43. "ASKED_ADD_EXTERNAL_FILES": "true",
  44. "RunOnceActivity.OpenProjectViewOnStart": "true",
  45. "RunOnceActivity.ShowReadmeOnStart": "true",
  46. "WebServerToolWindowFactoryState": "false",
  47. "nodejs_package_manager_path": "npm"
  48. }
  49. }]]></component>
  50. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  51. <component name="TaskManager">
  52. <task active="true" id="Default" summary="Default task">
  53. <changelist id="4717f6a0-a6f8-4348-95fd-a166783ad8ed" name="Changes" comment="" />
  54. <created>1669406403496</created>
  55. <option name="number" value="Default" />
  56. <option name="presentableId" value="Default" />
  57. <updated>1669406403496</updated>
  58. <workItem from="1669406404738" duration="1182000" />
  59. </task>
  60. <servers />
  61. </component>
  62. <component name="TypeScriptGeneratedFilesManager">
  63. <option name="version" value="3" />
  64. </component>
  65. <component name="Vcs.Log.Tabs.Properties">
  66. <option name="TAB_STATES">
  67. <map>
  68. <entry key="MAIN">
  69. <value>
  70. <State />
  71. </value>
  72. </entry>
  73. </map>
  74. </option>
  75. </component>
  76. </project>