blob: ede703e0b80a35b9badf8f46d19f39dfdcc67ecd [file] [log] [blame]
Trent Mickea2625b2005-12-15 22:16:49 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="_elementtree"
6 ProjectGUID="{1966DDE2-4AB7-4E4E-ACC9-C121E4D37F8E}"
7 SccProjectName="_elementtree"
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\_elementtree"
18 ConfigurationType="2"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="0"
Christian Heimes82552222007-12-31 16:17:13 +000024 AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\Modules\expat"
Trent Mickea2625b2005-12-15 22:16:49 +000025 PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;USE_PYEXPAT_CAPI;XML_STATIC;HAVE_MEMMOVE"
26 RuntimeLibrary="3"
27 UsePrecompiledHeader="2"
Trent Mickea2625b2005-12-15 22:16:49 +000028 WarningLevel="3"
29 SuppressStartupBanner="TRUE"
30 DebugInformationFormat="3"
31 CompileAs="0"/>
32 <Tool
33 Name="VCCustomBuildTool"/>
34 <Tool
35 Name="VCLinkerTool"
Trent Mickea2625b2005-12-15 22:16:49 +000036 OutputFile="./_elementtree_d.pyd"
37 LinkIncremental="1"
38 SuppressStartupBanner="TRUE"
39 GenerateDebugInformation="TRUE"
40 ProgramDatabaseFile=".\./_elementtree_d.pdb"
41 SubSystem="2"
42 BaseAddress="0x1D100000"
43 ImportLibrary=".\./_elementtree_d.lib"
44 TargetMachine="1"/>
45 <Tool
Martin v. Löwis21d418b2006-01-15 09:26:43 +000046 Name="VCMIDLTool"/>
Trent Mickea2625b2005-12-15 22:16:49 +000047 <Tool
48 Name="VCPostBuildEventTool"/>
49 <Tool
50 Name="VCPreBuildEventTool"/>
51 <Tool
52 Name="VCPreLinkEventTool"/>
53 <Tool
Martin v. Löwis21d418b2006-01-15 09:26:43 +000054 Name="VCResourceCompilerTool"/>
Trent Mickea2625b2005-12-15 22:16:49 +000055 <Tool
56 Name="VCWebServiceProxyGeneratorTool"/>
57 <Tool
58 Name="VCXMLDataGeneratorTool"/>
59 <Tool
60 Name="VCWebDeploymentTool"/>
61 <Tool
62 Name="VCManagedWrapperGeneratorTool"/>
63 <Tool
64 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
65 </Configuration>
66 <Configuration
67 Name="Release|Win32"
68 OutputDirectory=".\."
69 IntermediateDirectory=".\x86-temp-release\_elementtree"
70 ConfigurationType="2"
71 UseOfMFC="0"
72 ATLMinimizesCRunTimeLibraryUsage="FALSE">
73 <Tool
74 Name="VCCLCompilerTool"
75 Optimization="2"
76 InlineFunctionExpansion="1"
Christian Heimes82552222007-12-31 16:17:13 +000077 AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\Modules\expat"
Trent Mickea2625b2005-12-15 22:16:49 +000078 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;USE_PYEXPAT_CAPI;XML_STATIC;HAVE_MEMMOVE"
79 StringPooling="TRUE"
80 RuntimeLibrary="2"
81 EnableFunctionLevelLinking="TRUE"
82 UsePrecompiledHeader="2"
Trent Mickea2625b2005-12-15 22:16:49 +000083 WarningLevel="3"
84 SuppressStartupBanner="TRUE"
85 DebugInformationFormat="3"
86 CompileAs="0"/>
87 <Tool
88 Name="VCCustomBuildTool"/>
89 <Tool
90 Name="VCLinkerTool"
Trent Mickea2625b2005-12-15 22:16:49 +000091 OutputFile="./_elementtree.pyd"
92 LinkIncremental="1"
93 SuppressStartupBanner="TRUE"
94 GenerateDebugInformation="TRUE"
95 ProgramDatabaseFile=".\./_elementtree.pdb"
96 SubSystem="2"
97 BaseAddress="0x1D100000"
98 ImportLibrary=".\./_elementtree.lib"
99 TargetMachine="1"/>
100 <Tool
Martin v. Löwis21d418b2006-01-15 09:26:43 +0000101 Name="VCMIDLTool"/>
Trent Mickea2625b2005-12-15 22:16:49 +0000102 <Tool
103 Name="VCPostBuildEventTool"/>
104 <Tool
105 Name="VCPreBuildEventTool"/>
106 <Tool
107 Name="VCPreLinkEventTool"/>
108 <Tool
Martin v. Löwis21d418b2006-01-15 09:26:43 +0000109 Name="VCResourceCompilerTool"/>
Trent Mickea2625b2005-12-15 22:16:49 +0000110 <Tool
111 Name="VCWebServiceProxyGeneratorTool"/>
112 <Tool
113 Name="VCXMLDataGeneratorTool"/>
114 <Tool
115 Name="VCWebDeploymentTool"/>
116 <Tool
117 Name="VCManagedWrapperGeneratorTool"/>
118 <Tool
119 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
120 </Configuration>
121 <Configuration
122 Name="ReleaseItanium|Win32"
123 OutputDirectory="./."
124 IntermediateDirectory=".\ia64-temp-release\_elementtree"
125 ConfigurationType="2"
126 UseOfMFC="0"
127 ATLMinimizesCRunTimeLibraryUsage="FALSE">
128 <Tool
129 Name="VCCLCompilerTool"
Martin v. Löwiscc0eba92007-01-20 14:05:39 +0000130 AdditionalOptions=" /USECL:MS_ITANIUM /GS-"
Trent Mickea2625b2005-12-15 22:16:49 +0000131 Optimization="2"
132 InlineFunctionExpansion="1"
Christian Heimes82552222007-12-31 16:17:13 +0000133 AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\Modules\expat"
Trent Mickea2625b2005-12-15 22:16:49 +0000134 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;USE_PYEXPAT_CAPI;XML_STATIC;HAVE_MEMMOVE"
135 StringPooling="TRUE"
136 BasicRuntimeChecks="0"
137 RuntimeLibrary="2"
138 BufferSecurityCheck="FALSE"
139 EnableFunctionLevelLinking="TRUE"
140 UsePrecompiledHeader="2"
Trent Mickea2625b2005-12-15 22:16:49 +0000141 WarningLevel="3"
142 SuppressStartupBanner="TRUE"
143 Detect64BitPortabilityProblems="TRUE"
144 DebugInformationFormat="3"
145 CompileAs="0"/>
146 <Tool
147 Name="VCCustomBuildTool"/>
148 <Tool
149 Name="VCLinkerTool"
150 AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
Trent Mickea2625b2005-12-15 22:16:49 +0000151 OutputFile="./_elementtree.pyd"
152 LinkIncremental="1"
153 SuppressStartupBanner="TRUE"
154 GenerateDebugInformation="TRUE"
155 ProgramDatabaseFile=".\./_elementtree.pdb"
156 SubSystem="2"
157 BaseAddress="0x1D100000"
158 ImportLibrary=".\./_elementtree.lib"
159 TargetMachine="0"/>
160 <Tool
Martin v. Löwis21d418b2006-01-15 09:26:43 +0000161 Name="VCMIDLTool"/>
Trent Mickea2625b2005-12-15 22:16:49 +0000162 <Tool
163 Name="VCPostBuildEventTool"/>
164 <Tool
165 Name="VCPreBuildEventTool"/>
166 <Tool
167 Name="VCPreLinkEventTool"/>
168 <Tool
Martin v. Löwis21d418b2006-01-15 09:26:43 +0000169 Name="VCResourceCompilerTool"/>
Trent Mickea2625b2005-12-15 22:16:49 +0000170 <Tool
171 Name="VCWebServiceProxyGeneratorTool"/>
172 <Tool
173 Name="VCXMLDataGeneratorTool"/>
174 <Tool
175 Name="VCWebDeploymentTool"/>
176 <Tool
177 Name="VCManagedWrapperGeneratorTool"/>
178 <Tool
179 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
180 </Configuration>
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000181 <Configuration
182 Name="ReleaseAMD64|Win32"
183 OutputDirectory="."
184 IntermediateDirectory="amd64-temp-release\_elementtree"
185 ConfigurationType="2"
186 UseOfMFC="0"
187 ATLMinimizesCRunTimeLibraryUsage="FALSE">
188 <Tool
189 Name="VCCLCompilerTool"
Martin v. Löwis79b0f852006-04-26 17:19:44 +0000190 AdditionalOptions=" /USECL:MS_OPTERON /GS-"
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000191 Optimization="2"
192 InlineFunctionExpansion="1"
Christian Heimes82552222007-12-31 16:17:13 +0000193 AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\Modules\expat"
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000194 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;USE_PYEXPAT_CAPI;XML_STATIC;HAVE_MEMMOVE"
195 StringPooling="TRUE"
196 BasicRuntimeChecks="0"
197 RuntimeLibrary="2"
198 BufferSecurityCheck="FALSE"
199 EnableFunctionLevelLinking="TRUE"
200 UsePrecompiledHeader="2"
201 WarningLevel="3"
202 SuppressStartupBanner="TRUE"
203 Detect64BitPortabilityProblems="TRUE"
204 DebugInformationFormat="3"
205 CompileAs="0"/>
206 <Tool
207 Name="VCCustomBuildTool"/>
208 <Tool
209 Name="VCLinkerTool"
210 AdditionalOptions=" /MACHINE:AMD64 /USELINK:MS_SDK"
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000211 OutputFile="./_elementtree.pyd"
212 LinkIncremental="1"
213 SuppressStartupBanner="TRUE"
214 GenerateDebugInformation="TRUE"
215 ProgramDatabaseFile=".\./_elementtree.pdb"
216 SubSystem="2"
217 BaseAddress="0x1D100000"
218 ImportLibrary=".\./_elementtree.lib"
219 TargetMachine="0"/>
220 <Tool
221 Name="VCMIDLTool"/>
222 <Tool
223 Name="VCPostBuildEventTool"/>
224 <Tool
225 Name="VCPreBuildEventTool"/>
226 <Tool
227 Name="VCPreLinkEventTool"/>
228 <Tool
229 Name="VCResourceCompilerTool"/>
230 <Tool
231 Name="VCWebServiceProxyGeneratorTool"/>
232 <Tool
233 Name="VCXMLDataGeneratorTool"/>
234 <Tool
235 Name="VCWebDeploymentTool"/>
236 <Tool
237 Name="VCManagedWrapperGeneratorTool"/>
238 <Tool
239 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
240 </Configuration>
Trent Mickea2625b2005-12-15 22:16:49 +0000241 </Configurations>
242 <References>
243 </References>
244 <Files>
245 <File
Christian Heimes82552222007-12-31 16:17:13 +0000246 RelativePath="..\..\Modules\_elementtree.c">
Trent Mickea2625b2005-12-15 22:16:49 +0000247 </File>
248 <File
Christian Heimes82552222007-12-31 16:17:13 +0000249 RelativePath="..\..\Modules\expat\xmlparse.c">
Trent Mickea2625b2005-12-15 22:16:49 +0000250 </File>
251 <File
Christian Heimes82552222007-12-31 16:17:13 +0000252 RelativePath="..\..\Modules\expat\xmlrole.c">
Trent Mickea2625b2005-12-15 22:16:49 +0000253 </File>
254 <File
Christian Heimes82552222007-12-31 16:17:13 +0000255 RelativePath="..\..\Modules\expat\xmltok.c">
Trent Mickea2625b2005-12-15 22:16:49 +0000256 </File>
257 </Files>
258 <Globals>
259 </Globals>
260</VisualStudioProject>