blob: b92f8182a5720fc57fd13855918a54ebcf5e0ef3 [file] [log] [blame]
Thomas Hellera16bb0c2006-03-09 17:35:20 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="_ctypes_test"
6 ProjectGUID="{8CF334D9-4F82-42EB-97AF-83592C5AFD2F}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory=".\."
16 IntermediateDirectory=".\x86-temp-debug\_ctypes_test"
17 ConfigurationType="2"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="..\Include,..\PC"
23 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
24 MinimalRebuild="FALSE"
25 BasicRuntimeChecks="3"
26 RuntimeLibrary="3"
27 UsePrecompiledHeader="0"
28 WarningLevel="3"
29 Detect64BitPortabilityProblems="TRUE"
30 DebugInformationFormat="3"
31 CompileAs="0"/>
32 <Tool
33 Name="VCCustomBuildTool"/>
34 <Tool
35 Name="VCLinkerTool"
36 OutputFile="./_ctypes_test_d.pyd"
37 LinkIncremental="1"
38 SuppressStartupBanner="TRUE"
39 GenerateDebugInformation="TRUE"
40 ProgramDatabaseFile=".\./_ctypes_test_d.pdb"
41 SubSystem="0"
42 ImportLibrary=".\./_ctypes_test_d.lib"
43 TargetMachine="1"/>
44 <Tool
45 Name="VCMIDLTool"/>
46 <Tool
47 Name="VCPostBuildEventTool"/>
48 <Tool
49 Name="VCPreBuildEventTool"/>
50 <Tool
51 Name="VCPreLinkEventTool"/>
52 <Tool
53 Name="VCResourceCompilerTool"/>
54 <Tool
55 Name="VCWebServiceProxyGeneratorTool"/>
56 <Tool
57 Name="VCXMLDataGeneratorTool"/>
58 <Tool
59 Name="VCWebDeploymentTool"/>
60 <Tool
61 Name="VCManagedWrapperGeneratorTool"/>
62 <Tool
63 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
64 </Configuration>
65 <Configuration
66 Name="Release|Win32"
67 OutputDirectory=".\."
68 IntermediateDirectory=".\x86-temp-release\_ctypes_test"
69 ConfigurationType="2"
70 CharacterSet="2">
71 <Tool
72 Name="VCCLCompilerTool"
73 InlineFunctionExpansion="1"
74 AdditionalIncludeDirectories="..\Include,..\PC"
75 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
76 StringPooling="TRUE"
77 RuntimeLibrary="2"
78 EnableFunctionLevelLinking="TRUE"
79 UsePrecompiledHeader="0"
80 WarningLevel="3"
81 Detect64BitPortabilityProblems="TRUE"
82 DebugInformationFormat="0"
83 CompileAs="0"/>
84 <Tool
85 Name="VCCustomBuildTool"/>
86 <Tool
87 Name="VCLinkerTool"
88 OutputFile="./_ctypes_test.pyd"
89 LinkIncremental="1"
90 SuppressStartupBanner="TRUE"
91 GenerateDebugInformation="FALSE"
92 ProgramDatabaseFile=".\./_ctypes_test.pdb"
93 SubSystem="0"
94 OptimizeReferences="0"
95 EnableCOMDATFolding="0"
96 ImportLibrary=".\./_ctypes_test.lib"
97 TargetMachine="1"/>
98 <Tool
99 Name="VCMIDLTool"/>
100 <Tool
101 Name="VCPostBuildEventTool"/>
102 <Tool
103 Name="VCPreBuildEventTool"/>
104 <Tool
105 Name="VCPreLinkEventTool"/>
106 <Tool
107 Name="VCResourceCompilerTool"/>
108 <Tool
109 Name="VCWebServiceProxyGeneratorTool"/>
110 <Tool
111 Name="VCXMLDataGeneratorTool"/>
112 <Tool
113 Name="VCWebDeploymentTool"/>
114 <Tool
115 Name="VCManagedWrapperGeneratorTool"/>
116 <Tool
117 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
118 </Configuration>
119 </Configurations>
120 <References>
121 </References>
122 <Files>
123 <File
124 RelativePath="..\Modules\_ctypes\_ctypes_test.c">
125 </File>
126 </Files>
127 <Globals>
128 </Globals>
129</VisualStudioProject>