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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Update VC++ project files to 2010
Date: 2012-06-06 08:56:19
Message-ID: E1ScC2N-0000gY-Ga@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-06-06 09:02:08 pgAdmin III commit: Add a couple of files missed in the last commit, an
Previous Message Guillaume Lelarge 2012-06-06 08:49:39 Re: PoC: Little improvements to EditGrid - Enum ComboBox