1set (HEADER_FILES
2  Action.h
3  ActionChangeDataProperty.h
4  ActionChangePositionData.h
5  ActionCloneData.h
6  ActionCreateData.h
7  ActionDestroyData.h
8  ActionManager.h
9  ActionRenameData.h
10  AreaSelectorControl.h
11  BackgroundControl.h
12  ChangeValueAction.h
13  ColourManager.h
14  ColourPanel.h
15  CommandManager.h
16  ComponentFactory.h
17  Control.h
18  ControlDebug.h
19  Data.h
20  DataListBaseControl.h
21  DataManager.h
22  DataSelectorManager.h
23  DataType.h
24  DataTypeManager.h
25  DataTypeProperty.h
26  DataUtility.h
27  Dialog.h
28  DialogManager.h
29  ExportManager.h
30  FactoryItemAttribute.h
31  FactoryItemRegistrator.h
32  FactoryManager.h
33  FactoryTemplate.h
34  FocusInfoControl.h
35  GridManager.h
36  HorizontalSelectorBlackControl.h
37  HorizontalSelectorControl.h
38  HotKeyCommand.h
39  HotKeyManager.h
40  IControlController.h
41  IExportSerializer.h
42  IFactory.h
43  IFactoryItem.h
44  IPropertyInitialisator.h
45  ListBoxDataControl.h
46  Localise.h
47  MainMenuControl.h
48  MessageBoxFadeControl.h
49  MessageBoxManager.h
50  MyGUI_FilterNoneSkin.h
51  OpenSaveFileDialog.h
52  PositionSelectorBlackControl.h
53  PositionSelectorControl.h
54  Property.h
55  PropertyBoolControl.h
56  PropertyColourControl.h
57  PropertyControl.h
58  PropertyFloatControl.h
59  PropertyInt2Control.h
60  PropertyInt4Control.h
61  PropertyIntControl.h
62  PropertyPanelControl.h
63  PropertyPanelController.h
64  PropertyStringControl.h
65  PropertyTexturesControl.h
66  PropertyUtility.h
67  RecentFilesManager.h
68  ScopeManager.h
69  ScopeTextureControl.h
70  SelectorControl.h
71  SeparatePanel.h
72  SettingsManager.h
73  SettingsWindow.h
74  StateController.h
75  StateManager.h
76  StringUtility.h
77  TextFieldControl.h
78  TextureBrowseCell.h
79  TextureBrowseControl.h
80  TextureControl.h
81  TexturePropertyInitialisator.h
82  TextureToolControl.h
83  UniqueNamePropertyInitialisator.h
84  VerticalSelectorBlackControl.h
85  VerticalSelectorControl.h
86  sigslot.h
87)
88set (SOURCE_FILES
89  ../../Common/Precompiled.cpp
90  Action.cpp
91  ActionChangeDataProperty.cpp
92  ActionChangePositionData.cpp
93  ActionCloneData.cpp
94  ActionCreateData.cpp
95  ActionDestroyData.cpp
96  ActionManager.cpp
97  ActionRenameData.cpp
98  AreaSelectorControl.cpp
99  BackgroundControl.cpp
100  ChangeValueAction.cpp
101  ColourManager.cpp
102  ColourPanel.cpp
103  CommandManager.cpp
104  ComponentFactory.cpp
105  Control.cpp
106  ControlDebug.cpp
107  Data.cpp
108  DataListBaseControl.cpp
109  DataManager.cpp
110  DataSelectorManager.cpp
111  DataType.cpp
112  DataTypeManager.cpp
113  DataTypeProperty.cpp
114  DataUtility.cpp
115  Dialog.cpp
116  DialogManager.cpp
117  ExportManager.cpp
118  FactoryItemRegistrator.cpp
119  FactoryManager.cpp
120  FocusInfoControl.cpp
121  GridManager.cpp
122  HorizontalSelectorBlackControl.cpp
123  HorizontalSelectorControl.cpp
124  HotKeyManager.cpp
125  ListBoxDataControl.cpp
126  MainMenuControl.cpp
127  MessageBoxFadeControl.cpp
128  MessageBoxManager.cpp
129  MyGUI_FilterNoneSkin.cpp
130  OpenSaveFileDialog.cpp
131  PositionSelectorBlackControl.cpp
132  PositionSelectorControl.cpp
133  Property.cpp
134  PropertyBoolControl.cpp
135  PropertyColourControl.cpp
136  PropertyControl.cpp
137  PropertyFloatControl.cpp
138  PropertyInt2Control.cpp
139  PropertyInt4Control.cpp
140  PropertyIntControl.cpp
141  PropertyPanelControl.cpp
142  PropertyPanelController.cpp
143  PropertyStringControl.cpp
144  PropertyTexturesControl.cpp
145  PropertyUtility.cpp
146  RecentFilesManager.cpp
147  ScopeManager.cpp
148  ScopeTextureControl.cpp
149  SelectorControl.cpp
150  SeparatePanel.cpp
151  SettingsManager.cpp
152  SettingsWindow.cpp
153  StateManager.cpp
154  TextFieldControl.cpp
155  TextureBrowseCell.cpp
156  TextureBrowseControl.cpp
157  TextureControl.cpp
158  TexturePropertyInitialisator.cpp
159  TextureToolControl.cpp
160  UniqueNamePropertyInitialisator.cpp
161  VerticalSelectorBlackControl.cpp
162  VerticalSelectorControl.cpp
163  pugiconfig.hpp
164  pugixml.cpp
165  pugixml.hpp
166)
167SOURCE_GROUP("Actions" FILES
168  Action.cpp
169  Action.h
170  ActionChangeDataProperty.cpp
171  ActionChangeDataProperty.h
172  ActionChangePositionData.cpp
173  ActionChangePositionData.h
174  ActionCloneData.cpp
175  ActionCloneData.h
176  ActionCreateData.cpp
177  ActionCreateData.h
178  ActionDestroyData.cpp
179  ActionDestroyData.h
180  ActionManager.cpp
181  ActionManager.h
182  ActionRenameData.cpp
183  ActionRenameData.h
184  ChangeValueAction.cpp
185  ChangeValueAction.h
186)
187SOURCE_GROUP("Controls" FILES
188  BackgroundControl.cpp
189  BackgroundControl.h
190  ColourPanel.cpp
191  ColourPanel.h
192  MainMenuControl.cpp
193  MainMenuControl.h
194)
195SOURCE_GROUP("Controls\\Common" FILES
196  ComponentFactory.cpp
197  ComponentFactory.h
198  Control.cpp
199  Control.h
200  ControlDebug.cpp
201  ControlDebug.h
202  MyGUI_FilterNoneSkin.cpp
203  MyGUI_FilterNoneSkin.h
204)
205SOURCE_GROUP("Controls\\Controllers" FILES
206  IControlController.h
207  PropertyPanelController.cpp
208  PropertyPanelController.h
209)
210SOURCE_GROUP("Controls\\DockablePanel" FILES
211  SeparatePanel.cpp
212  SeparatePanel.h
213)
214SOURCE_GROUP("Controls\\Framework" FILES
215  FocusInfoControl.cpp
216  FocusInfoControl.h
217  MessageBoxFadeControl.cpp
218  MessageBoxFadeControl.h
219  OpenSaveFileDialog.cpp
220  OpenSaveFileDialog.h
221  TextFieldControl.cpp
222  TextFieldControl.h
223)
224SOURCE_GROUP("Controls\\Lists" FILES
225  DataListBaseControl.cpp
226  DataListBaseControl.h
227  ListBoxDataControl.cpp
228  ListBoxDataControl.h
229)
230SOURCE_GROUP("Controls\\Properties" FILES
231  PropertyBoolControl.cpp
232  PropertyBoolControl.h
233  PropertyColourControl.cpp
234  PropertyColourControl.h
235  PropertyControl.cpp
236  PropertyControl.h
237  PropertyFloatControl.cpp
238  PropertyFloatControl.h
239  PropertyInt2Control.cpp
240  PropertyInt2Control.h
241  PropertyInt4Control.cpp
242  PropertyInt4Control.h
243  PropertyIntControl.cpp
244  PropertyIntControl.h
245  PropertyPanelControl.cpp
246  PropertyPanelControl.h
247  PropertyStringControl.cpp
248  PropertyStringControl.h
249  PropertyTexturesControl.cpp
250  PropertyTexturesControl.h
251)
252SOURCE_GROUP("Controls\\Settings" FILES
253  SettingsWindow.cpp
254  SettingsWindow.h
255)
256SOURCE_GROUP("Controls\\TextureBrowser" FILES
257  TextureBrowseCell.cpp
258  TextureBrowseCell.h
259  TextureBrowseControl.cpp
260  TextureBrowseControl.h
261)
262SOURCE_GROUP("Controls\\TextureView" FILES
263  ScopeTextureControl.cpp
264  ScopeTextureControl.h
265  TextureControl.cpp
266  TextureControl.h
267  TextureToolControl.cpp
268  TextureToolControl.h
269)
270SOURCE_GROUP("Controls\\TextureView\\Selectors" FILES
271  AreaSelectorControl.cpp
272  AreaSelectorControl.h
273  HorizontalSelectorBlackControl.cpp
274  HorizontalSelectorBlackControl.h
275  HorizontalSelectorControl.cpp
276  HorizontalSelectorControl.h
277  PositionSelectorBlackControl.cpp
278  PositionSelectorBlackControl.h
279  PositionSelectorControl.cpp
280  PositionSelectorControl.h
281  SelectorControl.cpp
282  SelectorControl.h
283  VerticalSelectorBlackControl.cpp
284  VerticalSelectorBlackControl.h
285  VerticalSelectorControl.cpp
286  VerticalSelectorControl.h
287)
288SOURCE_GROUP("Data" FILES
289  Data.cpp
290  Data.h
291  DataManager.cpp
292  DataManager.h
293  DataSelectorManager.cpp
294  DataSelectorManager.h
295  DataType.cpp
296  DataType.h
297  DataTypeManager.cpp
298  DataTypeManager.h
299)
300SOURCE_GROUP("Data\\Properties" FILES
301  DataTypeProperty.cpp
302  DataTypeProperty.h
303  IPropertyInitialisator.h
304  Property.cpp
305  Property.h
306)
307SOURCE_GROUP("Data\\Utility" FILES
308  DataUtility.cpp
309  DataUtility.h
310)
311SOURCE_GROUP("Managers" FILES
312  ColourManager.cpp
313  ColourManager.h
314  GridManager.cpp
315  GridManager.h
316  MessageBoxManager.cpp
317  MessageBoxManager.h
318  RecentFilesManager.cpp
319  RecentFilesManager.h
320  ScopeManager.cpp
321  ScopeManager.h
322)
323SOURCE_GROUP("Managers\\Commands" FILES
324  CommandManager.cpp
325  CommandManager.h
326  HotKeyCommand.h
327  HotKeyManager.cpp
328  HotKeyManager.h
329)
330SOURCE_GROUP("Managers\\Dialogs" FILES
331  Dialog.cpp
332  Dialog.h
333  DialogManager.cpp
334  DialogManager.h
335)
336SOURCE_GROUP("Managers\\Exports" FILES
337  ExportManager.cpp
338  ExportManager.h
339  IExportSerializer.h
340)
341SOURCE_GROUP("Managers\\Factories" FILES
342  FactoryItemAttribute.h
343  FactoryItemRegistrator.cpp
344  FactoryItemRegistrator.h
345  FactoryManager.cpp
346  FactoryManager.h
347  FactoryTemplate.h
348  IFactory.h
349  IFactoryItem.h
350)
351SOURCE_GROUP("Managers\\Settings" FILES
352  SettingsManager.cpp
353  SettingsManager.h
354)
355SOURCE_GROUP("Managers\\States" FILES
356  StateController.h
357  StateManager.cpp
358  StateManager.h
359)
360SOURCE_GROUP("Properties\\Initialisators" FILES
361  TexturePropertyInitialisator.cpp
362  TexturePropertyInitialisator.h
363  UniqueNamePropertyInitialisator.cpp
364  UniqueNamePropertyInitialisator.h
365)
366SOURCE_GROUP("Properties\\Utility" FILES
367  PropertyUtility.cpp
368  PropertyUtility.h
369)
370SOURCE_GROUP("Resources" FILES
371  ../../Common/Precompiled.cpp
372  CMakeLists.txt
373)
374SOURCE_GROUP("Utility" FILES
375  Localise.h
376  StringUtility.h
377  pugiconfig.hpp
378  pugixml.cpp
379  pugixml.hpp
380  sigslot.h
381)
382