1set (HEADER_FILES
2  AnimationGraph.h
3  AnimationGraphFactory.h
4  AnimationNodeFactory.h
5  BaseAnimationNode.h
6  BaseGraphConnection.h
7  BaseGraphNode.h
8  BaseGraphView.h
9  ConnectionInfo.h
10  ConnectionReceiver.h
11  ContextMenu.h
12  DemoKeeper.h
13  Dialog.h
14  DialogManager.h
15  EventController.h
16  FadeController.h
17  GraphNodeEventController.h
18  GraphNodeFactory.h
19  GraphNodeFadeController.h
20  GraphNodeGroup2Controller.h
21  GraphNodeLoopController.h
22  GraphNodePositionController.h
23  GraphNodeSkeletonState.h
24  GraphNodeWeightController.h
25  GraphView.h
26  Group2Controller.h
27  IAnimationGraph.h
28  IAnimationNode.h
29  IAnimationNodeConstruct.h
30  IGraphController.h
31  IGraphNodeConstruct.h
32  LoopController.h
33  OpenSaveFileDialog.h
34  PositionController.h
35  SkeletonState.h
36  WeightController.h
37)
38set (SOURCE_FILES
39  ../../Common/Base/BaseResource.rc
40  AnimationGraphFactory.cpp
41  AnimationNodeFactory.cpp
42  DemoKeeper.cpp
43  Dialog.cpp
44  DialogManager.cpp
45  GraphNodeFactory.cpp
46  OpenSaveFileDialog.cpp
47)
48SOURCE_GROUP("Animation\\Header Files" FILES
49  AnimationGraph.h
50  AnimationGraphFactory.h
51  AnimationNodeFactory.h
52  ConnectionReceiver.h
53  EventController.h
54  FadeController.h
55  Group2Controller.h
56  IAnimationGraph.h
57  IAnimationNode.h
58  IAnimationNodeConstruct.h
59  LoopController.h
60  PositionController.h
61  SkeletonState.h
62  WeightController.h
63)
64SOURCE_GROUP("Animation\\Source" FILES
65  AnimationGraphFactory.cpp
66  AnimationNodeFactory.cpp
67)
68SOURCE_GROUP("Common\\Header Files" FILES
69  BaseGraphConnection.h
70  BaseGraphNode.h
71  BaseGraphView.h
72  ConnectionInfo.h
73  ContextMenu.h
74  IGraphController.h
75)
76SOURCE_GROUP("Demo\\Header Files" FILES
77  BaseAnimationNode.h
78  DemoKeeper.h
79  GraphNodeFactory.h
80  GraphView.h
81  IGraphNodeConstruct.h
82)
83SOURCE_GROUP("Demo\\Header Files\\Nodes" FILES
84  GraphNodeEventController.h
85  GraphNodeFadeController.h
86  GraphNodeGroup2Controller.h
87  GraphNodeLoopController.h
88  GraphNodePositionController.h
89  GraphNodeSkeletonState.h
90  GraphNodeWeightController.h
91)
92SOURCE_GROUP("Demo\\Resource" FILES
93  ../../Common/Base/BaseResource.rc
94  CMakeLists.txt
95)
96SOURCE_GROUP("Demo\\Source" FILES
97  DemoKeeper.cpp
98  GraphNodeFactory.cpp
99)
100SOURCE_GROUP("OpenSaveFileDialog" FILES
101  Dialog.cpp
102  Dialog.h
103  DialogManager.cpp
104  DialogManager.h
105  OpenSaveFileDialog.cpp
106  OpenSaveFileDialog.h
107)
108