source: trunk/essentials/dev-lang/python/PC/example_nt/example.vcproj

Last change on this file was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="example"
6 SccProjectName=""
7 SccLocalPath="">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Release|Win32"
15 OutputDirectory=".\Release"
16 IntermediateDirectory=".\Release"
17 ConfigurationType="2"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="2"
23 InlineFunctionExpansion="1"
24 AdditionalIncludeDirectories="..\Include,..\PC"
25 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
26 StringPooling="TRUE"
27 RuntimeLibrary="2"
28 EnableFunctionLevelLinking="TRUE"
29 UsePrecompiledHeader="2"
30 PrecompiledHeaderFile=".\Release/example.pch"
31 AssemblerListingLocation=".\Release/"
32 ObjectFile=".\Release/"
33 ProgramDataBaseFileName=".\Release/"
34 WarningLevel="3"
35 SuppressStartupBanner="TRUE"
36 CompileAs="0"/>
37 <Tool
38 Name="VCCustomBuildTool"/>
39 <Tool
40 Name="VCLinkerTool"
41 AdditionalOptions="/export:initexample"
42 AdditionalDependencies="odbc32.lib odbccp32.lib python25.lib"
43 OutputFile=".\Release/example.pyd"
44 LinkIncremental="1"
45 SuppressStartupBanner="TRUE"
46 AdditionalLibraryDirectories="..\PCbuild"
47 ModuleDefinitionFile=""
48 ProgramDatabaseFile=".\Release/example.pdb"
49 SubSystem="2"
50 ImportLibrary=".\Release/example.lib"
51 TargetMachine="1"/>
52 <Tool
53 Name="VCMIDLTool"
54 PreprocessorDefinitions="NDEBUG"
55 MkTypLibCompatible="TRUE"
56 SuppressStartupBanner="TRUE"
57 TargetEnvironment="1"
58 TypeLibraryName=".\Release/example.tlb"
59 HeaderFileName=""/>
60 <Tool
61 Name="VCPostBuildEventTool"/>