-
Notifications
You must be signed in to change notification settings - Fork 0
/
JavaXboxController.iws
116 lines (116 loc) · 5.51 KB
/
JavaXboxController.iws
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="06c86faa-c804-4dca-8397-c5d4623cf55d" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/src/ControllerButton.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/JXBox2.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/JavaXboxController.iws" beforeDir="false" afterPath="$PROJECT_DIR$/JavaXboxController.iws" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/JavaXboxController/ControllerListener.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/JavaXboxController/ControllerListener.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/JavaXboxController/GUI.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/JavaXboxController/GUI.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/JavaXboxController/JXbox.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/JavaXboxController/JXbox.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/ControllerEvent.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ControllerEvent.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/ControllerListener.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ControllerListener.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/GUI.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/GUI.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/JXBox.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/JXBox.java" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<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" />
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectId" id="1TCqvaBMFMbDUa8iKSncAAINvf5" />
<component name="PropertiesComponent">
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/JavaXboxController.ipr" />
<property name="project.structure.last.edited" value="Libraries" />
<property name="project.structure.proportion" value="0.15527344" />
<property name="project.structure.side.proportion" value="0.2" />
<property name="restartRequiresConfirmation" value="false" />
<property name="settings.editor.selected.configurable" value="editor.preferences.completion" />
</component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="C:\Users\Simon\GitProjects\JavaXboxController\jinput-2.0.9.jar!\net\java\games" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="C:\Users\Simon\GitProjects\JavaXboxController\jinput-2.0.9.jar!" />
</key>
</component>
<component name="RunDashboard">
<option name="ruleStates">
<list>
<RuleState>
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
</RuleState>
<RuleState>
<option name="name" value="StatusDashboardGroupingRule" />
</RuleState>
</list>
</option>
</component>
<component name="RunManager" selected="Application.GUI">
<configuration name="GUI" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="GUI" />
<module name="JavaXboxController" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="JXBox" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="JXBox" />
<module name="JavaXboxController" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<recent_temporary>
<list>
<item itemvalue="Application.GUI" />
<item itemvalue="Application.JXBox" />
</list>
</recent_temporary>
</component>
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="06c86faa-c804-4dca-8397-c5d4623cf55d" name="Default Changelist" comment="" />
<created>1572974656350</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1572974656350</updated>
<workItem from="1573246789094" duration="1862000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="1" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State>
<option name="COLUMN_ORDER" />
</State>
</value>
</entry>
</map>
</option>
</component>
</project>