diff options
-rw-r--r-- | build/win32/vs10/gtk3-demo.vcxproj | 1 | ||||
-rw-r--r-- | build/win32/vs10/gtk3-demo.vcxproj.filters | 3 | ||||
-rw-r--r-- | build/win32/vs9/gtk3-demo.vcproj | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/build/win32/vs10/gtk3-demo.vcxproj b/build/win32/vs10/gtk3-demo.vcxproj index 6f2a80d589..86839f0eec 100644 --- a/build/win32/vs10/gtk3-demo.vcxproj +++ b/build/win32/vs10/gtk3-demo.vcxproj @@ -211,7 +211,6 @@ <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_custom_css.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\theming_style_classes.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\toolpalette.c" /> <ClCompile Include="..\..\..\demos\gtk-demo\transparent.c" /> diff --git a/build/win32/vs10/gtk3-demo.vcxproj.filters b/build/win32/vs10/gtk3-demo.vcxproj.filters index cfbb17b8aa..e3ca1c0779 100644 --- a/build/win32/vs10/gtk3-demo.vcxproj.filters +++ b/build/win32/vs10/gtk3-demo.vcxproj.filters @@ -143,9 +143,6 @@ <ClCompile Include="..\..\..\demos\gtk-demo\textview.c"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\..\..\demos\gtk-demo\theming_custom_css.c"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\..\..\demos\gtk-demo\theming_style_classes.c"> <Filter>Source Files</Filter> </ClCompile> diff --git a/build/win32/vs9/gtk3-demo.vcproj b/build/win32/vs9/gtk3-demo.vcproj index 37026f8fee..1b01ea3103 100644 --- a/build/win32/vs9/gtk3-demo.vcproj +++ b/build/win32/vs9/gtk3-demo.vcproj @@ -204,7 +204,6 @@ <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_custom_css.c" /> <File RelativePath="..\..\..\demos\gtk-demo\theming_style_classes.c" /> <File RelativePath="..\..\..\demos\gtk-demo\toolpalette.c" /> <File RelativePath="..\..\..\demos\gtk-demo\transparent.c" /> |