[Python-checkins] r69490 - python/trunk/PCbuild/sqlite3.vsprops

martin.v.loewis python-checkins at python.org
Tue Feb 10 14:12:12 CET 2009


Author: martin.v.loewis
Date: Tue Feb 10 14:12:12 2009
New Revision: 69490

Log:
Set eol-style to native

Modified:
   python/trunk/PCbuild/sqlite3.vsprops   (contents, props changed)

Modified: python/trunk/PCbuild/sqlite3.vsprops
==============================================================================
--- python/trunk/PCbuild/sqlite3.vsprops	(original)
+++ python/trunk/PCbuild/sqlite3.vsprops	Tue Feb 10 14:12:12 2009
@@ -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>


More information about the Python-checkins mailing list