1set (HEADER_FILES
2  Application.h
3  ApplicationState.h
4  EditorState.h
5  FontExportSerializer.h
6  FontListControl.h
7  FontTextureController.h
8  FontTryControl.h
9  GenerateFontNamePropertyInitialisator.h
10  PropertyFontHintingControl.h
11  PropertyFontSourceControl.h
12  PropertyInt2ListControl.h
13  SettingsGeneralControl.h
14  SettingsResourcePathsControl.h
15  SettingsResourcesControl.h
16  StatisticInfoControl.h
17)
18set (SOURCE_FILES
19  ../../Common/Precompiled.cpp
20  Application.cpp
21  ApplicationState.cpp
22  EditorState.cpp
23  FontEditor.rc
24  FontExportSerializer.cpp
25  FontListControl.cpp
26  FontTextureController.cpp
27  FontTryControl.cpp
28  GenerateFontNamePropertyInitialisator.cpp
29  PropertyFontHintingControl.cpp
30  PropertyFontSourceControl.cpp
31  PropertyInt2ListControl.cpp
32  SettingsGeneralControl.cpp
33  SettingsResourcePathsControl.cpp
34  SettingsResourcesControl.cpp
35  StatisticInfoControl.cpp
36)
37SOURCE_GROUP("Application" FILES
38  Application.cpp
39  Application.h
40)
41SOURCE_GROUP("Controllers" FILES
42  FontTextureController.cpp
43  FontTextureController.h
44)
45SOURCE_GROUP("Controls" FILES
46  FontTryControl.cpp
47  FontTryControl.h
48)
49SOURCE_GROUP("Controls\\Framework" FILES
50  StatisticInfoControl.cpp
51  StatisticInfoControl.h
52)
53SOURCE_GROUP("Controls\\List" FILES
54  FontListControl.cpp
55  FontListControl.h
56)
57SOURCE_GROUP("Controls\\Properties" FILES
58  PropertyFontHintingControl.cpp
59  PropertyFontHintingControl.h
60  PropertyFontSourceControl.cpp
61  PropertyFontSourceControl.h
62  PropertyInt2ListControl.cpp
63  PropertyInt2ListControl.h
64)
65SOURCE_GROUP("Controls\\Settings" FILES
66  SettingsGeneralControl.cpp
67  SettingsGeneralControl.h
68  SettingsResourcePathsControl.cpp
69  SettingsResourcePathsControl.h
70  SettingsResourcesControl.cpp
71  SettingsResourcesControl.h
72)
73SOURCE_GROUP("Exports" FILES
74  FontExportSerializer.cpp
75  FontExportSerializer.h
76)
77SOURCE_GROUP("Properties\\Initialisators" FILES
78  GenerateFontNamePropertyInitialisator.cpp
79  GenerateFontNamePropertyInitialisator.h
80)
81SOURCE_GROUP("Resources" FILES
82  ../../Common/Precompiled.cpp
83  CMakeLists.txt
84  FontEditor.rc
85)
86SOURCE_GROUP("States" FILES
87  ApplicationState.cpp
88  ApplicationState.h
89  EditorState.cpp
90  EditorState.h
91)
92