From 65a8cf6577d36ad419f7313800a6fbaf93aaa097 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 29 Sep 2016 19:40:17 +0100 Subject: Fix line endings of .vcxproj.user files to CRLF always. --- .gitattributes | 1 + infrastructure/cmake/msvc/bin_bbackupd.vcxproj.user | 14 +++++++------- infrastructure/cmake/msvc/bin_bbstored.vcxproj.user | 14 +++++++------- infrastructure/cmake/msvc/test_backupstore.vcxproj.user | 16 ++++++++-------- .../cmake/msvc/test_backupstorefix.vcxproj.user | 12 ++++++------ infrastructure/cmake/msvc/test_bbackupd.vcxproj.user | 14 +++++++------- infrastructure/cmake/msvc/test_common.vcxproj.user | 12 ++++++------ infrastructure/cmake/msvc/test_httpserver.vcxproj.user | 12 ++++++------ infrastructure/cmake/msvc/test_raidfile.vcxproj.user | 12 ++++++------ 9 files changed, 54 insertions(+), 53 deletions(-) diff --git a/.gitattributes b/.gitattributes index c5919f15..0e35d1c9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,6 +9,7 @@ # Declare files that will always have CRLF line endings on checkout. *.sln text eol=crlf +*.vcxproj.user text eol=crlf # Denote all files that are truly binary and should not be modified. *.png binary diff --git a/infrastructure/cmake/msvc/bin_bbackupd.vcxproj.user b/infrastructure/cmake/msvc/bin_bbackupd.vcxproj.user index 51928554..fa1f3d34 100755 --- a/infrastructure/cmake/msvc/bin_bbackupd.vcxproj.user +++ b/infrastructure/cmake/msvc/bin_bbackupd.vcxproj.user @@ -1,8 +1,8 @@ - - - - testfiles\bbackupd.conf - $(ProjectDir)\..\..\..\debug\test\bbackupd - WindowsLocalDebugger - + + + + testfiles\bbackupd.conf + $(ProjectDir)\..\..\..\debug\test\bbackupd + WindowsLocalDebugger + \ No newline at end of file diff --git a/infrastructure/cmake/msvc/bin_bbstored.vcxproj.user b/infrastructure/cmake/msvc/bin_bbstored.vcxproj.user index e48b8383..339cddee 100755 --- a/infrastructure/cmake/msvc/bin_bbstored.vcxproj.user +++ b/infrastructure/cmake/msvc/bin_bbstored.vcxproj.user @@ -1,8 +1,8 @@ - - - - testfiles/bbstored.conf - $(ProjectDir)\..\..\..\debug\test\backupstorefix - WindowsLocalDebugger - + + + + testfiles/bbstored.conf + $(ProjectDir)\..\..\..\debug\test\backupstorefix + WindowsLocalDebugger + \ No newline at end of file diff --git a/infrastructure/cmake/msvc/test_backupstore.vcxproj.user b/infrastructure/cmake/msvc/test_backupstore.vcxproj.user index 79ef7571..7d7b3158 100755 --- a/infrastructure/cmake/msvc/test_backupstore.vcxproj.user +++ b/infrastructure/cmake/msvc/test_backupstore.vcxproj.user @@ -1,9 +1,9 @@ - - - - $(ProjectDir)\..\..\..\debug\test\backupstore - WindowsLocalDebugger - - - + + + + $(ProjectDir)\..\..\..\debug\test\backupstore + WindowsLocalDebugger + + + \ No newline at end of file diff --git a/infrastructure/cmake/msvc/test_backupstorefix.vcxproj.user b/infrastructure/cmake/msvc/test_backupstorefix.vcxproj.user index c0895191..170fb496 100755 --- a/infrastructure/cmake/msvc/test_backupstorefix.vcxproj.user +++ b/infrastructure/cmake/msvc/test_backupstorefix.vcxproj.user @@ -1,7 +1,7 @@ - - - - $(ProjectDir)\..\..\..\debug\test\backupstorefix - WindowsLocalDebugger - + + + + $(ProjectDir)\..\..\..\debug\test\backupstorefix + WindowsLocalDebugger + \ No newline at end of file diff --git a/infrastructure/cmake/msvc/test_bbackupd.vcxproj.user b/infrastructure/cmake/msvc/test_bbackupd.vcxproj.user index 9ca2b5e9..ebf8c6a3 100755 --- a/infrastructure/cmake/msvc/test_bbackupd.vcxproj.user +++ b/infrastructure/cmake/msvc/test_bbackupd.vcxproj.user @@ -1,8 +1,8 @@ - - - - -e test_basics - $(ProjectDir)\..\..\..\debug\test\bbackupd - WindowsLocalDebugger - + + + + -e test_basics + $(ProjectDir)\..\..\..\debug\test\bbackupd + WindowsLocalDebugger + \ No newline at end of file diff --git a/infrastructure/cmake/msvc/test_common.vcxproj.user b/infrastructure/cmake/msvc/test_common.vcxproj.user index 7a375f10..e5854a80 100755 --- a/infrastructure/cmake/msvc/test_common.vcxproj.user +++ b/infrastructure/cmake/msvc/test_common.vcxproj.user @@ -1,7 +1,7 @@ - - - - $(ProjectDir)\..\..\..\debug\test\common - WindowsLocalDebugger - + + + + $(ProjectDir)\..\..\..\debug\test\common + WindowsLocalDebugger + \ No newline at end of file diff --git a/infrastructure/cmake/msvc/test_httpserver.vcxproj.user b/infrastructure/cmake/msvc/test_httpserver.vcxproj.user index b2da015c..ac1512a8 100755 --- a/infrastructure/cmake/msvc/test_httpserver.vcxproj.user +++ b/infrastructure/cmake/msvc/test_httpserver.vcxproj.user @@ -1,7 +1,7 @@ - - - - $(ProjectDir)\..\..\..\debug\test\httpserver - WindowsLocalDebugger - + + + + $(ProjectDir)\..\..\..\debug\test\httpserver + WindowsLocalDebugger + \ No newline at end of file diff --git a/infrastructure/cmake/msvc/test_raidfile.vcxproj.user b/infrastructure/cmake/msvc/test_raidfile.vcxproj.user index d2c2fc34..620aa4bb 100755 --- a/infrastructure/cmake/msvc/test_raidfile.vcxproj.user +++ b/infrastructure/cmake/msvc/test_raidfile.vcxproj.user @@ -1,7 +1,7 @@ - - - - $(ProjectDir)\..\..\..\debug\test\raidfile - WindowsLocalDebugger - + + + + $(ProjectDir)\..\..\..\debug\test\raidfile + WindowsLocalDebugger + \ No newline at end of file -- cgit v1.2.3