MSVC Builds: Update the gtk-demo Projects

Add the gestures demo sources into the build, so that the build will
complete properly.
This commit is contained in:
Chun-wei Fan
2014-06-03 16:55:46 +08:00
parent 48533b7b60
commit ddc3f8eae7
3 changed files with 3 additions and 0 deletions

View File

@ -189,6 +189,7 @@
<ClCompile Include="..\..\..\demos\gtk-demo\entry_completion.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\event_axes.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\expander.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\gestures.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\headerbar.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\hypertext.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\iconview.c" />