Blame win32/vs12/Makefile.am

Packit 979760
EXTRA_DIST = \
Packit 979760
	README.txt      \
Packit 979760
	gdk-pixbuf.sln  \
Packit 979760
	gdk-pixbuf-version-paths.props  \
Packit 979760
	gdk-pixbuf-build-defines.props  \
Packit 979760
	gdk-pixbuf-gen-srcs.props	\
Packit 979760
	gdk-pixbuf-install.props	 \
Packit 979760
	gdk-pixbuf.vcxproj      \
Packit 979760
	gdk-pixbuf.vcxproj.filters      \
Packit 979760
	gdk-pixbuf-csource.vcxproj      \
Packit 979760
	gdk-pixbuf-csource.vcxproj.filters      \
Packit 979760
	gdk-pixbuf-query-loaders.vcxproj	 \
Packit 979760
	gdk-pixbuf-query-loaders.vcxproj.filters	 \
Packit 979760
	gdk-pixbuf-pixdata.vcxproj      \
Packit 979760
	gdk-pixbuf-pixdata.vcxproj.filters      \
Packit 979760
	gdk-pixbuf-install.vcxproj		\
Packit 979760
	gdk-pixbuf-install.vcxproj.filters	\
Packit 979760
	gdk-pixbuf-introspect.vcxproj
Packit 979760
Packit 979760
DISTCLEANFILES = $(EXTRA_DIST)
Packit 979760
Packit 979760
MSVC_BASE_VER = 10
Packit 979760
MSVC_BASE_VER_LONG = 2010
Packit 979760
MSVC_VER = 12
Packit 979760
MSVC_VER_LONG = 2013
Packit 979760
Packit 979760
include $(top_srcdir)/win32/Makefile-newvs.am
Packit 979760
Packit 979760
-include $(top_srcdir)/git.mk