~ubuntu-branches/ubuntu/saucy/openexr/saucy

« back to all changes in this revision

Viewing changes to vc/vc7/IexTest/IexTest.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Adeodato Simó
  • Date: 2008-03-24 23:00:21 UTC
  • mfrom: (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080324230021-gnofz9mnvcj1xlv3
Tags: 1.6.1-3
Disable (hopefully temporarily) the test suite on arm and ia64.

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="IexTest"
6
 
        SccProjectName=""
7
 
        SccLocalPath="">
8
 
        <Platforms>
9
 
                <Platform
10
 
                        Name="Win32"/>
11
 
        </Platforms>
12
 
        <Configurations>
13
 
                <Configuration
14
 
                        Name="Release|Win32"
15
 
                        OutputDirectory="$(ConfigurationName)"
16
 
                        IntermediateDirectory="$(ConfigurationName)"
17
 
                        ConfigurationType="1"
18
 
                        UseOfMFC="0"
19
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
20
 
                        CharacterSet="2">
21
 
                        <Tool
22
 
                                Name="VCCLCompilerTool"
23
 
                                Optimization="2"
24
 
                                InlineFunctionExpansion="1"
25
 
                                AdditionalIncludeDirectories="../../../IlmImf,../../../Iex,../../../Imath,../../../Half,../../../IexTest"
26
 
                                PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PLATFORM_WINDOWS;HAVE_IOS_BASE;HAVE_STL_LIMITS"
27
 
                                StringPooling="TRUE"
28
 
                                RuntimeLibrary="2"
29
 
                                ForceConformanceInForLoopScope="TRUE"
30
 
                                RuntimeTypeInfo="TRUE"
31
 
                                UsePrecompiledHeader="0"
32
 
                                ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb"
33
 
                                WarningLevel="3"
34
 
                                SuppressStartupBanner="TRUE"
35
 
                                Detect64BitPortabilityProblems="TRUE"
36
 
                                DebugInformationFormat="3"
37
 
                                CompileAs="0"
38
 
                                DisableSpecificWarnings="4290"/>
39
 
                        <Tool
40
 
                                Name="VCCustomBuildTool"/>
41
 
                        <Tool
42
 
                                Name="VCLinkerTool"
43
 
                                OutputFile="..\bin\IexTest.exe"
44
 
                                LinkIncremental="1"
45
 
                                SuppressStartupBanner="TRUE"
46
 
                                AdditionalLibraryDirectories=";../lib"
47
 
                                GenerateDebugInformation="TRUE"
48
 
                                SubSystem="1"
49
 
                                EntryPointSymbol="mainCRTStartup"
50
 
                                TargetMachine="1"/>
51
 
                        <Tool
52
 
                                Name="VCMIDLTool"
53
 
                                TypeLibraryName=".\Release/IexTest.tlb"
54
 
                                HeaderFileName=""/>
55
 
                        <Tool
56
 
                                Name="VCPostBuildEventTool"
57
 
                                Description="Running IexTest program...."
58
 
                                CommandLine="..\bin\IexTest.exe"/>
59
 
                        <Tool
60
 
                                Name="VCPreBuildEventTool"/>
61
 
                        <Tool
62
 
                                Name="VCPreLinkEventTool"/>
63
 
                        <Tool
64
 
                                Name="VCResourceCompilerTool"
65
 
                                PreprocessorDefinitions="NDEBUG"
66
 
                                Culture="1033"/>
67
 
                        <Tool
68
 
                                Name="VCWebServiceProxyGeneratorTool"/>
69
 
                        <Tool
70
 
                                Name="VCXMLDataGeneratorTool"/>
71
 
                        <Tool
72
 
                                Name="VCWebDeploymentTool"/>
73
 
                        <Tool
74
 
                                Name="VCManagedWrapperGeneratorTool"/>
75
 
                        <Tool
76
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
77
 
                </Configuration>
78
 
                <Configuration
79
 
                        Name="Debug|Win32"
80
 
                        OutputDirectory="$(ConfigurationName)"
81
 
                        IntermediateDirectory="$(ConfigurationName)"
82
 
                        ConfigurationType="1"
83
 
                        UseOfMFC="0"
84
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
85
 
                        CharacterSet="2">
86
 
                        <Tool
87
 
                                Name="VCCLCompilerTool"
88
 
                                Optimization="0"
89
 
                                AdditionalIncludeDirectories="../../../IlmImf,../../../Iex,../../../Imath,../../../Half,../../../IexTest"
90
 
                                PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PLATFORM_WINDOWS;HAVE_IOS_BASE;HAVE_STL_LIMITS"
91
 
                                BasicRuntimeChecks="3"
92
 
                                RuntimeLibrary="3"
93
 
                                ForceConformanceInForLoopScope="TRUE"
94
 
                                RuntimeTypeInfo="TRUE"
95
 
                                UsePrecompiledHeader="0"
96
 
                                ProgramDataBaseFileName="$(IntDir)/IexTest_d.pdb"
97
 
                                WarningLevel="3"
98
 
                                SuppressStartupBanner="TRUE"
99
 
                                Detect64BitPortabilityProblems="TRUE"
100
 
                                DebugInformationFormat="4"
101
 
                                CompileAs="0"
102
 
                                DisableSpecificWarnings="4290"/>
103
 
                        <Tool
104
 
                                Name="VCCustomBuildTool"/>
105
 
                        <Tool
106
 
                                Name="VCLinkerTool"
107
 
                                OutputFile="..\bin\$(ProjectName)_d.exe"
108
 
                                LinkIncremental="2"
109
 
                                SuppressStartupBanner="TRUE"
110
 
                                AdditionalLibraryDirectories="C:\Test\bin_dll_d"
111
 
                                GenerateDebugInformation="TRUE"
112
 
                                SubSystem="1"
113
 
                                EntryPointSymbol="mainCRTStartup"
114
 
                                TargetMachine="1"/>
115
 
                        <Tool
116
 
                                Name="VCMIDLTool"
117
 
                                TypeLibraryName=".\Debug/IexTest.tlb"
118
 
                                HeaderFileName=""/>
119
 
                        <Tool
120
 
                                Name="VCPostBuildEventTool"
121
 
                                Description="Running IexTest program...."
122
 
                                CommandLine="..\bin\$(ProjectName)_d.exe"/>
123
 
                        <Tool
124
 
                                Name="VCPreBuildEventTool"/>
125
 
                        <Tool
126
 
                                Name="VCPreLinkEventTool"/>
127
 
                        <Tool
128
 
                                Name="VCResourceCompilerTool"
129
 
                                PreprocessorDefinitions="_DEBUG"
130
 
                                Culture="1033"/>
131
 
                        <Tool
132
 
                                Name="VCWebServiceProxyGeneratorTool"/>
133
 
                        <Tool
134
 
                                Name="VCXMLDataGeneratorTool"/>
135
 
                        <Tool
136
 
                                Name="VCWebDeploymentTool"/>
137
 
                        <Tool
138
 
                                Name="VCManagedWrapperGeneratorTool"/>
139
 
                        <Tool
140
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
141
 
                </Configuration>
142
 
                <Configuration
143
 
                        Name="DebugDLL|Win32"
144
 
                        OutputDirectory="$(ConfigurationName)"
145
 
                        IntermediateDirectory="$(ConfigurationName)"
146
 
                        ConfigurationType="1"
147
 
                        UseOfMFC="0"
148
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
149
 
                        CharacterSet="2">
150
 
                        <Tool
151
 
                                Name="VCCLCompilerTool"
152
 
                                Optimization="0"
153
 
                                AdditionalIncludeDirectories="../../../IlmImf,../../../Iex,../../../Imath,../../../Half,../../../IexTest"
154
 
                                PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PLATFORM_WINDOWS;HAVE_IOS_BASE;HAVE_STL_LIMITS"
155
 
                                BasicRuntimeChecks="3"
156
 
                                RuntimeLibrary="3"
157
 
                                ForceConformanceInForLoopScope="TRUE"
158
 
                                RuntimeTypeInfo="TRUE"
159
 
                                UsePrecompiledHeader="0"
160
 
                                ProgramDataBaseFileName="$(IntDir)/$(ProjectName)_dll_d.pdb"
161
 
                                WarningLevel="3"
162
 
                                SuppressStartupBanner="TRUE"
163
 
                                Detect64BitPortabilityProblems="TRUE"
164
 
                                DebugInformationFormat="4"
165
 
                                CompileAs="0"
166
 
                                DisableSpecificWarnings="4290"/>
167
 
                        <Tool
168
 
                                Name="VCCustomBuildTool"/>
169
 
                        <Tool
170
 
                                Name="VCLinkerTool"
171
 
                                OutputFile="..\bin\$(ProjectName)_dll_d.exe"
172
 
                                LinkIncremental="2"
173
 
                                SuppressStartupBanner="TRUE"
174
 
                                AdditionalLibraryDirectories="..\lib"
175
 
                                GenerateDebugInformation="TRUE"
176
 
                                ProgramDatabaseFile="$(OutDir)/$(ProjectName)_dll_d.pdb"
177
 
                                SubSystem="1"
178
 
                                EntryPointSymbol="mainCRTStartup"
179
 
                                TargetMachine="1"/>
180
 
                        <Tool
181
 
                                Name="VCMIDLTool"
182
 
                                TypeLibraryName=".\Debug/IexTest.tlb"
183
 
                                HeaderFileName=""/>
184
 
                        <Tool
185
 
                                Name="VCPostBuildEventTool"
186
 
                                Description="Running IexTest program...."
187
 
                                CommandLine="..\bin\$(ProjectName)_dll_d.exe"/>
188
 
                        <Tool
189
 
                                Name="VCPreBuildEventTool"/>
190
 
                        <Tool
191
 
                                Name="VCPreLinkEventTool"/>
192
 
                        <Tool
193
 
                                Name="VCResourceCompilerTool"
194
 
                                PreprocessorDefinitions="_DEBUG"
195
 
                                Culture="1033"/>
196
 
                        <Tool
197
 
                                Name="VCWebServiceProxyGeneratorTool"/>
198
 
                        <Tool
199
 
                                Name="VCXMLDataGeneratorTool"/>
200
 
                        <Tool
201
 
                                Name="VCWebDeploymentTool"/>
202
 
                        <Tool
203
 
                                Name="VCManagedWrapperGeneratorTool"/>
204
 
                        <Tool
205
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
206
 
                </Configuration>
207
 
                <Configuration
208
 
                        Name="ReleaseDLL|Win32"
209
 
                        OutputDirectory="$(ConfigurationName)"
210
 
                        IntermediateDirectory="$(ConfigurationName)"
211
 
                        ConfigurationType="1"
212
 
                        UseOfMFC="0"
213
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
214
 
                        CharacterSet="2">
215
 
                        <Tool
216
 
                                Name="VCCLCompilerTool"
217
 
                                Optimization="3"
218
 
                                InlineFunctionExpansion="2"
219
 
                                EnableIntrinsicFunctions="TRUE"
220
 
                                FavorSizeOrSpeed="1"
221
 
                                OptimizeForWindowsApplication="TRUE"
222
 
                                AdditionalIncludeDirectories="../../../IlmImf,../../../Iex,../../../Imath,../../../Half,../../../IexTest"
223
 
                                PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PLATFORM_WINDOWS;HAVE_IOS_BASE;HAVE_STL_LIMITS"
224
 
                                BasicRuntimeChecks="0"
225
 
                                RuntimeLibrary="2"
226
 
                                ForceConformanceInForLoopScope="TRUE"
227
 
                                RuntimeTypeInfo="TRUE"
228
 
                                UsePrecompiledHeader="0"
229
 
                                ProgramDataBaseFileName="$(IntDir)/$(ProjectName)_dll.pdb"
230
 
                                WarningLevel="3"
231
 
                                SuppressStartupBanner="TRUE"
232
 
                                Detect64BitPortabilityProblems="TRUE"
233
 
                                DebugInformationFormat="1"
234
 
                                CompileAs="0"
235
 
                                DisableSpecificWarnings="4290"/>
236
 
                        <Tool
237
 
                                Name="VCCustomBuildTool"/>
238
 
                        <Tool
239
 
                                Name="VCLinkerTool"
240
 
                                OutputFile="..\bin\$(ProjectName)_dll.exe"
241
 
                                LinkIncremental="2"
242
 
                                SuppressStartupBanner="TRUE"
243
 
                                AdditionalLibraryDirectories="..\lib"
244
 
                                GenerateDebugInformation="TRUE"
245
 
                                ProgramDatabaseFile="$(OutDir)/$(ProjectName)_dll.pdb"
246
 
                                SubSystem="1"
247
 
                                EntryPointSymbol="mainCRTStartup"
248
 
                                TargetMachine="1"/>
249
 
                        <Tool
250
 
                                Name="VCMIDLTool"
251
 
                                TypeLibraryName=".\Debug/IexTest.tlb"
252
 
                                HeaderFileName=""/>
253
 
                        <Tool
254
 
                                Name="VCPostBuildEventTool"
255
 
                                Description="Running IexTest program...."
256
 
                                CommandLine="..\bin\$(ProjectName)_dll.exe"/>
257
 
                        <Tool
258
 
                                Name="VCPreBuildEventTool"/>
259
 
                        <Tool
260
 
                                Name="VCPreLinkEventTool"/>
261
 
                        <Tool
262
 
                                Name="VCResourceCompilerTool"
263
 
                                PreprocessorDefinitions="_DEBUG"
264
 
                                Culture="1033"/>
265
 
                        <Tool
266
 
                                Name="VCWebServiceProxyGeneratorTool"/>
267
 
                        <Tool
268
 
                                Name="VCXMLDataGeneratorTool"/>
269
 
                        <Tool
270
 
                                Name="VCWebDeploymentTool"/>
271
 
                        <Tool
272
 
                                Name="VCManagedWrapperGeneratorTool"/>
273
 
                        <Tool
274
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
275
 
                </Configuration>
276
 
        </Configurations>
277
 
        <References>
278
 
        </References>
279
 
        <Files>
280
 
                <Filter
281
 
                        Name="Source Files"
282
 
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
283
 
                        <File
284
 
                                RelativePath="..\..\..\IexTest\main.cpp">
285
 
                                <FileConfiguration
286
 
                                        Name="Release|Win32">
287
 
                                        <Tool
288
 
                                                Name="VCCLCompilerTool"
289
 
                                                Optimization="2"
290
 
                                                AdditionalIncludeDirectories=""
291
 
                                                PreprocessorDefinitions=""/>
292
 
                                </FileConfiguration>
293
 
                                <FileConfiguration
294
 
                                        Name="Debug|Win32">
295
 
                                        <Tool
296
 
                                                Name="VCCLCompilerTool"
297
 
                                                Optimization="0"
298
 
                                                AdditionalIncludeDirectories=""
299
 
                                                PreprocessorDefinitions=""
300
 
                                                BasicRuntimeChecks="3"/>
301
 
                                </FileConfiguration>
302
 
                                <FileConfiguration
303
 
                                        Name="DebugDLL|Win32">
304
 
                                        <Tool
305
 
                                                Name="VCCLCompilerTool"
306
 
                                                Optimization="0"
307
 
                                                AdditionalIncludeDirectories=""
308
 
                                                PreprocessorDefinitions=""
309
 
                                                BasicRuntimeChecks="3"/>
310
 
                                </FileConfiguration>
311
 
                                <FileConfiguration
312
 
                                        Name="ReleaseDLL|Win32">
313
 
                                        <Tool
314
 
                                                Name="VCCLCompilerTool"
315
 
                                                Optimization="0"
316
 
                                                AdditionalIncludeDirectories=""
317
 
                                                PreprocessorDefinitions=""
318
 
                                                BasicRuntimeChecks="3"/>
319
 
                                </FileConfiguration>
320
 
                        </File>
321
 
                        <File
322
 
                                RelativePath="..\..\..\IexTest\testBaseExc.cpp">
323
 
                                <FileConfiguration
324
 
                                        Name="Release|Win32">
325
 
                                        <Tool
326
 
                                                Name="VCCLCompilerTool"
327
 
                                                Optimization="2"
328
 
                                                AdditionalIncludeDirectories=""
329
 
                                                PreprocessorDefinitions=""/>
330
 
                                </FileConfiguration>
331
 
                                <FileConfiguration
332
 
                                        Name="Debug|Win32">
333
 
                                        <Tool
334
 
                                                Name="VCCLCompilerTool"
335
 
                                                Optimization="0"
336
 
                                                AdditionalIncludeDirectories=""
337
 
                                                PreprocessorDefinitions=""
338
 
                                                BasicRuntimeChecks="3"/>
339
 
                                </FileConfiguration>
340
 
                                <FileConfiguration
341
 
                                        Name="DebugDLL|Win32">
342
 
                                        <Tool
343
 
                                                Name="VCCLCompilerTool"
344
 
                                                Optimization="0"
345
 
                                                AdditionalIncludeDirectories=""
346
 
                                                PreprocessorDefinitions=""
347
 
                                                BasicRuntimeChecks="3"/>
348
 
                                </FileConfiguration>
349
 
                                <FileConfiguration
350
 
                                        Name="ReleaseDLL|Win32">
351
 
                                        <Tool
352
 
                                                Name="VCCLCompilerTool"
353
 
                                                Optimization="0"
354
 
                                                AdditionalIncludeDirectories=""
355
 
                                                PreprocessorDefinitions=""
356
 
                                                BasicRuntimeChecks="3"/>
357
 
                                </FileConfiguration>
358
 
                        </File>
359
 
                </Filter>
360
 
                <Filter
361
 
                        Name="Header Files"
362
 
                        Filter="h;hpp;hxx;hm;inl">
363
 
                        <File
364
 
                                RelativePath="..\..\..\IexTest\testBaseExc.h">
365
 
                        </File>
366
 
                </Filter>
367
 
                <Filter
368
 
                        Name="Resource Files"
369
 
                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
370
 
                </Filter>
371
 
        </Files>
372
 
        <Globals>
373
 
        </Globals>
374
 
</VisualStudioProject>