summaryrefslogtreecommitdiff
path: root/build/win32/vs10
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2012-09-27 17:21:03 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2012-09-27 17:21:03 +0800
commit5bbf7ac102c472d6485f91021b92418e0f64f746 (patch)
tree0f5fb928d9bd7ec01c81b90deaa632deded5876f /build/win32/vs10
parentec163b1457af7ae34e49e1a19c9fa48581d4188b (diff)
downloadgtk+-5bbf7ac102c472d6485f91021b92418e0f64f746.tar.gz
Update gtk3-demo Visual C++ projects
Include the missed source files...
Diffstat (limited to 'build/win32/vs10')
-rw-r--r--build/win32/vs10/gtk3-demo.vcxproj2
-rw-r--r--build/win32/vs10/gtk3-demo.vcxproj.filters6
2 files changed, 8 insertions, 0 deletions
diff --git a/build/win32/vs10/gtk3-demo.vcxproj b/build/win32/vs10/gtk3-demo.vcxproj
index 3c38828a90..72da6e9559 100644
--- a/build/win32/vs10/gtk3-demo.vcxproj
+++ b/build/win32/vs10/gtk3-demo.vcxproj
@@ -176,6 +176,8 @@
<ClCompile Include="..\..\..\demos\gtk-demo\css_accordion.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\css_basics.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\css_multiplebgs.c" />
+ <ClCompile Include="..\..\..\demos\gtk-demo\css_pixbufs.c" />
+ <ClCompile Include="..\..\..\demos\gtk-demo\css_shadows.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\demo_resources.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\dialog.c" />
<ClCompile Include="..\..\..\demos\gtk-demo\drawingarea.c" />
diff --git a/build/win32/vs10/gtk3-demo.vcxproj.filters b/build/win32/vs10/gtk3-demo.vcxproj.filters
index efedcfff11..cfbb17b8aa 100644
--- a/build/win32/vs10/gtk3-demo.vcxproj.filters
+++ b/build/win32/vs10/gtk3-demo.vcxproj.filters
@@ -47,6 +47,12 @@
<ClCompile Include="..\..\..\demos\gtk-demo\css_multiplebgs.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\demos\gtk-demo\css_pixbufs.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\..\demos\gtk-demo\css_shadows.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\..\..\demos\gtk-demo\demo_resources.c">
<Filter>Source Files</Filter>
</ClCompile>