summaryrefslogtreecommitdiff
path: root/infrastructure/cmake/msvc/test_httpserver.vcxproj.user
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2016-09-29 19:40:17 +0100
committerChris Wilson <chris+github@qwirx.com>2016-09-29 19:40:17 +0100
commit65a8cf6577d36ad419f7313800a6fbaf93aaa097 (patch)
treef316cd8fe3b837531055f702e79f84b49d8dc654 /infrastructure/cmake/msvc/test_httpserver.vcxproj.user
parent59e102dcb5919f6dffed56298ae9942d9ea4b119 (diff)
Fix line endings of .vcxproj.user files to CRLF always.
Diffstat (limited to 'infrastructure/cmake/msvc/test_httpserver.vcxproj.user')
-rwxr-xr-xinfrastructure/cmake/msvc/test_httpserver.vcxproj.user12
1 files changed, 6 insertions, 6 deletions
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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <LocalDebuggerWorkingDirectory>$(ProjectDir)\..\..\..\debug\test\httpserver</LocalDebuggerWorkingDirectory>
- <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
- </PropertyGroup>
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <LocalDebuggerWorkingDirectory>$(ProjectDir)\..\..\..\debug\test\httpserver</LocalDebuggerWorkingDirectory>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ </PropertyGroup>
</Project> \ No newline at end of file