mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
21967d0b4d
will have the right line ending even if the extension is not active.
15 lines
388 B
XML
15 lines
388 B
XML
<?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>
|