Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77372 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91279 invoked from network); 20 Sep 2014 08:13:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Sep 2014 08:13:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:41027] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/20-24334-8173D145 for ; Sat, 20 Sep 2014 04:13:12 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 33) id 3F9276D209D; Sat, 20 Sep 2014 10:13:08 +0200 (CEST) Received: from 79.197.70.92 (SquirrelMail authenticated user anatol@belski.net) by webmail.klapt.com with HTTP; Sat, 20 Sep 2014 10:13:08 +0200 Message-ID: Date: Sat, 20 Sep 2014 10:13:08 +0200 To: internals@lists.php.net User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Removing *.dsw *dsp files from php-src From: anatol.php@belski.net ("Anatol Belski") Hi, this was already suggested at least once last year. But now with master this is pretty justified. In the light of the PdbProject presense, removing the *.dsw *.dsp files will simplify things negating the need to update those on every change. Also, those files are in VS2005 format, but master is buildable with at least VS2012. Anyone who needs the Visual Studio GUI, can generate project files using the PdbProject. It's available with VS2012 and up http://visualstudiogallery.msdn.microsoft.com/952cac4e-fe4d-40a8-9656-9ae863bedbff Thus, I'm asking whether someone would miss the dsw/dsp files. I would remove those from master some when next week otherwise. Regards Anatol