|
|
|
@ -2,17 +2,17 @@
|
|
|
|
|
<project version="4">
|
|
|
|
|
<component name="ChangeListManager">
|
|
|
|
|
<list default="true" id="19c8c37d-a056-451c-a29d-fb612b9a3e2f" name="Default Changelist" comment="">
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/Utils/FileUtil/FileUtil.go" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/Config/Config.ini" beforeDir="false" afterPath="$PROJECT_DIR$/Config/Config.ini" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/Router/CommonToolsRouter.go" beforeDir="false" afterPath="$PROJECT_DIR$/Router/CommonToolsRouter.go" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/WinBuild/Distribute.exe" beforeDir="false" afterPath="$PROJECT_DIR$/WinBuild/Distribute.exe" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/Config/logo.txt" beforeDir="false" afterPath="$PROJECT_DIR$/Config/logo.txt" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/main.go" beforeDir="false" afterPath="$PROJECT_DIR$/main.go" 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="GOROOT" url="file://C:/Go" />
|
|
|
|
|
<component name="GOROOT" url="file://C:/Program Files/Go" />
|
|
|
|
|
<component name="Git.Settings">
|
|
|
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
|
|
|
|
|
</component>
|
|
|
|
@ -32,31 +32,36 @@
|
|
|
|
|
<property name="go.import.settings.migrated" value="true" />
|
|
|
|
|
<property name="go.sdk.automatically.set" value="true" />
|
|
|
|
|
<property name="go.tried.to.enable.integration.vgo.integrator" value="true" />
|
|
|
|
|
<property name="last_opened_file_path" value="$USER_HOME$" />
|
|
|
|
|
<property name="last_opened_file_path" value="$PROJECT_DIR$/Utils" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="RunManager" selected="Go Build.go build main.go">
|
|
|
|
|
<component name="RecentsManager">
|
|
|
|
|
<key name="CopyFile.RECENT_KEYS">
|
|
|
|
|
<recent name="E:\Work\dsMin\dsSzxy\Utils" />
|
|
|
|
|
</key>
|
|
|
|
|
</component>
|
|
|
|
|
<component name="RunManager" selected="Go Build.go build dsSzxy">
|
|
|
|
|
<configuration name="go build dsSzxy" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<module name="dsSzxy" />
|
|
|
|
|
<working_directory value="$PROJECT_DIR$" />
|
|
|
|
|
<kind value="PACKAGE" />
|
|
|
|
|
<filePath value="$PROJECT_DIR$/main.go" />
|
|
|
|
|
<package value="dsSzxy" />
|
|
|
|
|
<directory value="$PROJECT_DIR$" />
|
|
|
|
|
<filePath value="$PROJECT_DIR$/main.go" />
|
|
|
|
|
<method v="2" />
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration name="go build main.go" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<module name="dsSzxy" />
|
|
|
|
|
<working_directory value="$PROJECT_DIR$" />
|
|
|
|
|
<kind value="FILE" />
|
|
|
|
|
<filePath value="$PROJECT_DIR$/main.go" />
|
|
|
|
|
<package value="dsCommonTools" />
|
|
|
|
|
<directory value="$PROJECT_DIR$" />
|
|
|
|
|
<filePath value="$PROJECT_DIR$/main.go" />
|
|
|
|
|
<method v="2" />
|
|
|
|
|
</configuration>
|
|
|
|
|
<recent_temporary>
|
|
|
|
|
<list>
|
|
|
|
|
<item itemvalue="Go Build.go build main.go" />
|
|
|
|
|
<item itemvalue="Go Build.go build dsSzxy" />
|
|
|
|
|
<item itemvalue="Go Build.go build main.go" />
|
|
|
|
|
</list>
|
|
|
|
|
</recent_temporary>
|
|
|
|
|
</component>
|
|
|
|
@ -74,6 +79,7 @@
|
|
|
|
|
</entry>
|
|
|
|
|
</map>
|
|
|
|
|
</option>
|
|
|
|
|
<option name="oldMeFiltersMigrated" value="true" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="VgoProject">
|
|
|
|
|
<integration-enabled>true</integration-enabled>
|
|
|
|
|