MSVC 2010 Project Files: Split up the Property Sheets
[platform/upstream/glib.git] / build / win32 / vs11 / Makefile.am
1 EXTRA_DIST = \
2         README.txt \
3         glib.sln \
4         glib.vcxproj \
5         glib.vcxproj.filters \
6         glib-genmarshal.vcxproj \
7         glib-genmarshal.vcxproj.filters \
8         gspawn-win32-helper-console.vcxproj \
9         gspawn-win32-helper-console.vcxproj.filters \
10         gspawn-win32-helper.vcxproj \
11         gspawn-win32-helper.vcxproj.filters \
12         gmodule.vcxproj \
13         gmodule.vcxproj.filters \
14         gobject.vcxproj \
15         gobject.vcxproj.filters \
16         gthread.vcxproj \
17         gthread.vcxproj.filters \
18         gio.vcxproj \
19         gio.vcxproj.filters \
20         testglib.vcxproj \
21         testglib.vcxproj.filters \
22         glib-compile-schemas.vcxproj \
23         glib-compile-schemas.vcxproj.filters \
24         gsettings.vcxproj \
25         gsettings.vcxproj.filters \
26         glib-compile-resources.vcxproj \
27         glib-compile-resources.vcxproj.filters \
28         gresource.vcxproj \
29         gresource.vcxproj.filters \
30         gio-querymodules.vcxproj \
31         gio-querymodules.vcxproj.filters \
32         gdbus.vcxproj \
33         gdbus.vcxproj.filters \
34         install.vcxproj \
35         glib-build-defines.props        \
36         glib-install.props      \
37         glib-version-paths.props        \
38         glibprepbuild.props
39
40 DISTCLEANFILES = $(EXTRA_DIST)
41
42 MSVC_SLN = glib
43
44 include $(top_srcdir)/build/Makefile-newvs.am