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

« back to all changes in this revision

Viewing changes to vc/vc7/Half_toFloat/Half_toFloat.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="Half_toFloat"
6
 
        SccProjectName=""
7
 
        SccLocalPath="">
8
 
        <Platforms>
9
 
                <Platform
10
 
                        Name="Win32"/>
11
 
        </Platforms>
12
 
        <Configurations>
13
 
                <Configuration
14
 
                        Name="Debug|Win32"
15
 
                        OutputDirectory=".\Debug"
16
 
                        IntermediateDirectory=".\Debug"
17
 
                        ConfigurationType="1"
18
 
                        UseOfMFC="0"
19
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
20
 
                        CharacterSet="2">
21
 
                        <Tool
22
 
                                Name="VCCLCompilerTool"
23
 
                                Optimization="0"
24
 
                                PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PLATFORM_WINDOWS;HAVE_IOS_BASE;HAVE_STL_LIMITS"
25
 
                                BasicRuntimeChecks="3"
26
 
                                RuntimeLibrary="3"
27
 
                                ForceConformanceInForLoopScope="TRUE"
28
 
                                RuntimeTypeInfo="TRUE"
29
 
                                UsePrecompiledHeader="0"
30
 
                                WarningLevel="3"
31
 
                                SuppressStartupBanner="TRUE"
32
 
                                Detect64BitPortabilityProblems="TRUE"
33
 
                                DebugInformationFormat="4"
34
 
                                DisableSpecificWarnings="4290"/>
35
 
                        <Tool
36
 
                                Name="VCCustomBuildTool"/>
37
 
                        <Tool
38
 
                                Name="VCLinkerTool"
39
 
                                OutputFile="Debug/toFloat.exe"
40
 
                                LinkIncremental="2"
41
 
                                SuppressStartupBanner="TRUE"
42
 
                                GenerateDebugInformation="TRUE"
43
 
                                SubSystem="1"
44
 
                                TargetMachine="1"/>
45
 
                        <Tool
46
 
                                Name="VCMIDLTool"
47
 
                                TypeLibraryName=".\Debug/Half_toFloat.tlb"
48
 
                                HeaderFileName=""/>
49
 
                        <Tool
50
 
                                Name="VCPostBuildEventTool"
51
 
                                Description="Building toFloat.h include file...."
52
 
                                CommandLine="Debug\toFloat.exe &gt; ..\..\..\Half\toFloat.h"/>
53
 
                        <Tool
54
 
                                Name="VCPreBuildEventTool"/>
55
 
                        <Tool
56
 
                                Name="VCPreLinkEventTool"/>
57
 
                        <Tool
58
 
                                Name="VCResourceCompilerTool"
59
 
                                PreprocessorDefinitions="_DEBUG"
60
 
                                Culture="1033"/>
61
 
                        <Tool
62
 
                                Name="VCWebServiceProxyGeneratorTool"/>
63
 
                        <Tool
64
 
                                Name="VCXMLDataGeneratorTool"/>
65
 
                        <Tool
66
 
                                Name="VCWebDeploymentTool"/>
67
 
                        <Tool
68
 
                                Name="VCManagedWrapperGeneratorTool"/>
69
 
                        <Tool
70
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
71
 
                </Configuration>
72
 
                <Configuration
73
 
                        Name="Release|Win32"
74
 
                        OutputDirectory="$(ConfigurationName)"
75
 
                        IntermediateDirectory="$(ConfigurationName)"
76
 
                        ConfigurationType="1"
77
 
                        UseOfMFC="0"
78
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
79
 
                        CharacterSet="2">
80
 
                        <Tool
81
 
                                Name="VCCLCompilerTool"
82
 
                                Optimization="2"
83
 
                                InlineFunctionExpansion="1"
84
 
                                PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PLATFORM_WINDOWS;HAVE_IOS_BASE;HAVE_STL_LIMITS"
85
 
                                StringPooling="TRUE"
86
 
                                RuntimeLibrary="2"
87
 
                                ForceConformanceInForLoopScope="TRUE"
88
 
                                RuntimeTypeInfo="TRUE"
89
 
                                UsePrecompiledHeader="0"
90
 
                                ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb"
91
 
                                WarningLevel="3"
92
 
                                SuppressStartupBanner="TRUE"
93
 
                                Detect64BitPortabilityProblems="TRUE"
94
 
                                DebugInformationFormat="3"
95
 
                                DisableSpecificWarnings="4290"/>
96
 
                        <Tool
97
 
                                Name="VCCustomBuildTool"/>
98
 
                        <Tool
99
 
                                Name="VCLinkerTool"
100
 
                                OutputFile="Release/toFloat.exe"
101
 
                                LinkIncremental="1"
102
 
                                SuppressStartupBanner="TRUE"
103
 
                                GenerateDebugInformation="TRUE"
104
 
                                SubSystem="1"
105
 
                                TargetMachine="1"/>
106
 
                        <Tool
107
 
                                Name="VCMIDLTool"
108
 
                                TypeLibraryName=".\Release/Half_toFloat.tlb"
109
 
                                HeaderFileName=""/>
110
 
                        <Tool
111
 
                                Name="VCPostBuildEventTool"
112
 
                                Description="Building toFloat.h include file...."
113
 
                                CommandLine="Release\toFloat.exe &gt; ..\..\..\Half\toFloat.h"/>
114
 
                        <Tool
115
 
                                Name="VCPreBuildEventTool"/>
116
 
                        <Tool
117
 
                                Name="VCPreLinkEventTool"/>
118
 
                        <Tool
119
 
                                Name="VCResourceCompilerTool"
120
 
                                PreprocessorDefinitions="NDEBUG"
121
 
                                Culture="1033"/>
122
 
                        <Tool
123
 
                                Name="VCWebServiceProxyGeneratorTool"/>
124
 
                        <Tool
125
 
                                Name="VCXMLDataGeneratorTool"/>
126
 
                        <Tool
127
 
                                Name="VCWebDeploymentTool"/>
128
 
                        <Tool
129
 
                                Name="VCManagedWrapperGeneratorTool"/>
130
 
                        <Tool
131
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
132
 
                </Configuration>
133
 
        </Configurations>
134
 
        <References>
135
 
        </References>
136
 
        <Files>
137
 
                <Filter
138
 
                        Name="Source Files"
139
 
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
140
 
                        <File
141
 
                                RelativePath="..\..\..\Half\toFloat.cpp">
142
 
                                <FileConfiguration
143
 
                                        Name="Debug|Win32">
144
 
                                        <Tool
145
 
                                                Name="VCCLCompilerTool"
146
 
                                                Optimization="0"
147
 
                                                PreprocessorDefinitions=""
148
 
                                                BasicRuntimeChecks="3"/>
149
 
                                </FileConfiguration>
150
 
                                <FileConfiguration
151
 
                                        Name="Release|Win32">
152
 
                                        <Tool
153
 
                                                Name="VCCLCompilerTool"
154
 
                                                Optimization="2"
155
 
                                                PreprocessorDefinitions=""/>
156
 
                                </FileConfiguration>
157
 
                        </File>
158
 
                </Filter>
159
 
                <Filter
160
 
                        Name="Header Files"
161
 
                        Filter="h;hpp;hxx;hm;inl">
162
 
                </Filter>
163
 
                <Filter
164
 
                        Name="Resource Files"
165
 
                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
166
 
                </Filter>
167
 
        </Files>
168
 
        <Globals>
169
 
        </Globals>
170
 
</VisualStudioProject>