2020-12-05 14:43:34 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<project version= "4" >
<component name= "BranchesTreeState" >
<expand >
<path >
<item name= "ROOT" type= "e8cecc67:BranchNodeDescriptor" />
<item name= "LOCAL_ROOT" type= "e8cecc67:BranchNodeDescriptor" />
</path>
</expand>
<select />
</component>
<component name= "ChangeListManager" >
<list default= "true" id= "400bdf61-8921-41d3-8f98-a0a1b0877f46" name= "Default Changelist" comment= "" >
2020-12-12 16:55:02 +01:00
<change afterPath= "$PROJECT_DIR$/day12/day12.go" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/day12/day12Test.txt" afterDir= "false" />
2020-12-09 18:14:44 +01:00
<change beforePath= "$PROJECT_DIR$/.idea/workspace.xml" beforeDir= "false" afterPath= "$PROJECT_DIR$/.idea/workspace.xml" afterDir= "false" />
2020-12-11 18:46:19 +01:00
<change beforePath= "$PROJECT_DIR$/helper/helper.go" beforeDir= "false" afterPath= "$PROJECT_DIR$/helper/helper.go" afterDir= "false" />
2020-12-05 14:43:34 +01:00
</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= "FileTemplateManagerImpl" >
<option name= "RECENT_TEMPLATES" >
<list >
<option value= "Go Application" />
</list>
</option>
</component>
<component name= "GOROOT" path= "C:\Users\karls\go\go1.15.5" />
<component name= "Git.Settings" >
<option name= "RECENT_GIT_ROOT_PATH" value= "$PROJECT_DIR$" />
</component>
<component name= "ProjectId" id= "1l1k6707hG5E8CQ1AvNgwJarheV" />
<component name= "ProjectViewState" >
<option name= "hideEmptyMiddlePackages" value= "true" />
<option name= "showLibraryContents" value= "true" />
</component>
<component name= "PropertiesComponent" >
<property name= "DefaultGoTemplateProperty" value= "Go Application" />
<property name= "RunOnceActivity.OpenProjectViewOnStart" value= "true" />
<property name= "WebServerToolWindowFactoryState" value= "false" />
<property name= "configurable.Global.GOPATH.is.expanded" value= "true" />
<property name= "configurable.Module.GOPATH.is.expanded" value= "true" />
<property name= "configurable.Project.GOPATH.is.expanded" value= "true" />
<property name= "go.import.settings.migrated" value= "true" />
<property name= "go.sdk.automatically.set" value= "true" />
2020-12-09 18:14:44 +01:00
<property name= "last_opened_file_path" value= "$PROJECT_DIR$/day6" />
2020-12-05 14:43:34 +01:00
<property name= "settings.editor.selected.configurable" value= "com.goide.configuration.GoLibrariesConfigurableProvider" />
</component>
<component name= "RecentsManager" >
<key name= "MoveFile.RECENT_KEYS" >
<recent name= "C:\Users\karls\go\src\AoC2020\day1" />
<recent name= "C:\Users\karls\go\src\AoC2020" />
</key>
</component>
2020-12-12 16:55:02 +01:00
<component name= "RunManager" selected= "Go Build.go build day12.go" >
2020-12-11 18:46:19 +01:00
<configuration name= "go build day10.go" type= "GoApplicationRunConfiguration" factoryName= "Go Application" nameIsGenerated= "true" >
<module name= "AoC2020" />
<working_directory value= "$PROJECT_DIR$/day10" />
<parameters value= "day10Input.txt" />
<kind value= "FILE" />
<filePath value= "$PROJECT_DIR$/day10/day10.go" />
<package value= "AoC2020" />
<directory value= "$PROJECT_DIR$" />
<method v= "2" />
</configuration>
<configuration name= "go build day11.go" type= "GoApplicationRunConfiguration" factoryName= "Go Application" nameIsGenerated= "true" >
<module name= "AoC2020" />
<working_directory value= "$PROJECT_DIR$/day11" />
<parameters value= "day11Input.txt" />
<kind value= "FILE" />
<filePath value= "$PROJECT_DIR$/day11/day11.go" />
<package value= "AoC2020" />
<directory value= "$PROJECT_DIR$" />
<method v= "2" />
</configuration>
2020-12-12 16:55:02 +01:00
<configuration name= "go build day12.go" type= "GoApplicationRunConfiguration" factoryName= "Go Application" temporary= "true" nameIsGenerated= "true" >
<module name= "AoC2020" />
<working_directory value= "$PROJECT_DIR$/day12" />
<parameters value= "day12Input.txt" />
<kind value= "FILE" />
<filePath value= "$PROJECT_DIR$/day12/day12.go" />
<package value= "AoC2020" />
<directory value= "$PROJECT_DIR$" />
<method v= "2" />
</configuration>
2020-12-05 14:43:34 +01:00
<configuration name= "go build day1.go" type= "GoApplicationRunConfiguration" factoryName= "Go Application" nameIsGenerated= "true" >
<module name= "AoC2020" />
<working_directory value= "$PROJECT_DIR$/day1" />
<parameters value= "day1Test.txt" />
<kind value= "FILE" />
<filePath value= "$PROJECT_DIR$/day1/day1.go" />
<package value= "AoC2020" />
<directory value= "$PROJECT_DIR$" />
<method v= "2" />
</configuration>
<configuration name= "go build day1.go" type= "GoApplicationRunConfiguration" factoryName= "Go Application" temporary= "true" nameIsGenerated= "true" >
<module name= "AoC2020" />
<working_directory value= "$PROJECT_DIR$/day1" />
<parameters value= "day1input.txt" />
<kind value= "FILE" />
<filePath value= "$PROJECT_DIR$/day1/day1.go" />
<package value= "AoC2020" />
<directory value= "$PROJECT_DIR$" />
<output_directory value= "$PROJECT_DIR$/day1" />
<method v= "2" />
</configuration>
<configuration name= "go build day2.go" type= "GoApplicationRunConfiguration" factoryName= "Go Application" nameIsGenerated= "true" >
<module name= "AoC2020" />
<working_directory value= "$PROJECT_DIR$/day2" />
<parameters value= "day2Input.txt" />
<kind value= "FILE" />
<filePath value= "$PROJECT_DIR$/day2/day2.go" />
<package value= "AoC2020" />
<directory value= "$PROJECT_DIR$" />
<output_directory value= "$PROJECT_DIR$/day2" />
<method v= "2" />
</configuration>
<configuration name= "go build day3.go" type= "GoApplicationRunConfiguration" factoryName= "Go Application" nameIsGenerated= "true" >
<module name= "AoC2020" />
<working_directory value= "$PROJECT_DIR$/day3" />
<parameters value= "day3Input.txt" />
<kind value= "FILE" />
<filePath value= "$PROJECT_DIR$/day3/day3.go" />
<package value= "AoC2020" />
<directory value= "$PROJECT_DIR$" />
<method v= "2" />
</configuration>
<configuration name= "go build day4.go" type= "GoApplicationRunConfiguration" factoryName= "Go Application" nameIsGenerated= "true" >
<module name= "AoC2020" />
<working_directory value= "$PROJECT_DIR$/day4" />
<parameters value= "day4Input.txt" />
<kind value= "FILE" />
<filePath value= "$PROJECT_DIR$/day4/day4.go" />
<package value= "AoC2020" />
<directory value= "$PROJECT_DIR$" />
<method v= "2" />
</configuration>
<configuration name= "go build day5.go" type= "GoApplicationRunConfiguration" factoryName= "Go Application" nameIsGenerated= "true" >
<module name= "AoC2020" />
<working_directory value= "$PROJECT_DIR$/day5" />
2020-12-09 18:14:44 +01:00
<parameters value= "day5Input.txt" />
2020-12-05 14:43:34 +01:00
<kind value= "FILE" />
<filePath value= "$PROJECT_DIR$/day5/day5.go" />
<package value= "AoC2020" />
<directory value= "$PROJECT_DIR$" />
<output_directory value= "$PROJECT_DIR$/day5" />
<method v= "2" />
</configuration>
2020-12-09 18:14:44 +01:00
<configuration name= "go build day6.go" type= "GoApplicationRunConfiguration" factoryName= "Go Application" nameIsGenerated= "true" >
<module name= "AoC2020" />
<working_directory value= "$PROJECT_DIR$/day6" />
<parameters value= "day6Input.txt" />
<kind value= "FILE" />
<filePath value= "$PROJECT_DIR$/day6/day6.go" />
<package value= "AoC2020" />
<directory value= "$PROJECT_DIR$" />
<method v= "2" />
</configuration>
<configuration name= "go build day7.go" type= "GoApplicationRunConfiguration" factoryName= "Go Application" nameIsGenerated= "true" >
<module name= "AoC2020" />
<working_directory value= "$PROJECT_DIR$/day7" />
<parameters value= "day7Input.txt" />
<kind value= "FILE" />
<filePath value= "$PROJECT_DIR$/day7/day7.go" />
<package value= "AoC2020" />
<directory value= "$PROJECT_DIR$" />
<method v= "2" />
</configuration>
<configuration name= "go build day8.go" type= "GoApplicationRunConfiguration" factoryName= "Go Application" nameIsGenerated= "true" >
<module name= "AoC2020" />
<working_directory value= "$PROJECT_DIR$/day8" />
<parameters value= "day8Input.txt" />
<kind value= "FILE" />
<filePath value= "$PROJECT_DIR$/day8/day8.go" />
<package value= "AoC2020" />
<directory value= "$PROJECT_DIR$" />
<method v= "2" />
</configuration>
<configuration name= "go build day9.go" type= "GoApplicationRunConfiguration" factoryName= "Go Application" nameIsGenerated= "true" >
<module name= "AoC2020" />
<working_directory value= "$PROJECT_DIR$/day9" />
<parameters value= "day9Input.txt" />
<kind value= "FILE" />
<filePath value= "$PROJECT_DIR$/day9/day9.go" />
<package value= "AoC2020" />
<directory value= "$PROJECT_DIR$" />
<method v= "2" />
</configuration>
2020-12-05 14:43:34 +01:00
<list >
<item itemvalue= "Go Build.go build day1.go" />
<item itemvalue= "Go Build.go build day2.go" />
<item itemvalue= "Go Build.go build day3.go" />
<item itemvalue= "Go Build.go build day4.go" />
<item itemvalue= "Go Build.go build day5.go" />
2020-12-09 18:14:44 +01:00
<item itemvalue= "Go Build.go build day7.go" />
<item itemvalue= "Go Build.go build day6.go" />
<item itemvalue= "Go Build.go build day8.go" />
<item itemvalue= "Go Build.go build day9.go" />
2020-12-11 18:46:19 +01:00
<item itemvalue= "Go Build.go build day10.go" />
<item itemvalue= "Go Build.go build day11.go" />
2020-12-12 16:55:02 +01:00
<item itemvalue= "Go Build.go build day12.go" />
2020-12-05 14:43:34 +01:00
</list>
<recent_temporary >
<list >
2020-12-12 16:55:02 +01:00
<item itemvalue= "Go Build.go build day12.go" />
2020-12-05 14:43:34 +01:00
<item itemvalue= "Go Build.go build day1.go" />
</list>
</recent_temporary>
</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= "Vcs.Log.Tabs.Properties" >
<option name= "TAB_STATES" >
<map >
<entry key= "MAIN" >
<value >
<State />
</value>
</entry>
</map>
</option>
<option name= "oldMeFiltersMigrated" value= "true" />
</component>
<component name= "WindowStateProjectService" >
2020-12-12 16:55:02 +01:00
<state x= "351" y= "0" width= "1092" height= "1027" key= "#com.intellij.execution.impl.EditConfigurationsDialog" timestamp= "1607788436747" >
2020-12-05 14:43:34 +01:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
<state x= "-1472" y= "103" key= "#com.intellij.execution.impl.EditConfigurationsDialog/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp= "1607019292652" />
2020-12-12 16:55:02 +01:00
<state x= "351" y= "0" width= "1092" height= "1027" key= "#com.intellij.execution.impl.EditConfigurationsDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp= "1607788436747" />
2020-12-05 14:43:34 +01:00
<state x= "661" y= "322" key= "#com.intellij.fileTypes.FileTypeChooser" timestamp= "1606836882379" >
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
<state x= "661" y= "322" key= "#com.intellij.fileTypes.FileTypeChooser/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp= "1606836882379" />
2020-12-09 18:14:44 +01:00
<state x= "739" y= "287" key= "FileChooserDialogImpl" timestamp= "1607278759015" >
2020-12-05 14:43:34 +01:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
2020-12-09 18:14:44 +01:00
<state x= "739" y= "287" key= "FileChooserDialogImpl/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp= "1607278759015" />
2020-12-12 16:55:02 +01:00
<state width= "1877" height= "386" key= "GridCell.Tab.0.bottom" timestamp= "1607788420906" >
2020-12-05 14:43:34 +01:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
2020-12-11 18:46:19 +01:00
<state width= "1877" height= "386" key= "GridCell.Tab.0.bottom/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp= "1607708629475" />
2020-12-12 16:55:02 +01:00
<state width= "1877" height= "386" key= "GridCell.Tab.0.bottom/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp= "1607788420906" />
<state width= "1877" height= "386" key= "GridCell.Tab.0.center" timestamp= "1607788420906" >
2020-12-05 14:43:34 +01:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
2020-12-11 18:46:19 +01:00
<state width= "1877" height= "386" key= "GridCell.Tab.0.center/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp= "1607708629474" />
2020-12-12 16:55:02 +01:00
<state width= "1877" height= "386" key= "GridCell.Tab.0.center/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp= "1607788420906" />
<state width= "1877" height= "386" key= "GridCell.Tab.0.left" timestamp= "1607788420906" >
2020-12-05 14:43:34 +01:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
2020-12-11 18:46:19 +01:00
<state width= "1877" height= "386" key= "GridCell.Tab.0.left/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp= "1607708629474" />
2020-12-12 16:55:02 +01:00
<state width= "1877" height= "386" key= "GridCell.Tab.0.left/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp= "1607788420906" />
<state width= "1877" height= "386" key= "GridCell.Tab.0.right" timestamp= "1607788420906" >
2020-12-05 14:43:34 +01:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
2020-12-11 18:46:19 +01:00
<state width= "1877" height= "386" key= "GridCell.Tab.0.right/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp= "1607708629475" />
2020-12-12 16:55:02 +01:00
<state width= "1877" height= "386" key= "GridCell.Tab.0.right/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp= "1607788420906" />
2020-12-05 14:43:34 +01:00
<state x= "782" y= "240" key= "RollbackChangesDialog" timestamp= "1607174263188" >
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
<state x= "782" y= "240" key= "RollbackChangesDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp= "1607174263188" />
<state x= "461" y= "165" key= "SettingsEditor" timestamp= "1607081830252" >
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
<state x= "461" y= "165" key= "SettingsEditor/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp= "1607081830252" />
2020-12-11 18:46:19 +01:00
<state x= "92" y= "92" width= "1736" height= "856" key= "com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp= "1607705394476" >
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
<state x= "92" y= "92" width= "1736" height= "856" key= "com.intellij.history.integration.ui.views.FileHistoryDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp= "1607705394476" />
<state x= "92" y= "92" width= "1736" height= "856" key= "com.intellij.history.integration.ui.views.SelectionHistoryDialog" timestamp= "1607708043376" >
2020-12-09 18:14:44 +01:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
2020-12-11 18:46:19 +01:00
<state x= "92" y= "92" width= "1736" height= "856" key= "com.intellij.history.integration.ui.views.SelectionHistoryDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp= "1607708043376" />
<state x= "593" y= "141" width= "585" height= "801" key= "find.popup" timestamp= "1607700424475" >
2020-12-05 14:43:34 +01:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
2020-12-11 18:46:19 +01:00
<state x= "593" y= "141" width= "585" height= "801" key= "find.popup/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp= "1607700424475" />
2020-12-05 14:43:34 +01:00
<state x= "623" y= "225" width= "672" height= "678" key= "search.everywhere.popup" timestamp= "1607081728725" >
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
<state x= "623" y= "225" width= "672" height= "678" key= "search.everywhere.popup/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp= "1607081728725" />
</component>
</project>