Visual C++ 2010 Project Files
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 22 Feb 2011 12:08:36 +0000 (20:08 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 22 Feb 2011 12:08:36 +0000 (20:08 +0800)
commitcd23ae7134bd25500272bd3ec24c3b39502cfc3d
tree9fe39ac9f121754c38d987019729f104b500fb3d
parent7b118b0c4121a6ae5b5b0adb1e2c45d7f5b941f5
Visual C++ 2010 Project Files

These are the actual GLib VS2010 project files (*.vcxproj,
*.vcxproj.filters) and property sheet file (*.props) that are used
to compile the GLib, GModule, GObject, GThread, GIO DLLs, along with
the gspawn-win32-helper* programs, glib-genmarshal utility and
testglib test program.  A readme.txt file is also enclosed for
references for building GLib under VS2010.

Note that the project files for GLib, GIO and GObject are templates
that makes use of the autotools items of my last commit so that maintenance
of those files are simplified as new source files are added to these rather
frequently.

Suggestions are welcome for these-please let me know via BugZilla.

Thank you!
23 files changed:
build/win32/vs10/Makefile.am [new file with mode: 0644]
build/win32/vs10/README.txt [new file with mode: 0644]
build/win32/vs10/gio.vcxproj.filtersin [new file with mode: 0644]
build/win32/vs10/gio.vcxprojin [new file with mode: 0644]
build/win32/vs10/glib-genmarshal.vcxproj [new file with mode: 0644]
build/win32/vs10/glib-genmarshal.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/glib.props [new file with mode: 0644]
build/win32/vs10/glib.sln [new file with mode: 0644]
build/win32/vs10/glib.vcxproj.filtersin [new file with mode: 0644]
build/win32/vs10/glib.vcxprojin [new file with mode: 0644]
build/win32/vs10/gmodule.vcxproj [new file with mode: 0644]
build/win32/vs10/gmodule.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/gobject.vcxproj.filtersin [new file with mode: 0644]
build/win32/vs10/gobject.vcxprojin [new file with mode: 0644]
build/win32/vs10/gspawn-win32-helper-console.vcxproj [new file with mode: 0644]
build/win32/vs10/gspawn-win32-helper-console.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/gspawn-win32-helper.vcxproj [new file with mode: 0644]
build/win32/vs10/gspawn-win32-helper.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/gthread.vcxproj [new file with mode: 0644]
build/win32/vs10/gthread.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/install.vcxproj [new file with mode: 0644]
build/win32/vs10/testglib.vcxproj [new file with mode: 0644]
build/win32/vs10/testglib.vcxproj.filters [new file with mode: 0644]