[Patch #1514544 by David Watson] use fsync() to ensure data is really on disk
[pytest.git] / PCbuild8 / _ctypes_test.vcproj
blobf25290196837b5b5603943041da3d05ce9562b54
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8,00"
5 Name="_ctypes_test"
6 ProjectGUID="{8CF334D9-4F82-42EB-97AF-83592C5AFD2F}"
7 RootNamespace="_ctypes_test"
8 Keyword="Win32Proj"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 <Platform
15 Name="x64"
17 </Platforms>
18 <ToolFiles>
19 </ToolFiles>
20 <Configurations>
21 <Configuration
22 Name="Debug|Win32"
23 OutputDirectory="$(PlatformName)"
24 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\_ctypes_test"
25 ConfigurationType="2"
26 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
27 CharacterSet="2"
29 <Tool
30 Name="VCPreBuildEventTool"
32 <Tool
33 Name="VCCustomBuildTool"
35 <Tool
36 Name="VCXMLDataGeneratorTool"
38 <Tool
39 Name="VCWebServiceProxyGeneratorTool"
41 <Tool
42 Name="VCMIDLTool"
44 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 AdditionalIncludeDirectories="..\Include,..\PC"
48 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
49 MinimalRebuild="false"
50 BasicRuntimeChecks="3"
51 RuntimeLibrary="3"
52 UsePrecompiledHeader="0"
53 WarningLevel="3"
54 Detect64BitPortabilityProblems="true"
55 DebugInformationFormat="3"
56 CompileAs="0"
58 <Tool
59 Name="VCManagedResourceCompilerTool"
61 <Tool
62 Name="VCResourceCompilerTool"
64 <Tool
65 Name="VCPreLinkEventTool"
67 <Tool
68 Name="VCLinkerTool"
69 OutputFile="$(OutDir)\_ctypes_test_d.pyd"
70 LinkIncremental="1"
71 SuppressStartupBanner="true"
72 AdditionalLibraryDirectories="$(OutDir)"
73 GenerateDebugInformation="true"
74 ProgramDatabaseFile=""
75 SubSystem="0"
76 ImportLibrary=""
77 TargetMachine="1"
79 <Tool
80 Name="VCALinkTool"
82 <Tool
83 Name="VCManifestTool"
85 <Tool
86 Name="VCXDCMakeTool"
88 <Tool
89 Name="VCBscMakeTool"
91 <Tool
92 Name="VCFxCopTool"
94 <Tool
95 Name="VCAppVerifierTool"
97 <Tool
98 Name="VCWebDeploymentTool"
100 <Tool
101 Name="VCPostBuildEventTool"
103 </Configuration>
104 <Configuration
105 Name="Debug|x64"
106 OutputDirectory="$(PlatformName)"
107 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\_ctypes_test"
108 ConfigurationType="2"
109 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
110 CharacterSet="2"
112 <Tool
113 Name="VCPreBuildEventTool"
115 <Tool
116 Name="VCCustomBuildTool"
118 <Tool
119 Name="VCXMLDataGeneratorTool"
121 <Tool
122 Name="VCWebServiceProxyGeneratorTool"
124 <Tool
125 Name="VCMIDLTool"
126 TargetEnvironment="3"
128 <Tool
129 Name="VCCLCompilerTool"
130 Optimization="0"
131 AdditionalIncludeDirectories="..\Include,..\PC"
132 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
133 MinimalRebuild="false"
134 BasicRuntimeChecks="3"
135 RuntimeLibrary="3"
136 UsePrecompiledHeader="0"
137 WarningLevel="3"
138 Detect64BitPortabilityProblems="true"
139 DebugInformationFormat="3"
140 CompileAs="0"
142 <Tool
143 Name="VCManagedResourceCompilerTool"
145 <Tool
146 Name="VCResourceCompilerTool"
148 <Tool
149 Name="VCPreLinkEventTool"
151 <Tool
152 Name="VCLinkerTool"
153 OutputFile="$(OutDir)/_ctypes_test_d.pyd"
154 LinkIncremental="1"
155 SuppressStartupBanner="true"
156 AdditionalLibraryDirectories="$(OutDir)"
157 GenerateDebugInformation="true"
158 ProgramDatabaseFile=""
159 SubSystem="0"
160 ImportLibrary=""
161 TargetMachine="17"
163 <Tool
164 Name="VCALinkTool"
166 <Tool
167 Name="VCManifestTool"
169 <Tool
170 Name="VCXDCMakeTool"
172 <Tool
173 Name="VCBscMakeTool"
175 <Tool
176 Name="VCFxCopTool"
178 <Tool
179 Name="VCAppVerifierTool"
181 <Tool
182 Name="VCWebDeploymentTool"
184 <Tool
185 Name="VCPostBuildEventTool"
187 </Configuration>
188 <Configuration
189 Name="Release|Win32"
190 OutputDirectory="$(PlatformName)"
191 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\_ctypes_test"
192 ConfigurationType="2"
193 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
194 CharacterSet="2"
196 <Tool
197 Name="VCPreBuildEventTool"
199 <Tool
200 Name="VCCustomBuildTool"
202 <Tool
203 Name="VCXMLDataGeneratorTool"
205 <Tool
206 Name="VCWebServiceProxyGeneratorTool"
208 <Tool
209 Name="VCMIDLTool"
211 <Tool
212 Name="VCCLCompilerTool"
213 InlineFunctionExpansion="1"
214 AdditionalIncludeDirectories="..\Include,..\PC"
215 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
216 StringPooling="true"
217 RuntimeLibrary="2"
218 EnableFunctionLevelLinking="true"
219 UsePrecompiledHeader="0"
220 WarningLevel="3"
221 Detect64BitPortabilityProblems="true"
222 DebugInformationFormat="0"
223 CompileAs="0"
225 <Tool
226 Name="VCManagedResourceCompilerTool"
228 <Tool
229 Name="VCResourceCompilerTool"
231 <Tool
232 Name="VCPreLinkEventTool"
234 <Tool
235 Name="VCLinkerTool"
236 OutputFile="$(OutDir)\_ctypes_test.pyd"
237 LinkIncremental="1"
238 SuppressStartupBanner="true"
239 AdditionalLibraryDirectories="$(OutDir)"
240 GenerateDebugInformation="true"
241 ProgramDatabaseFile=""
242 SubSystem="0"
243 OptimizeReferences="0"
244 EnableCOMDATFolding="0"
245 ImportLibrary=""
246 TargetMachine="1"
248 <Tool
249 Name="VCALinkTool"
251 <Tool
252 Name="VCManifestTool"
254 <Tool
255 Name="VCXDCMakeTool"
257 <Tool
258 Name="VCBscMakeTool"
260 <Tool
261 Name="VCFxCopTool"
263 <Tool
264 Name="VCAppVerifierTool"
266 <Tool
267 Name="VCWebDeploymentTool"
269 <Tool
270 Name="VCPostBuildEventTool"
272 </Configuration>
273 <Configuration
274 Name="Release|x64"
275 OutputDirectory="$(PlatformName)"
276 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\_ctypes_test"
277 ConfigurationType="2"
278 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
279 CharacterSet="2"
281 <Tool
282 Name="VCPreBuildEventTool"
284 <Tool
285 Name="VCCustomBuildTool"
287 <Tool
288 Name="VCXMLDataGeneratorTool"
290 <Tool
291 Name="VCWebServiceProxyGeneratorTool"
293 <Tool
294 Name="VCMIDLTool"
295 TargetEnvironment="3"
297 <Tool
298 Name="VCCLCompilerTool"
299 InlineFunctionExpansion="1"
300 AdditionalIncludeDirectories="..\Include,..\PC"
301 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
302 StringPooling="true"
303 RuntimeLibrary="2"
304 EnableFunctionLevelLinking="true"
305 UsePrecompiledHeader="0"
306 WarningLevel="3"
307 Detect64BitPortabilityProblems="true"
308 DebugInformationFormat="0"
309 CompileAs="0"
311 <Tool
312 Name="VCManagedResourceCompilerTool"
314 <Tool
315 Name="VCResourceCompilerTool"
317 <Tool
318 Name="VCPreLinkEventTool"
320 <Tool
321 Name="VCLinkerTool"
322 OutputFile="$(OutDir)\_ctypes_test.pyd"
323 LinkIncremental="1"
324 SuppressStartupBanner="true"
325 AdditionalLibraryDirectories="$(OutDir)"
326 GenerateDebugInformation="true"
327 ProgramDatabaseFile=""
328 SubSystem="0"
329 OptimizeReferences="0"
330 EnableCOMDATFolding="0"
331 ImportLibrary=""
332 TargetMachine="17"
334 <Tool
335 Name="VCALinkTool"
337 <Tool
338 Name="VCManifestTool"
340 <Tool
341 Name="VCXDCMakeTool"
343 <Tool
344 Name="VCBscMakeTool"
346 <Tool
347 Name="VCFxCopTool"
349 <Tool
350 Name="VCAppVerifierTool"
352 <Tool
353 Name="VCWebDeploymentTool"
355 <Tool
356 Name="VCPostBuildEventTool"
358 </Configuration>
359 </Configurations>
360 <References>
361 </References>
362 <Files>
363 <File
364 RelativePath="..\Modules\_ctypes\_ctypes_test.c"
366 </File>
367 </Files>
368 <Globals>
369 </Globals>
370 </VisualStudioProject>