Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files
will have the right line ending even if the extension is not active.
diff --git a/PCbuild/release.vsprops b/PCbuild/release.vsprops
index 6d6842d..08def90 100644
--- a/PCbuild/release.vsprops
+++ b/PCbuild/release.vsprops
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
-	ProjectType="Visual C++"
-	Version="8.00"
-	Name="release"
-	>
-	<Tool
-		Name="VCCLCompilerTool"
-		PreprocessorDefinitions="NDEBUG"
-	/>
-	<UserMacro
-		Name="KillPythonExe"
-		Value="$(OutDir)\kill_python.exe"
-	/>	
-</VisualStudioPropertySheet>
+<?xml version="1.0" encoding="Windows-1252"?>

+<VisualStudioPropertySheet

+	ProjectType="Visual C++"

+	Version="8.00"

+	Name="release"

+	>

+	<Tool

+		Name="VCCLCompilerTool"

+		PreprocessorDefinitions="NDEBUG"

+	/>

+	<UserMacro

+		Name="KillPythonExe"

+		Value="$(OutDir)\kill_python.exe"

+	/>	

+</VisualStudioPropertySheet>