summaryrefslogtreecommitdiff
path: root/PCbuild/sqlite3.vsprops
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-03-06 11:28:23 +0100
committerMartin v. Löwis <martin@v.loewis.de>2011-03-06 11:28:23 +0100
commit21967d0b4d4ec19ce4f104d0083041e66d444506 (patch)
tree454536dc7bb16b04640a404f8eae9614e0d83f07 /PCbuild/sqlite3.vsprops
parent1d0a0f50606835198b0e1935a9761f3c95fef350 (diff)
downloadcpython-git-21967d0b4d4ec19ce4f104d0083041e66d444506.tar.gz
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.
Diffstat (limited to 'PCbuild/sqlite3.vsprops')
-rw-r--r--PCbuild/sqlite3.vsprops28
1 files changed, 14 insertions, 14 deletions
diff --git a/PCbuild/sqlite3.vsprops b/PCbuild/sqlite3.vsprops
index 420ba6cc8f..b502df5ace 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>