mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
The old project files move to PC/VS9.0 and remain supported. VS2008 is still required to build 2.7; VS2010 (or later, plus Windows SDK 7.1) is *also* required to use the new project files.
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>
|