mirror of https://github.com/python/cpython.git
Set eol-style to native
This commit is contained in:
parent
a3e3cb7ee0
commit
de7cdeefb5
|
@ -1,14 +1,14 @@
|
||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioPropertySheet
|
<VisualStudioPropertySheet
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="8.00"
|
Version="8.00"
|
||||||
Name="sqlite3"
|
Name="sqlite3"
|
||||||
InheritedPropertySheets=".\pyproject.vsprops"
|
InheritedPropertySheets=".\pyproject.vsprops"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalIncludeDirectories="$(sqlite3Dir)"
|
AdditionalIncludeDirectories="$(sqlite3Dir)"
|
||||||
PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)"
|
PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)"
|
||||||
WarningLevel="1"
|
WarningLevel="1"
|
||||||
/>
|
/>
|
||||||
</VisualStudioPropertySheet>
|
</VisualStudioPropertySheet>
|
||||||
|
|
Loading…
Reference in New Issue