Added the ability to specify a class attribute in Formatter configuration. Contribute...
[python.git] / PCbuild / bz2.vcproj
blob8083a35b7f380d5dc38768bdebedf97e0c89b056
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="bz2"
6 RootNamespace="bz2"
7 SccProjectName="bz2"
8 SccLocalPath="..">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory=".\."
17 IntermediateDirectory=".\x86-temp-debug\bz2"
18 ConfigurationType="2"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="0"
24 AdditionalIncludeDirectories="..\Include,..\PC,..\..\bzip2-1.0.2"
25 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
26 RuntimeLibrary="3"
27 UsePrecompiledHeader="2"
28 WarningLevel="3"
29 SuppressStartupBanner="TRUE"
30 DebugInformationFormat="3"
31 CompileAs="0"/>
32 <Tool
33 Name="VCCustomBuildTool"/>
34 <Tool
35 Name="VCLinkerTool"
36 AdditionalDependencies="..\..\bzip2-1.0.2\libbz2.lib"
37 OutputFile="./bz2_d.pyd"
38 LinkIncremental="1"
39 SuppressStartupBanner="TRUE"
40 IgnoreDefaultLibraryNames="msvcrt,libc"
41 GenerateDebugInformation="TRUE"
42 ProgramDatabaseFile=".\./bz2_d.pdb"
43 SubSystem="2"
44 BaseAddress="0x1D170000"
45 ImportLibrary=".\./bz2_d.lib"
46 TargetMachine="1"/>
47 <Tool
48 Name="VCMIDLTool"/>
49 <Tool
50 Name="VCPostBuildEventTool"/>
51 <Tool
52 Name="VCPreBuildEventTool"/>
53 <Tool
54 Name="VCPreLinkEventTool"
55 CommandLine="cd ..\..\bzip2-1.0.2
56 nmake /nologo /f makefile.msc
57 "/>
58 <Tool
59 Name="VCResourceCompilerTool"/>
60 <Tool
61 Name="VCWebServiceProxyGeneratorTool"/>
62 <Tool
63 Name="VCXMLDataGeneratorTool"/>
64 <Tool
65 Name="VCWebDeploymentTool"/>
66 <Tool
67 Name="VCManagedWrapperGeneratorTool"/>
68 <Tool
69 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
70 </Configuration>
71 <Configuration
72 Name="Release|Win32"
73 OutputDirectory=".\."
74 IntermediateDirectory=".\x86-temp-release\bz2"
75 ConfigurationType="2"
76 UseOfMFC="0"
77 ATLMinimizesCRunTimeLibraryUsage="FALSE">
78 <Tool
79 Name="VCCLCompilerTool"
80 Optimization="2"
81 InlineFunctionExpansion="1"
82 AdditionalIncludeDirectories="..\Include,..\PC,..\..\bzip2-1.0.2"
83 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
84 StringPooling="TRUE"
85 RuntimeLibrary="2"
86 EnableFunctionLevelLinking="TRUE"
87 UsePrecompiledHeader="2"
88 WarningLevel="3"
89 SuppressStartupBanner="TRUE"
90 DebugInformationFormat="3"
91 CompileAs="0"/>
92 <Tool
93 Name="VCCustomBuildTool"/>
94 <Tool
95 Name="VCLinkerTool"
96 AdditionalDependencies="..\..\bzip2-1.0.2\libbz2.lib"
97 OutputFile="./bz2.pyd"
98 LinkIncremental="1"
99 SuppressStartupBanner="TRUE"
100 IgnoreDefaultLibraryNames="libc"
101 GenerateDebugInformation="TRUE"
102 ProgramDatabaseFile=".\./bz2.pdb"
103 SubSystem="2"
104 BaseAddress="0x1D170000"
105 ImportLibrary=".\./bz2.lib"
106 TargetMachine="1"/>
107 <Tool
108 Name="VCMIDLTool"/>
109 <Tool
110 Name="VCPostBuildEventTool"/>
111 <Tool
112 Name="VCPreBuildEventTool"/>
113 <Tool
114 Name="VCPreLinkEventTool"
115 CommandLine="cd ..\..\bzip2-1.0.2
116 nmake /nologo /f makefile.msc lib
118 <Tool
119 Name="VCResourceCompilerTool"/>
120 <Tool
121 Name="VCWebServiceProxyGeneratorTool"/>
122 <Tool
123 Name="VCXMLDataGeneratorTool"/>
124 <Tool
125 Name="VCWebDeploymentTool"/>
126 <Tool
127 Name="VCManagedWrapperGeneratorTool"/>
128 <Tool
129 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
130 </Configuration>
131 <Configuration
132 Name="ReleaseItanium|Win32"
133 OutputDirectory="./."
134 IntermediateDirectory=".\ia64-temp-release\bz2"
135 ConfigurationType="2"
136 UseOfMFC="0"
137 ATLMinimizesCRunTimeLibraryUsage="FALSE">
138 <Tool
139 Name="VCCLCompilerTool"
140 AdditionalOptions=" /USECL:MS_ITANIUM"
141 Optimization="2"
142 InlineFunctionExpansion="1"
143 AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC,..\..\bzip2-1.0.2"
144 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
145 StringPooling="TRUE"
146 BasicRuntimeChecks="0"
147 RuntimeLibrary="2"
148 BufferSecurityCheck="FALSE"
149 EnableFunctionLevelLinking="TRUE"
150 UsePrecompiledHeader="2"
151 WarningLevel="3"
152 SuppressStartupBanner="TRUE"
153 Detect64BitPortabilityProblems="TRUE"
154 DebugInformationFormat="3"
155 CompileAs="0"/>
156 <Tool
157 Name="VCCustomBuildTool"/>
158 <Tool
159 Name="VCLinkerTool"
160 AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
161 AdditionalDependencies="..\..\bzip2-1.0.2\libbz2.lib"
162 OutputFile="./bz2.pyd"
163 LinkIncremental="1"
164 SuppressStartupBanner="TRUE"
165 IgnoreDefaultLibraryNames="libc"
166 GenerateDebugInformation="TRUE"
167 ProgramDatabaseFile=".\./bz2.pdb"
168 SubSystem="2"
169 BaseAddress="0x1D170000"
170 ImportLibrary=".\./bz2.lib"
171 TargetMachine="0"/>
172 <Tool
173 Name="VCMIDLTool"/>
174 <Tool
175 Name="VCPostBuildEventTool"/>
176 <Tool
177 Name="VCPreBuildEventTool"/>
178 <Tool
179 Name="VCPreLinkEventTool"
180 CommandLine="cd ..\..\bzip2-1.0.2
181 nmake /nologo /f makefile.msc lib
183 <Tool
184 Name="VCResourceCompilerTool"/>
185 <Tool
186 Name="VCWebServiceProxyGeneratorTool"/>
187 <Tool
188 Name="VCXMLDataGeneratorTool"/>
189 <Tool
190 Name="VCWebDeploymentTool"/>
191 <Tool
192 Name="VCManagedWrapperGeneratorTool"/>
193 <Tool
194 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
195 </Configuration>
196 </Configurations>
197 <References>
198 </References>
199 <Files>
200 <File
201 RelativePath="..\Modules\bz2module.c">
202 </File>
203 </Files>
204 <Globals>
205 </Globals>
206 </VisualStudioProject>