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

Last change on this file since 3226 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"/>
62 <Tool
63 Name="VCPreBuildEventTool"/>
64 <Tool
65 Name="VCPreLinkEventTool"/>
66 <Tool
67 Name="VCResourceCompilerTool"
68 PreprocessorDefinitions="NDEBUG"
69 Culture="1033"/>
70 <Tool
71 Name="VCWebServiceProxyGeneratorTool"/>
72 <Tool
73 Name="VCXMLDataGeneratorTool"/>
74 <Tool
75 Name="VCWebDeploymentTool"/>
76 <Tool
77 Name="VCManagedWrapperGeneratorTool"/>
78 <Tool
79 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
80 </Configuration>
81 <Configuration
82 Name="Debug|Win32"
83 OutputDirectory=".\Debug"
84 IntermediateDirectory=".\Debug"
85 ConfigurationType="2"
86 UseOfMFC="0"
87 ATLMinimizesCRunTimeLibraryUsage="FALSE">
88 <Tool
89 Name="VCCLCompilerTool"
90 Optimization="0"
91 AdditionalIncludeDirectories="..\Include,..\PC"
92 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
93 RuntimeLibrary="3"
94 UsePrecompiledHeader="2"
95 PrecompiledHeaderFile=".\Debug/example.pch"
96 AssemblerListingLocation=".\Debug/"
97 ObjectFile=".\Debug/"
98 ProgramDataBaseFileName=".\Debug/"
99 WarningLevel="3"
100 SuppressStartupBanner="TRUE"
101 DebugInformationFormat="4"
102 CompileAs="0"/>
103 <Tool
104 Name="VCCustomBuildTool"/>
105 <Tool
106 Name="VCLinkerTool"
107 AdditionalOptions="/export:initexample"
108 AdditionalDependencies="odbc32.lib odbccp32.lib python25_d.lib"
109 OutputFile=".\Debug/example_d.pyd"