~ubuntu-branches/ubuntu/maverick/python3.1/maverick

« back to all changes in this revision

Viewing changes to PC/VS7.1/_ctypes_test.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-03-23 00:01:27 UTC
  • Revision ID: james.westby@ubuntu.com-20090323000127-5fstfxju4ufrhthq
Tags: upstream-3.1~a1+20090322
ImportĀ upstreamĀ versionĀ 3.1~a1+20090322

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?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
                <Configuration
 
120
                        Name="ReleaseItanium|Win32"
 
121
                        OutputDirectory="."
 
122
                        IntermediateDirectory="ia64-temp-release\_ctypes_test"
 
123
                        ConfigurationType="2"
 
124
                        CharacterSet="2">
 
125
                        <Tool
 
126
                                Name="VCCLCompilerTool"
 
127
                                AdditionalOptions=" /USECL:MS_ITANIUM"
 
128
                                Optimization="0"
 
129
                                AdditionalIncludeDirectories="..\..\Include,..\..\PC"
 
130
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
 
131
                                MinimalRebuild="FALSE"
 
132
                                BasicRuntimeChecks="0"
 
133
                                RuntimeLibrary="3"
 
134
                                BufferSecurityCheck="FALSE"
 
135
                                UsePrecompiledHeader="0"
 
136
                                WarningLevel="3"
 
137
                                Detect64BitPortabilityProblems="TRUE"
 
138
                                DebugInformationFormat="3"
 
139
                                CompileAs="0"/>
 
140
                        <Tool
 
141
                                Name="VCCustomBuildTool"/>
 
142
                        <Tool
 
143
                                Name="VCLinkerTool"
 
144
                                AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
 
145
                                OutputFile="./_ctypes_test_d.pyd"
 
146
                                LinkIncremental="1"
 
147
                                SuppressStartupBanner="TRUE"
 
148
                                GenerateDebugInformation="TRUE"
 
149
                                ProgramDatabaseFile=".\./_ctypes_test_d.pdb"
 
150
                                SubSystem="0"
 
151
                                ImportLibrary=".\./_ctypes_test_d.lib"
 
152
                                TargetMachine="0"/>
 
153
                        <Tool
 
154
                                Name="VCMIDLTool"/>
 
155
                        <Tool
 
156
                                Name="VCPostBuildEventTool"/>
 
157
                        <Tool
 
158
                                Name="VCPreBuildEventTool"/>
 
159
                        <Tool
 
160
                                Name="VCPreLinkEventTool"/>
 
161
                        <Tool
 
162
                                Name="VCResourceCompilerTool"/>
 
163
                        <Tool
 
164
                                Name="VCWebServiceProxyGeneratorTool"/>
 
165
                        <Tool
 
166
                                Name="VCXMLDataGeneratorTool"/>
 
167
                        <Tool
 
168
                                Name="VCWebDeploymentTool"/>
 
169
                        <Tool
 
170
                                Name="VCManagedWrapperGeneratorTool"/>
 
171
                        <Tool
 
172
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
173
                </Configuration>
 
174
                <Configuration
 
175
                        Name="ReleaseAMD64|Win32"
 
176
                        OutputDirectory="."
 
177
                        IntermediateDirectory="amd64-temp-release\_ctypes_test"
 
178
                        ConfigurationType="2"
 
179
                        CharacterSet="2">
 
180
                        <Tool
 
181
                                Name="VCCLCompilerTool"
 
182
                                AdditionalOptions=" /USECL:MS_OPTERON"
 
183
                                InlineFunctionExpansion="1"
 
184
                                AdditionalIncludeDirectories="..\..\Include,..\..\PC"
 
185
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
 
186
                                StringPooling="TRUE"
 
187
                                BasicRuntimeChecks="0"
 
188
                                RuntimeLibrary="2"
 
189
                                BufferSecurityCheck="FALSE"
 
190
                                EnableFunctionLevelLinking="TRUE"
 
191
                                UsePrecompiledHeader="0"
 
192
                                WarningLevel="3"
 
193
                                Detect64BitPortabilityProblems="TRUE"
 
194
                                DebugInformationFormat="3"
 
195
                                CompileAs="0"/>
 
196
                        <Tool
 
197
                                Name="VCCustomBuildTool"/>
 
198
                        <Tool
 
199
                                Name="VCLinkerTool"
 
200
                                AdditionalOptions=" /MACHINE:AMD64 /USELINK:MS_SDK"
 
201
                                OutputFile="./_ctypes_test.pyd"
 
202
                                LinkIncremental="1"
 
203
                                SuppressStartupBanner="TRUE"
 
204
                                GenerateDebugInformation="FALSE"
 
205
                                ProgramDatabaseFile=".\./_ctypes_test.pdb"
 
206
                                SubSystem="0"
 
207
                                OptimizeReferences="0"
 
208
                                EnableCOMDATFolding="0"
 
209
                                ImportLibrary=".\./_ctypes_test.lib"
 
210
                                TargetMachine="0"/>
 
211
                        <Tool
 
212
                                Name="VCMIDLTool"/>
 
213
                        <Tool
 
214
                                Name="VCPostBuildEventTool"/>
 
215
                        <Tool
 
216
                                Name="VCPreBuildEventTool"/>
 
217
                        <Tool
 
218
                                Name="VCPreLinkEventTool"/>
 
219
                        <Tool
 
220
                                Name="VCResourceCompilerTool"/>
 
221
                        <Tool
 
222
                                Name="VCWebServiceProxyGeneratorTool"/>
 
223
                        <Tool
 
224
                                Name="VCXMLDataGeneratorTool"/>
 
225
                        <Tool
 
226
                                Name="VCWebDeploymentTool"/>
 
227
                        <Tool
 
228
                                Name="VCManagedWrapperGeneratorTool"/>
 
229
                        <Tool
 
230
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
231
                </Configuration>
 
232
        </Configurations>
 
233
        <References>
 
234
        </References>
 
235
        <Files>
 
236
                <File
 
237
                        RelativePath="..\..\Modules\_ctypes\_ctypes_test.c">
 
238
                </File>
 
239
        </Files>
 
240
        <Globals>
 
241
        </Globals>
 
242
</VisualStudioProject>