diff options
Diffstat (limited to 'build/win32')
-rw-r--r-- | build/win32/vs10/gtk3-demo.vcxproj | 2 | ||||
-rw-r--r-- | build/win32/vs10/gtk3-demo.vcxproj.filters | 2 | ||||
-rw-r--r-- | build/win32/vs9/gtk3-demo.vcproj | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/build/win32/vs10/gtk3-demo.vcxproj b/build/win32/vs10/gtk3-demo.vcxproj index fc096e8aa6..059469934f 100644 --- a/build/win32/vs10/gtk3-demo.vcxproj +++ b/build/win32/vs10/gtk3-demo.vcxproj @@ -188,8 +188,10 @@ <ClCompile Include="..\..\..\demos\gtk-demo\editable_cells.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\entry_buffer.c" /> <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\flowbox.c" /> + <ClCompile Include="..\..\..\demos\gtk-demo\headerbar.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\hypertext.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\iconview.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\iconview_edit.c" /> diff --git a/build/win32/vs10/gtk3-demo.vcxproj.filters b/build/win32/vs10/gtk3-demo.vcxproj.filters index 09c57ab402..8878d9c65c 100644 --- a/build/win32/vs10/gtk3-demo.vcxproj.filters +++ b/build/win32/vs10/gtk3-demo.vcxproj.filters @@ -30,8 +30,10 @@ <ClCompile Include="..\..\..\demos\gtk-demo\editable_cells.c"><Filter>Source Files</Filter></ClCompile> <ClCompile Include="..\..\..\demos\gtk-demo\entry_buffer.c"><Filter>Source Files</Filter></ClCompile> <ClCompile Include="..\..\..\demos\gtk-demo\entry_completion.c"><Filter>Source Files</Filter></ClCompile> + <ClCompile Include="..\..\..\demos\gtk-demo\event_axes.c"><Filter>Source Files</Filter></ClCompile> <ClCompile Include="..\..\..\demos\gtk-demo\expander.c"><Filter>Source Files</Filter></ClCompile> <ClCompile Include="..\..\..\demos\gtk-demo\flowbox.c"><Filter>Source Files</Filter></ClCompile> + <ClCompile Include="..\..\..\demos\gtk-demo\headerbar.c"><Filter>Source Files</Filter></ClCompile> <ClCompile Include="..\..\..\demos\gtk-demo\hypertext.c"><Filter>Source Files</Filter></ClCompile> <ClCompile Include="..\..\..\demos\gtk-demo\iconview.c"><Filter>Source Files</Filter></ClCompile> <ClCompile Include="..\..\..\demos\gtk-demo\iconview_edit.c"><Filter>Source Files</Filter></ClCompile> diff --git a/build/win32/vs9/gtk3-demo.vcproj b/build/win32/vs9/gtk3-demo.vcproj index 2b7f038bcf..e5abbeaace 100644 --- a/build/win32/vs9/gtk3-demo.vcproj +++ b/build/win32/vs9/gtk3-demo.vcproj @@ -179,8 +179,10 @@ <File RelativePath="..\..\..\demos\gtk-demo\editable_cells.c" /> <File RelativePath="..\..\..\demos\gtk-demo\entry_buffer.c" /> <File RelativePath="..\..\..\demos\gtk-demo\entry_completion.c" /> + <File RelativePath="..\..\..\demos\gtk-demo\event_axes.c" /> <File RelativePath="..\..\..\demos\gtk-demo\expander.c" /> <File RelativePath="..\..\..\demos\gtk-demo\flowbox.c" /> + <File RelativePath="..\..\..\demos\gtk-demo\headerbar.c" /> <File RelativePath="..\..\..\demos\gtk-demo\hypertext.c" /> <File RelativePath="..\..\..\demos\gtk-demo\iconview.c" /> <File RelativePath="..\..\..\demos\gtk-demo\iconview_edit.c" /> |