12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="ChangeListManager">
- <list default="true" id="d2dc8b4c-4ed5-48e2-a519-676a1d7dbb24" name="Default Changelist" comment="" />
- <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="GOROOT" path="F:\go1.16.1" />
- <component name="ProjectId" id="2K4PmQBLpUatdNosnOrRDehsIQz" />
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent">
- <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
- <property name="WebServerToolWindowFactoryState" value="false" />
- <property name="go.import.settings.migrated" value="true" />
- <property name="go.sdk.automatically.set" value="true" />
- <property name="last_opened_file_path" value="$PROJECT_DIR$" />
- </component>
- <component name="RunManager">
- <configuration name="go build main.go" type="GoApplicationRunConfiguration" factoryName="Go Application" nameIsGenerated="true">
- <module name="goiot-cronapi" />
- <working_directory value="$PROJECT_DIR$" />
- <go_parameters value="-i" />
- <kind value="FILE" />
- <filePath value="$PROJECT_DIR$/main.go" />
- <package value="goiot-cronapi" />
- <directory value="$PROJECT_DIR$" />
- <method v="2" />
- </configuration>
- </component>
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="WindowStateProjectService">
- <state x="223" y="67" width="1089" height="714" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1673231198358">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state x="223" y="67" width="1089" height="714" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1536.824@0.0.1536.824" timestamp="1673231198358" />
- <state width="1493" height="207" key="GridCell.Tab.0.bottom" timestamp="1673232220053">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state width="1493" height="207" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1673232220053" />
- <state width="1493" height="207" key="GridCell.Tab.0.center" timestamp="1673232220053">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state width="1493" height="207" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1673232220053" />
- <state width="1493" height="207" key="GridCell.Tab.0.left" timestamp="1673232220053">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state width="1493" height="207" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1673232220053" />
- <state width="1493" height="207" key="GridCell.Tab.0.right" timestamp="1673232220053">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state width="1493" height="207" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1673232220053" />
- </component>
- </project>
|