~cspiel/enblend/staging

« back to all changes in this revision

Viewing changes to src/enblend_msvc2008.vcproj

  • Committer: dangelo
  • Date: 2008-01-13 11:18:27 UTC
  • Revision ID: vcs-imports@canonical.com-20080113111827-m4mxfb173ss1722i
added project files for MSVC 2008

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="9,00"
 
5
        Name="enblend"
 
6
        ProjectGUID="{A1402918-6CCA-4625-A83B-FF965635D7BE}"
 
7
        RootNamespace="enblend"
 
8
        Keyword="Win32Proj"
 
9
        TargetFrameworkVersion="131072"
 
10
        >
 
11
        <Platforms>
 
12
                <Platform
 
13
                        Name="Win32"
 
14
                />
 
15
        </Platforms>
 
16
        <ToolFiles>
 
17
        </ToolFiles>
 
18
        <Configurations>
 
19
                <Configuration
 
20
                        Name="Debug|Win32"
 
21
                        OutputDirectory="Debug"
 
22
                        IntermediateDirectory="Debug"
 
23
                        ConfigurationType="1"
 
24
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
25
                        CharacterSet="2"
 
26
                        >
 
27
                        <Tool
 
28
                                Name="VCPreBuildEventTool"
 
29
                        />
 
30
                        <Tool
 
31
                                Name="VCCustomBuildTool"
 
32
                        />
 
33
                        <Tool
 
34
                                Name="VCXMLDataGeneratorTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCWebServiceProxyGeneratorTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCMIDLTool"
 
41
                        />
 
42
                        <Tool
 
43
                                Name="VCCLCompilerTool"
 
44
                                Optimization="0"
 
45
                                EnableIntrinsicFunctions="true"
 
46
                                AdditionalIncludeDirectories="&quot;..\..\STLport-trunk\stlport&quot;;..\include;..\..\include;&quot;..\..\tiff-3.8.2\libtiff&quot;;&quot;..\..\wxMSW-2.8.7\src\jpeg&quot;;&quot;..\..\wxMSW-2.8.7\src\png&quot;;&quot;..\..\wxMSW-2.8.7\src\zlib&quot;;&quot;..\..\boost-trunk&quot;;&quot;..\..\lcms-1.17\include&quot;;&quot;..\..\libxmi-1.2&quot;;."
 
47
                                PreprocessorDefinitions="VIGRA_STATIC_LIB;WIN32;__WIN32__;NDEBUG;ENBLEND_CACHE_IMAGES;_WIN32;_CRT_SECURE_NO_DEPRECATE"
 
48
                                MinimalRebuild="true"
 
49
                                BasicRuntimeChecks="3"
 
50
                                RuntimeLibrary="1"
 
51
                                RuntimeTypeInfo="true"
 
52
                                UsePrecompiledHeader="0"
 
53
                                WarningLevel="3"
 
54
                                Detect64BitPortabilityProblems="true"
 
55
                                DebugInformationFormat="4"
 
56
                        />
 
57
                        <Tool
 
58
                                Name="VCManagedResourceCompilerTool"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCResourceCompilerTool"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCPreLinkEventTool"
 
65
                        />
 
66
                        <Tool
 
67
                                Name="VCLinkerTool"
 
68
                                AdditionalDependencies="libtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib libxmi.lib lcms.lib IlmImf.lib Imath.lib IlmThread.lib Half.lib Iex.lib"
 
69
                                OutputFile="$(OutDir)/enblend.exe"
 
70
                                LinkIncremental="2"
 
71
                                AdditionalLibraryDirectories="&quot;..\..\wxMSW-2.8.7\lib\vc_lib&quot;;&quot;..\..\lcms-1.17\Lib\MS&quot;;&quot;..\..\libxmi-1.2\Debug&quot;;&quot;..\..\STLport-trunk\lib&quot;;..\..\Deploy\lib\Debug;&quot;..\..\tiff-3.8.2\libtiff&quot;"
 
72
                                GenerateDebugInformation="true"
 
73
                                ProgramDatabaseFile="$(OutDir)/enblend.pdb"
 
74
                                SubSystem="1"
 
75
                                RandomizedBaseAddress="1"
 
76
                                DataExecutionPrevention="0"
 
77
                                TargetMachine="1"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCALinkTool"
 
81
                        />
 
82
                        <Tool
 
83
                                Name="VCManifestTool"
 
84
                        />
 
85
                        <Tool
 
86
                                Name="VCXDCMakeTool"
 
87
                        />
 
88
                        <Tool
 
89
                                Name="VCBscMakeTool"
 
90
                        />
 
91
                        <Tool
 
92
                                Name="VCFxCopTool"
 
93
                        />
 
94
                        <Tool
 
95
                                Name="VCAppVerifierTool"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCPostBuildEventTool"
 
99
                        />
 
100
                </Configuration>
 
101
                <Configuration
 
102
                        Name="Release|Win32"
 
103
                        OutputDirectory="Release"
 
104
                        IntermediateDirectory="Release"
 
105
                        ConfigurationType="1"
 
106
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
107
                        UseOfMFC="0"
 
108
                        CharacterSet="2"
 
109
                        WholeProgramOptimization="1"
 
110
                        >
 
111
                        <Tool
 
112
                                Name="VCPreBuildEventTool"
 
113
                        />
 
114
                        <Tool
 
115
                                Name="VCCustomBuildTool"
 
116
                        />
 
117
                        <Tool
 
118
                                Name="VCXMLDataGeneratorTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCWebServiceProxyGeneratorTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCMIDLTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCCLCompilerTool"
 
128
                                Optimization="3"
 
129
                                InlineFunctionExpansion="2"
 
130
                                EnableIntrinsicFunctions="true"
 
131
                                FavorSizeOrSpeed="1"
 
132
                                WholeProgramOptimization="true"
 
133
                                AdditionalIncludeDirectories="&quot;..\..\STLport-trunk\stlport&quot;;..\include;..\..\include;&quot;..\..\tiff-3.8.2\libtiff&quot;;&quot;..\..\wxMSW-2.8.7\src\jpeg&quot;;&quot;..\..\wxMSW-2.8.7\src\png&quot;;&quot;..\..\wxMSW-2.8.7\src\zlib&quot;;&quot;..\..\boost-trunk&quot;;&quot;..\..\lcms-1.17\include&quot;;&quot;..\..\libxmi-1.2&quot;;."
 
134
                                PreprocessorDefinitions="VIGRA_STATIC_LIB;WIN32;__WIN32__;NDEBUG;ENBLEND_CACHE_IMAGES;_WIN32;_CRT_SECURE_NO_DEPRECATE"
 
135
                                RuntimeLibrary="0"
 
136
                                BufferSecurityCheck="false"
 
137
                                EnableEnhancedInstructionSet="0"
 
138
                                RuntimeTypeInfo="true"
 
139
                                UsePrecompiledHeader="0"
 
140
                                WarningLevel="3"
 
141
                                Detect64BitPortabilityProblems="true"
 
142
                                DebugInformationFormat="3"
 
143
                                DisableSpecificWarnings="4251"
 
144
                        />
 
145
                        <Tool
 
146
                                Name="VCManagedResourceCompilerTool"
 
147
                        />
 
148
                        <Tool
 
149
                                Name="VCResourceCompilerTool"
 
150
                        />
 
151
                        <Tool
 
152
                                Name="VCPreLinkEventTool"
 
153
                        />
 
154
                        <Tool
 
155
                                Name="VCLinkerTool"
 
156
                                AdditionalDependencies="libtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib libxmi.lib lcms.lib IlmImf.lib Imath.lib IlmThread.lib Half.lib Iex.lib"
 
157
                                OutputFile="$(OutDir)/enblend.exe"
 
158
                                LinkIncremental="1"
 
159
                                AdditionalLibraryDirectories="&quot;..\..\wxMSW-2.8.7\lib\vc_lib&quot;;&quot;..\..\lcms-1.17\Lib\MS&quot;;&quot;..\..\libxmi-1.2\Release&quot;;&quot;..\..\STLport-trunk\lib&quot;;..\..\Deploy\lib\Release;&quot;..\..\tiff-3.8.2\libtiff&quot;"
 
160
                                GenerateDebugInformation="false"
 
161
                                SubSystem="1"
 
162
                                LargeAddressAware="2"
 
163
                                OptimizeReferences="2"
 
164
                                EnableCOMDATFolding="2"
 
165
                                RandomizedBaseAddress="1"
 
166
                                DataExecutionPrevention="0"
 
167
                                TargetMachine="1"
 
168
                        />
 
169
                        <Tool
 
170
                                Name="VCALinkTool"
 
171
                        />
 
172
                        <Tool
 
173
                                Name="VCManifestTool"
 
174
                        />
 
175
                        <Tool
 
176
                                Name="VCXDCMakeTool"
 
177
                        />
 
178
                        <Tool
 
179
                                Name="VCBscMakeTool"
 
180
                        />
 
181
                        <Tool
 
182
                                Name="VCFxCopTool"
 
183
                        />
 
184
                        <Tool
 
185
                                Name="VCAppVerifierTool"
 
186
                        />
 
187
                        <Tool
 
188
                                Name="VCPostBuildEventTool"
 
189
                        />
 
190
                </Configuration>
 
191
        </Configurations>
 
192
        <References>
 
193
        </References>
 
194
        <Files>
 
195
                <Filter
 
196
                        Name="Source Files"
 
197
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
198
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
199
                        >
 
200
                        <File
 
201
                                RelativePath=".\enblend.cc"
 
202
                                >
 
203
                        </File>
 
204
                        <File
 
205
                                RelativePath=".\win32helpers\getopt.c"
 
206
                                >
 
207
                        </File>
 
208
                        <File
 
209
                                RelativePath=".\win32helpers\getopt_long.c"
 
210
                                >
 
211
                        </File>
 
212
                        <File
 
213
                                RelativePath=".\gpu.cc"
 
214
                                >
 
215
                        </File>
 
216
                </Filter>
 
217
                <Filter
 
218
                        Name="Header Files"
 
219
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
220
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
221
                        >
 
222
                        <File
 
223
                                RelativePath=".\anneal.h"
 
224
                                >
 
225
                        </File>
 
226
                        <File
 
227
                                RelativePath=".\assemble.h"
 
228
                                >
 
229
                        </File>
 
230
                        <File
 
231
                                RelativePath=".\blend.h"
 
232
                                >
 
233
                        </File>
 
234
                        <File
 
235
                                RelativePath=".\bounds.h"
 
236
                                >
 
237
                        </File>
 
238
                        <File
 
239
                                RelativePath=".\common.h"
 
240
                                >
 
241
                        </File>
 
242
                        <File
 
243
                                RelativePath=".\enblend.h"
 
244
                                >
 
245
                        </File>
 
246
                        <File
 
247
                                RelativePath=".\fixmath.h"
 
248
                                >
 
249
                        </File>
 
250
                        <File
 
251
                                RelativePath=".\float_cast.h"
 
252
                                >
 
253
                        </File>
 
254
                        <File
 
255
                                RelativePath=".\win32helpers\getopt_long.h"
 
256
                                >
 
257
                        </File>
 
258
                        <File
 
259
                                RelativePath=".\gpu.h"
 
260
                                >
 
261
                        </File>
 
262
                        <File
 
263
                                RelativePath=".\mask.h"
 
264
                                >
 
265
                        </File>
 
266
                        <File
 
267
                                RelativePath=".\nearest.h"
 
268
                                >
 
269
                        </File>
 
270
                        <File
 
271
                                RelativePath=".\numerictraits.h"
 
272
                                >
 
273
                        </File>
 
274
                        <File
 
275
                                RelativePath=".\path.h"
 
276
                                >
 
277
                        </File>
 
278
                        <File
 
279
                                RelativePath=".\pyramid.h"
 
280
                                >
 
281
                        </File>
 
282
                        <File
 
283
                                RelativePath=".\win32helpers\win32config.h"
 
284
                                >
 
285
                        </File>
 
286
                </Filter>
 
287
                <Filter
 
288
                        Name="Resource Files"
 
289
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
 
290
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
291
                        >
 
292
                </Filter>
 
293
        </Files>
 
294
        <Globals>
 
295
        </Globals>
 
296
</VisualStudioProject>