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



commit 4fcc1a83e0a03e113e2b5eb36a136ac47dde933f
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Jul 19 18:32:38 2013 +0800

    Update gtk3-demo Visual C++ Projects
    
    Remove the demos were removed due to deprecation of APIs

 build/win32/vs10/gtk3-demo.vcxproj         |    3 ---
 build/win32/vs10/gtk3-demo.vcxproj.filters |    9 ---------
 build/win32/vs9/gtk3-demo.vcproj           |    3 ---
 3 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/build/win32/vs10/gtk3-demo.vcxproj b/build/win32/vs10/gtk3-demo.vcxproj
index 2b7489e..223b5f6 100644
--- a/build/win32/vs10/gtk3-demo.vcxproj
+++ b/build/win32/vs10/gtk3-demo.vcxproj
@@ -170,7 +170,6 @@
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\demos\gtk-demo\application.c" />
-    <ClCompile Include="..\..\..\demos\gtk-demo\appwindow.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\assistant.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\builder.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\button_box.c" />
@@ -214,14 +213,12 @@
     <ClCompile Include="..\..\..\demos\gtk-demo\sizegroup.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\spinner.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\stack.c" />
-    <ClCompile Include="..\..\..\demos\gtk-demo\stock_browser.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\textscroll.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\textview.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\theming_style_classes.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\toolpalette.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\transparent.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\tree_store.c" />
-    <ClCompile Include="..\..\..\demos\gtk-demo\ui_manager.c" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="gdk.vcxproj">
diff --git a/build/win32/vs10/gtk3-demo.vcxproj.filters b/build/win32/vs10/gtk3-demo.vcxproj.filters
index 9d0e1e6..6a41fd9 100644
--- a/build/win32/vs10/gtk3-demo.vcxproj.filters
+++ b/build/win32/vs10/gtk3-demo.vcxproj.filters
@@ -14,9 +14,6 @@
     <ClCompile Include="..\..\..\demos\gtk-demo\application.c">
       <Filter>Source Files</Filter>
     </ClCompile>
-    <ClCompile Include="..\..\..\demos\gtk-demo\appwindow.c">
-      <Filter>Source Files</Filter>
-    </ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\assistant.c">
       <Filter>Source Files</Filter>
     </ClCompile>
@@ -146,9 +143,6 @@
     <ClCompile Include="..\..\..\demos\gtk-demo\stack.c">
       <Filter>Source Files</Filter>
     </ClCompile>
-    <ClCompile Include="..\..\..\demos\gtk-demo\stock_browser.c">
-      <Filter>Source Files</Filter>
-    </ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\textscroll.c">
       <Filter>Source Files</Filter>
     </ClCompile>
@@ -167,8 +161,5 @@
     <ClCompile Include="..\..\..\demos\gtk-demo\tree_store.c">
       <Filter>Source Files</Filter>
     </ClCompile>
-    <ClCompile Include="..\..\..\demos\gtk-demo\ui_manager.c">
-      <Filter>Source Files</Filter>
-    </ClCompile>
   </ItemGroup>
 </Project>
\ No newline at end of file
diff --git a/build/win32/vs9/gtk3-demo.vcproj b/build/win32/vs9/gtk3-demo.vcproj
index bdecc5e..e5325fa 100644
--- a/build/win32/vs9/gtk3-demo.vcproj
+++ b/build/win32/vs9/gtk3-demo.vcproj
@@ -161,7 +161,6 @@
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
                        >
                        <File RelativePath="..\..\..\demos\gtk-demo\application.c" />
-                       <File RelativePath="..\..\..\demos\gtk-demo\appwindow.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\assistant.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\builder.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\button_box.c" />
@@ -205,14 +204,12 @@
                        <File RelativePath="..\..\..\demos\gtk-demo\sizegroup.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\spinner.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\stack.c" />
-                       <File RelativePath="..\..\..\demos\gtk-demo\stock_browser.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\textscroll.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\textview.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\theming_style_classes.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\toolpalette.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\transparent.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\tree_store.c" />
-                       <File RelativePath="..\..\..\demos\gtk-demo\ui_manager.c" />
                </Filter>
                <Filter
                        Name="Header Files"


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