mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00

svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84763 | hirokazu.yamamoto | 2010-09-13 15:21:54 +0900 | 1 line Cosmetic fix to project files. ........ r85135 | hirokazu.yamamoto | 2010-10-01 19:40:49 +0900 | 1 line Cosmetic fix for PCBuild/readme.txt. ........
28 lines
651 B
XML
28 lines
651 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="pyd"
|
|
InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
|
|
RuntimeLibrary="2"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(OutDir)\$(ProjectName).pyd"
|
|
ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
|
|
ImportLibrary="$(OutDir)\$(TargetName).lib"
|
|
GenerateManifest="false"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
EmbedManifest="false"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine=""
|
|
/>
|
|
</VisualStudioPropertySheet>
|