From d49d18ea237aeb18a9f1314d97ff01c9b8820b6a Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 7 Mar 2008 08:55:32 +0000 Subject: [PATCH] Visual Studio's files should also be CRLF or else it chokes git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5570 212acab6-be3b-0410-9dea-997c60f758d6 --- Scripts/release.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Scripts/release.py b/Scripts/release.py index 1601e37e..21315255 100644 --- a/Scripts/release.py +++ b/Scripts/release.py @@ -169,7 +169,9 @@ def TestSubversionEOL(): '.nsh' : 'native', '.nsi' : 'native', '.txt' : 'native', - '.ini' : 'CRLF' + '.ini' : 'CRLF', + '.dsp' : 'CRLF', + '.dsw' : 'CRLF' } exceptions = ['newfile.txt', 'oldfile.txt']