[gtk+] Update the gtk3-demo Visual C++ Projects



commit 26f8488a66dbcb973f79092d4d64a469b9dd50c5
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Dec 26 16:23:14 2013 +0800

    Update the gtk3-demo Visual C++ Projects
    
    Add the sources of the headerbar and event_axes demos to the list of files
    to build.

 build/win32/vs10/gtk3-demo.vcxproj         |    2 ++
 build/win32/vs10/gtk3-demo.vcxproj.filters |    2 ++
 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 fc096e8..0594699 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 09c57ab..8878d9c 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 2b7f038..e5abbea 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" />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]