pgAdmin III commit: Update VC++ project files to 2010

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin III commit: Update VC++ project files to 2010
Дата
Msg-id E1ScC2N-0000gY-Ga@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Update VC++  project files to 2010

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=95b8bacf8541baf9d933fc4cd7acbf3669e0c8ae

Modified Files
--------------
Makefile.am                         |    7 +-
docs/Docs.vcproj                    | 1139 ------
docs/Docs.vcxproj                   |  293 ++
docs/Docs.vcxproj.filters           |  793 ++++
pgAdmin3.rules                      |   17 -
pgAdmin3.sln                        |   19 +-
pgadmin/Makefile.am                 |    3 +-
pgadmin/pgAdmin3.vcproj             | 7588 -----------------------------------
pgadmin/pgAdmin3.vcxproj            | 2242 +++++++++++
pgadmin/pgAdmin3.vcxproj.filters    | 4208 +++++++++++++++++++
pkg/win32/Installer.vcproj          |  150 -
pkg/win32/Installer.vcxproj         |   71 +
pkg/win32/Installer.vcxproj.filters |   44 +
pkg/win32/Makefile.am               |    3 +-
xtra/png2c/Makefile.am              |    3 +-
xtra/png2c/png2c.vcproj             |  635 ---
xtra/png2c/png2c.vcxproj            |  307 ++
xtra/png2c/png2c.vcxproj.filters    |   19 +
18 files changed, 7994 insertions(+), 9547 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: PoC: Little improvements to EditGrid - Enum ComboBox
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Add a couple of files missed in the last commit, an