github.com/secoba/wails/v2@v2.6.4/pkg/templates/ides/goland/workspace.tmpl.xml (about)

     1  <?xml version="1.0" encoding="UTF-8"?>
     2  <project version="4">
     3      <component name="AutoImportSettings">
     4          <option name="autoReloadType" value="ALL"/>
     5      </component>
     6      <component name="GOROOT" url="file://{{.GoSDKPath}}"/>
     7      <component name="Git.Settings">
     8          <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$"/>
     9      </component>
    10      <component name="GoLibraries">
    11          <option name="indexEntireGoPath" value="false"/>
    12      </component>
    13      <component name="ProjectId" id="wails-{{.ProjectName}}"/>
    14      <component name="ProjectLevelVcsManager" settingsEditedManually="true"/>
    15      <component name="ProjectViewState">
    16          <option name="hideEmptyMiddlePackages" value="true"/>
    17          <option name="showLibraryContents" value="true"/>
    18      </component>
    19      <component name="PropertiesComponent">
    20          <property name="RunOnceActivity.OpenProjectViewOnStart" value="true"/>
    21          <property name="RunOnceActivity.ShowReadmeOnStart" value="true"/>
    22          <property name="WebServerToolWindowFactoryState" value="false"/>
    23          <property name="com.intellij.ide.scratch.LRUPopupBuilder$1/New Scratch File" value="TEXT"/>
    24          <property name="go.formatter.settings.were.checked" value="true"/>
    25          <property name="go.import.settings.migrated" value="true"/>
    26          <property name="go.modules.go.list.on.any.changes.was.set" value="true"/>
    27          <property name="go.sdk.automatically.set" value="true"/>
    28          <property name="go.tried.to.enable.integration.vgo.integrator" value="true"/>
    29          <property name="last_opened_file_path" value="$PROJECT_DIR$"/>
    30          <property name="settings.editor.selected.configurable"
    31                    value="reference.settingsdialog.IDE.editor.colors.Console Font"/>
    32      </component>
    33      <component name="RunManager" selected="Go Build.{{.ProjectName}} (debug)">>
    34          <configuration name="{{.ProjectName}} (dev)" type="GoApplicationRunConfiguration" factoryName="Go Application">
    35              <module name="{{.ProjectName}}"/>
    36              <working_directory value="$PROJECT_DIR$"/>
    37              <go_parameters value="-gcflags &quot;all=-N -l&quot; -tags dev -o {{.PathToDesktopBinary}}"/>
    38              <useCustomBuildTags value="true"/>
    39              <envs>
    40                  <env name="CGO_ENABLED" value="&quot;{{.CGOEnabled}}&quot;"/>
    41                  <env name="CGO_LDFLAGS" value="{{.CGOLDFlags}}"/>
    42              </envs>
    43              <kind value="DIRECTORY"/>
    44              <directory value="$PROJECT_DIR$"/>
    45              <filePath value="$PROJECT_DIR$"/>
    46              <method v="2">
    47              </method>
    48          </configuration>
    49          <configuration name="{{.ProjectName}} (debug)" type="GoApplicationRunConfiguration"
    50                         factoryName="Go Application">
    51              <module name="{{.ProjectName}}"/>
    52              <working_directory value="$PROJECT_DIR$"/>
    53              <go_parameters
    54                      value="-gcflags &quot;all=-N -l&quot; -ldflags &quot;{{.WindowsFlags}}&quot; -tags desktop,production,debug -o {{.PathToDesktopBinary}}"/>
    55              <useCustomBuildTags value="true"/>
    56              <envs>
    57                  <env name="CGO_ENABLED" value="&quot;{{.CGOEnabled}}&quot;"/>
    58                  <env name="CGO_LDFLAGS" value="{{.CGOLDFlags}}"/>
    59              </envs>
    60              <kind value="DIRECTORY"/>
    61              <directory value="$PROJECT_DIR$"/>
    62              <filePath value="$PROJECT_DIR$"/>
    63              <method v="2">
    64              </method>
    65          </configuration>
    66          <configuration name="{{.ProjectName}} (production)" type="GoApplicationRunConfiguration"
    67                         factoryName="Go Application">
    68              <module name="{{.ProjectName}}"/>
    69              <working_directory value="$PROJECT_DIR$"/>
    70              <go_parameters
    71                      value="-ldflags &quot;-w -s{{.WindowsFlags}}&quot; -tags desktop,production -o {{.PathToDesktopBinary}}"/>
    72              <useCustomBuildTags value="true"/>
    73              <envs>
    74                  <env name="CGO_ENABLED" value="&quot;{{.CGOEnabled}}&quot;"/>
    75                  <env name="CGO_LDFLAGS" value="{{.CGOLDFlags}}"/>
    76              </envs>
    77              <kind value="DIRECTORY"/>
    78              <directory value="$PROJECT_DIR$"/>
    79              <filePath value="$PROJECT_DIR$"/>
    80              <method v="2">
    81              </method>
    82          </configuration>
    83  
    84          <list>
    85              <item itemvalue="Go Build.{{.ProjectName}} (dev)"/>
    86              <item itemvalue="Go Remote.Local"/>
    87          </list>
    88      </component>
    89      <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0"
    90                 DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true"/>
    91      <component name="TypeScriptGeneratedFilesManager">
    92          <option name="version" value="3"/>
    93      </component>
    94      <component name="Vcs.Log.Tabs.Properties">
    95          <option name="TAB_STATES">
    96              <map>
    97                  <entry key="MAIN">
    98                      <value>
    99                          <State/>
   100                      </value>
   101                  </entry>
   102              </map>
   103          </option>
   104          <option name="oldMeFiltersMigrated" value="true"/>
   105      </component>
   106      <component name="VgoProject">
   107          <integration-enabled>true</integration-enabled>
   108      </component>
   109      <component name="XDebuggerManager">
   110          <breakpoint-manager>
   111          </breakpoint-manager>
   112      </component>
   113  </project>