Clean up Visual C++ property sheets
authorChun-wei Fan <fanchunwei@src.gnome.org>
Sat, 19 Jan 2013 04:02:45 +0000 (12:02 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Sat, 19 Jan 2013 04:02:45 +0000 (12:02 +0800)
We no longer need entries to generate the .def files in the property sheets
as we are now doing __declspec (dllexport) to export all the needed
symbols.  So, purge these items from the property sheets since they are no
longer used.


No differences found