Staging
v0.5.1
https://github.com/python/cpython
Revision f067f7e2c1f1702e7302cbc6a5683a1c2d6a1d8e authored by Larry Hastings on 24 July 2017, 00:55:09 UTC, committed by Larry Hastings on 24 July 2017, 00:55:09 UTC
1 parent b154917
Raw File
Tip revision: f067f7e2c1f1702e7302cbc6a5683a1c2d6a1d8e authored by Larry Hastings on 24 July 2017, 00:55:09 UTC
Switch to using blurb to manage Misc/NEWS!
Tip revision: f067f7e
sqlite3.props
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets">
    <Import Project="pyproject.props" />
  </ImportGroup>
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <AdditionalIncludeDirectories>$(sqlite3Dir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>SQLITE_API=__declspec(dllexport);%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <WarningLevel>Level1</WarningLevel>
    </ClCompile>
  </ItemDefinitionGroup>
</Project>
back to top