mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 02:16:17 +01:00
76cecf061b
As the project file format for Visual Studio 2012 is only slightly different from Visual Studio 2010 projects, we can provide support for building GLib (and other projects) with Visual Studio 2012 with relatively little effort. This might change when we eventually get GLib to work with the Windows 8 (Modern UI/formerly Metro) APIs, but this will suffice for the time being for people needing to build GLib with Visual Studio 2012. Basically all that needs to be done at 'make dist' is: -Copy the .sln/.props/README.txt/.vcxproj files and replace the VS2010 stuff with VS2012 stuff -Copy the .vcxproj.filters as is
31 lines
699 B
Plaintext
31 lines
699 B
Plaintext
gio.vcxproj
|
|
gio.vcxproj.filters
|
|
glib-compile-resources.vcxproj
|
|
glib-compile-resources.vcxproj.filters
|
|
glib-compile-schemas.vcxproj
|
|
glib-compile-schemas.vcxproj.filters
|
|
glib-genmarshal.vcxproj
|
|
glib-genmarshal.vcxproj.filters
|
|
glib.vcxproj
|
|
glib.vcxproj.filters
|
|
gmodule.vcxproj
|
|
gmodule.vcxproj.filters
|
|
gobject.vcxproj
|
|
gobject.vcxproj.filters
|
|
gresource.vcxproj
|
|
gresource.vcxproj.filters
|
|
gsettings.vcxproj
|
|
gsettings.vcxproj.filters
|
|
gspawn-win32-helper-console.vcxproj
|
|
gspawn-win32-helper-console.vcxproj.filters
|
|
gspawn-win32-helper.vcxproj
|
|
gspawn-win32-helper.vcxproj.filters
|
|
gthread.vcxproj
|
|
gthread.vcxproj.filters
|
|
testglib.vcxproj
|
|
testglib.vcxproj.filters
|
|
install.vcxproj
|
|
glib.props
|
|
glib.sln
|
|
README.txt
|