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/sqlite3.vsprops b/PCbuild/sqlite3.vsprops
index 420ba6c..b502df5 100644
--- a/PCbuild/sqlite3.vsprops
+++ b/PCbuild/sqlite3.vsprops
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
-	ProjectType="Visual C++"
-	Version="8.00"
-	Name="sqlite3"
-	InheritedPropertySheets=".\pyproject.vsprops"
-	>
-	<Tool
-		Name="VCCLCompilerTool"
-		AdditionalIncludeDirectories="$(sqlite3Dir)"
-		PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)"
-		WarningLevel="1"
-	/>
-</VisualStudioPropertySheet>
+<?xml version="1.0" encoding="Windows-1252"?>

+<VisualStudioPropertySheet

+	ProjectType="Visual C++"

+	Version="8.00"

+	Name="sqlite3"

+	InheritedPropertySheets=".\pyproject.vsprops"

+	>

+	<Tool

+		Name="VCCLCompilerTool"

+		AdditionalIncludeDirectories="$(sqlite3Dir)"

+		PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)"

+		WarningLevel="1"

+	/>

+</VisualStudioPropertySheet>