workspace.xml 9.71 KB
Newer Older
1 2 3
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ChangeListManager">
4
    <list default="true" id="628f93ca-b7ce-4a63-90a4-4fc67deaa2b5" name="Default Changelist" comment="">
5
      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6 7
      <change beforePath="$PROJECT_DIR$/out/production/Poker/Carta.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/Poker/Carta.class" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/out/production/Poker/PokerKt.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/Poker/PokerKt.class" afterDir="false" />
8 9
      <change beforePath="$PROJECT_DIR$/src/Poker.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Poker.kt" afterDir="false" />
    </list>
10 11 12 13 14 15 16 17 18
    <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" />
19
        <option value="Kotlin File" />
20 21 22
      </list>
    </option>
  </component>
23
  <component name="Git.Settings">
24 25 26 27 28
    <option name="RECENT_BRANCH_BY_REPOSITORY">
      <map>
        <entry key="$PROJECT_DIR$/.." value="master" />
      </map>
    </option>
29 30
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  </component>
31
  <component name="ProjectId" id="1aUUEoXpf2zKLPGhVG9it1U3GrQ" />
32
  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
33 34 35 36 37 38 39
  <component name="ProjectViewState">
    <option name="hideEmptyMiddlePackages" value="true" />
    <option name="showExcludedFiles" value="true" />
    <option name="showLibraryContents" value="true" />
  </component>
  <component name="PropertiesComponent">
    <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
40
    <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
    <property name="android.sdk.path" value="$USER_HOME$/AppData/Local/Android/Sdk" />
  </component>
  <component name="RunManager" selected="Kotlin.PokerKt">
    <configuration name="MyClass" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
      <option name="MAIN_CLASS_NAME" value="MyClass" />
      <module name="Poker" />
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
    <configuration name="Poker" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
      <option name="MAIN_CLASS_NAME" value="Poker" />
      <module name="Poker" />
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
58
    <configuration name="PokerKt" type="JetRunConfigurationType" temporary="true" nameIsGenerated="true">
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
      <module name="Poker" />
      <option name="VM_PARAMETERS" />
      <option name="PROGRAM_PARAMETERS" />
      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
      <option name="ALTERNATIVE_JRE_PATH" />
      <option name="PASS_PARENT_ENVS" value="true" />
      <option name="MAIN_CLASS_NAME" value="PokerKt" />
      <option name="WORKING_DIRECTORY" />
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
    <recent_temporary>
      <list>
        <item itemvalue="Kotlin.PokerKt" />
        <item itemvalue="Application.Poker" />
        <item itemvalue="Application.MyClass" />
      </list>
    </recent_temporary>
  </component>
  <component name="SvnConfiguration">
    <configuration />
  </component>
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
      <changelist id="628f93ca-b7ce-4a63-90a4-4fc67deaa2b5" name="Default Changelist" comment="" />
      <created>1586789556814</created>
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
      <updated>1586789556814</updated>
    </task>
90 91 92 93 94 95 96
    <task id="LOCAL-00001" summary="Unificar en una función para retornar valores en el poker">
      <created>1587329427974</created>
      <option name="number" value="00001" />
      <option name="presentableId" value="LOCAL-00001" />
      <option name="project" value="LOCAL" />
      <updated>1587329427974</updated>
    </task>
97 98 99 100 101 102 103
    <task id="LOCAL-00002" summary="corrección de valor de retorno.">
      <created>1587333258876</created>
      <option name="number" value="00002" />
      <option name="presentableId" value="LOCAL-00002" />
      <option name="project" value="LOCAL" />
      <updated>1587333258876</updated>
    </task>
104 105 106 107 108 109 110 111
    <task id="LOCAL-00003" summary="corrección de valor de retorno, agregar return poker.">
      <created>1587334433015</created>
      <option name="number" value="00003" />
      <option name="presentableId" value="LOCAL-00003" />
      <option name="project" value="LOCAL" />
      <updated>1587334433015</updated>
    </task>
    <option name="localTasksCounter" value="4" />
112 113
    <servers />
  </component>
114 115
  <component name="VcsManagerConfiguration">
    <MESSAGE value="Unificar en una función para retornar valores en el poker" />
116
    <MESSAGE value="corrección de valor de retorno." />
117 118
    <MESSAGE value="corrección de valor de retorno, agregar return poker." />
    <option name="LAST_COMMIT_MESSAGE" value="corrección de valor de retorno, agregar return poker." />
119
  </component>
120 121 122 123 124
  <component name="WindowStateProjectService">
    <state x="413" y="109" key="#com.intellij.refactoring.typeMigration.ui.FailedConversionsDialog" timestamp="1586915044775">
      <screen x="0" y="0" width="1366" height="728" />
    </state>
    <state x="413" y="109" key="#com.intellij.refactoring.typeMigration.ui.FailedConversionsDialog/0.0.1366.728@0.0.1366.728" timestamp="1586915044775" />
125
    <state x="313" y="0" key="CommitChangelistDialog2" timestamp="1587334430833">
126 127
      <screen x="0" y="0" width="1366" height="728" />
    </state>
128 129
    <state x="313" y="0" key="CommitChangelistDialog2/0.0.1366.728@0.0.1366.728" timestamp="1587334430833" />
    <state width="1322" height="145" key="GridCell.Tab.0.bottom" timestamp="1587433392572">
130 131
      <screen x="0" y="0" width="1366" height="728" />
    </state>
132 133
    <state width="1322" height="145" key="GridCell.Tab.0.bottom/0.0.1366.728@0.0.1366.728" timestamp="1587433392572" />
    <state width="1322" height="145" key="GridCell.Tab.0.center" timestamp="1587433392572">
134 135
      <screen x="0" y="0" width="1366" height="728" />
    </state>
136 137
    <state width="1322" height="145" key="GridCell.Tab.0.center/0.0.1366.728@0.0.1366.728" timestamp="1587433392572" />
    <state width="1322" height="145" key="GridCell.Tab.0.left" timestamp="1587433392572">
138 139
      <screen x="0" y="0" width="1366" height="728" />
    </state>
140 141
    <state width="1322" height="145" key="GridCell.Tab.0.left/0.0.1366.728@0.0.1366.728" timestamp="1587433392572" />
    <state width="1322" height="145" key="GridCell.Tab.0.right" timestamp="1587433392572">
142 143
      <screen x="0" y="0" width="1366" height="728" />
    </state>
144 145
    <state width="1322" height="145" key="GridCell.Tab.0.right/0.0.1366.728@0.0.1366.728" timestamp="1587433392572" />
    <state width="1322" height="217" key="GridCell.Tab.1.bottom" timestamp="1587426755634">
146 147
      <screen x="0" y="0" width="1366" height="728" />
    </state>
148 149
    <state width="1322" height="217" key="GridCell.Tab.1.bottom/0.0.1366.728@0.0.1366.728" timestamp="1587426755634" />
    <state width="1322" height="217" key="GridCell.Tab.1.center" timestamp="1587426755633">
150 151
      <screen x="0" y="0" width="1366" height="728" />
    </state>
152 153
    <state width="1322" height="217" key="GridCell.Tab.1.center/0.0.1366.728@0.0.1366.728" timestamp="1587426755633" />
    <state width="1322" height="217" key="GridCell.Tab.1.left" timestamp="1587426755633">
154 155
      <screen x="0" y="0" width="1366" height="728" />
    </state>
156 157
    <state width="1322" height="217" key="GridCell.Tab.1.left/0.0.1366.728@0.0.1366.728" timestamp="1587426755633" />
    <state width="1322" height="217" key="GridCell.Tab.1.right" timestamp="1587426755633">
158 159
      <screen x="0" y="0" width="1366" height="728" />
    </state>
160 161
    <state width="1322" height="217" key="GridCell.Tab.1.right/0.0.1366.728@0.0.1366.728" timestamp="1587426755633" />
    <state x="275" y="95" key="Vcs.Push.Dialog.v2" timestamp="1587334538702">
162 163
      <screen x="0" y="0" width="1366" height="728" />
    </state>
164 165
    <state x="275" y="95" key="Vcs.Push.Dialog.v2/0.0.1366.728@0.0.1366.728" timestamp="1587334538702" />
    <state x="92" y="92" width="1182" height="544" key="com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp="1587430678418">
166 167
      <screen x="0" y="0" width="1366" height="728" />
    </state>
168
    <state x="92" y="92" width="1182" height="544" key="com.intellij.history.integration.ui.views.FileHistoryDialog/0.0.1366.728@0.0.1366.728" timestamp="1587430678418" />
169 170 171 172
    <state x="378" y="186" key="com.intellij.ide.util.TipDialog" timestamp="1587232896641">
      <screen x="0" y="0" width="1366" height="728" />
    </state>
    <state x="378" y="186" key="com.intellij.ide.util.TipDialog/0.0.1366.728@0.0.1366.728" timestamp="1587232896641" />
173 174 175 176 177 178 179 180
    <state x="424" y="5" key="refactoring.ChangeSignatureDialog" timestamp="1587430721574">
      <screen x="0" y="0" width="1366" height="728" />
    </state>
    <state x="424" y="5" key="refactoring.ChangeSignatureDialog/0.0.1366.728@0.0.1366.728" timestamp="1587430721574" />
    <state x="339" y="157" key="run.anything.popup" timestamp="1587335625311">
      <screen x="0" y="0" width="1366" height="728" />
    </state>
    <state x="339" y="157" key="run.anything.popup/0.0.1366.728@0.0.1366.728" timestamp="1587335625311" />
181
  </component>
182
</project>