From d8e443a8a01033589afdbca6698ea88a6a9e84f5 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 1 Sep 2016 20:46:05 +0100 Subject: Add MSVC user settings files to version control. --- infrastructure/cmake/msvc/bin_bbackupd.vcxproj.user | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 infrastructure/cmake/msvc/bin_bbackupd.vcxproj.user (limited to 'infrastructure/cmake/msvc/bin_bbackupd.vcxproj.user') diff --git a/infrastructure/cmake/msvc/bin_bbackupd.vcxproj.user b/infrastructure/cmake/msvc/bin_bbackupd.vcxproj.user new file mode 100755 index 00000000..51928554 --- /dev/null +++ b/infrastructure/cmake/msvc/bin_bbackupd.vcxproj.user @@ -0,0 +1,8 @@ + + + + testfiles\bbackupd.conf + $(ProjectDir)\..\..\..\debug\test\bbackupd + WindowsLocalDebugger + + \ No newline at end of file -- cgit v1.2.3 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. --- infrastructure/cmake/msvc/bin_bbackupd.vcxproj.user | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'infrastructure/cmake/msvc/bin_bbackupd.vcxproj.user') 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 -- cgit v1.2.3