diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-02-10 13:12:12 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-02-10 13:12:12 (GMT) |
commit | de7cdeefb500b429b0c55af88808e16c700fbb33 (patch) | |
tree | e64503d2b1e98581ff04a10917ea6e4b14f97974 /PCbuild/sqlite3.vsprops | |
parent | a3e3cb7ee0070db59974d3617211eddf9b96c36d (diff) | |
download | cpython-de7cdeefb500b429b0c55af88808e16c700fbb33.zip cpython-de7cdeefb500b429b0c55af88808e16c700fbb33.tar.gz cpython-de7cdeefb500b429b0c55af88808e16c700fbb33.tar.bz2 |
Set eol-style to native
Diffstat (limited to 'PCbuild/sqlite3.vsprops')
-rw-r--r-- | PCbuild/sqlite3.vsprops | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/PCbuild/sqlite3.vsprops b/PCbuild/sqlite3.vsprops index b502df5..420ba6c 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> |