source: GTP/trunk/Lib/Vis/Preprocessing/src/TestPreprocessor.vcproj @ 2231

Revision 2231, 14.9 KB checked in by mattausch, 17 years ago (diff)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="TestPreprocessor"
6        ProjectGUID="{69BC58F0-C7EB-4B43-B782-B6F047EF0528}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="..\bin\Debug"
16                        IntermediateDirectory="..\obj\Debug"
17                        ConfigurationType="1"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="..\include;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost;..\src\sparsehash\src\"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NO_QT"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                UsePrecompiledHeader="0"
28                                BrowseInformation="1"
29                                WarningLevel="3"
30                                Detect64BitPortabilityProblems="TRUE"
31                                DebugInformationFormat="4"/>
32                        <Tool
33                                Name="VCCustomBuildTool"/>
34                        <Tool
35                                Name="VCLinkerTool"
36                                AdditionalDependencies="xerces-c_2D.lib zdll.lib zziplibd.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib Preprocessor.lib glew32.lib"
37                                OutputFile="$(OutDir)/Preprocessor.exe"
38                                LinkIncremental="2"
39                                AdditionalLibraryDirectories="..\include;..\src\GL;&quot;..\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\NonGTP\Boost\lib;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib"
40                                GenerateDebugInformation="TRUE"
41                                ProgramDatabaseFile="$(OutDir)/TestPreprocessor.pdb"
42                                SubSystem="1"
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="..\bin\Release"
68                        IntermediateDirectory="..\obj\Release"
69                        ConfigurationType="1"
70                        CharacterSet="2">
71                        <Tool
72                                Name="VCCLCompilerTool"
73                                Optimization="3"
74                                GlobalOptimizations="TRUE"
75                                InlineFunctionExpansion="2"
76                                EnableIntrinsicFunctions="TRUE"
77                                FavorSizeOrSpeed="1"
78                                OmitFramePointers="TRUE"
79                                EnableFiberSafeOptimizations="TRUE"
80                                OptimizeForProcessor="0"
81                                OptimizeForWindowsApplication="TRUE"
82                                AdditionalIncludeDirectories="..\include;..\..\..\..\..\..\NonGTP\Boost;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\MultiLevelRayTracing;Timer"
83                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;NO_QT;USE_VERBOSE_PVS"
84                                RuntimeLibrary="2"
85                                EnableEnhancedInstructionSet="2"
86                                RuntimeTypeInfo="FALSE"
87                                UsePrecompiledHeader="0"
88                                BrowseInformation="1"
89                                WarningLevel="3"
90                                Detect64BitPortabilityProblems="TRUE"
91                                DebugInformationFormat="3"/>
92                        <Tool
93                                Name="VCCustomBuildTool"/>
94                        <Tool
95                                Name="VCLinkerTool"
96                                AdditionalDependencies="xerces-c_2.lib glew32.lib zdll.lib zziplib.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib Preprocessor.lib"
97                                OutputFile="$(OutDir)/Preprocessor.exe"
98                                LinkIncremental="1"
99                                AdditionalLibraryDirectories="..\src\GL;..\lib\release;..\..\..\..\..\..\NonGTP\Boost\lib;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib"
100                                GenerateDebugInformation="FALSE"
101                                SubSystem="1"
102                                OptimizeReferences="2"
103                                EnableCOMDATFolding="2"
104                                TargetMachine="1"
105                                FixedBaseAddress="1"/>
106                        <Tool
107                                Name="VCMIDLTool"/>
108                        <Tool
109                                Name="VCPostBuildEventTool"/>
110                        <Tool
111                                Name="VCPreBuildEventTool"/>
112                        <Tool
113                                Name="VCPreLinkEventTool"/>
114                        <Tool
115                                Name="VCResourceCompilerTool"/>
116                        <Tool
117                                Name="VCWebServiceProxyGeneratorTool"/>
118                        <Tool
119                                Name="VCXMLDataGeneratorTool"/>
120                        <Tool
121                                Name="VCWebDeploymentTool"/>
122                        <Tool
123                                Name="VCManagedWrapperGeneratorTool"/>
124                        <Tool
125                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
126                </Configuration>
127                <Configuration
128                        Name="mlrt|Win32"
129                        OutputDirectory="$(ConfigurationName)"
130                        IntermediateDirectory="$(ConfigurationName)"
131                        ConfigurationType="1"
132                        CharacterSet="2">
133                        <Tool
134                                Name="VCCLCompilerTool"
135                                Optimization="2"
136                                GlobalOptimizations="FALSE"
137                                FavorSizeOrSpeed="1"
138                                OptimizeForProcessor="3"
139                                AdditionalIncludeDirectories="..\include;..\..\..\..\..\..\NonGTP\Boost;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\MultiLevelRayTracing"
140                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GTP_INTERNAL"
141                                MinimalRebuild="TRUE"
142                                RuntimeLibrary="2"
143                                RuntimeTypeInfo="TRUE"
144                                UsePrecompiledHeader="0"
145                                WarningLevel="3"
146                                Detect64BitPortabilityProblems="TRUE"
147                                DebugInformationFormat="3"/>
148                        <Tool
149                                Name="VCCustomBuildTool"/>
150                        <Tool
151                                Name="VCLinkerTool"
152                                AdditionalDependencies="xerces-c_2.lib glew32.lib zdll.lib zziplib.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib Preprocessor.lib RTWorld.lib RTScene.lib"
153                                OutputFile="$(OutDir)/Preprocessor.exe"
154                                LinkIncremental="1"
155                                AdditionalLibraryDirectories="..\src\mlrt;&quot;$(CG_LIB_PATH)&quot;;..\src\GL;..\..\..\..\..\..\NonGTP\Boost\lib;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib;..\..\Preprocessing\MultiLevelRayTracing\RTScene\Release;..\..\Preprocessing\MultiLevelRayTracing\RTWorld\Release"
156                                GenerateDebugInformation="FALSE"
157                                SubSystem="1"
158                                OptimizeReferences="2"
159                                EnableCOMDATFolding="2"
160                                TargetMachine="1"
161                                FixedBaseAddress="1"/>
162                        <Tool
163                                Name="VCMIDLTool"/>
164                        <Tool
165                                Name="VCPostBuildEventTool"/>
166                        <Tool
167                                Name="VCPreBuildEventTool"/>
168                        <Tool
169                                Name="VCPreLinkEventTool"/>
170                        <Tool
171                                Name="VCResourceCompilerTool"/>
172                        <Tool
173                                Name="VCWebServiceProxyGeneratorTool"/>
174                        <Tool
175                                Name="VCXMLDataGeneratorTool"/>
176                        <Tool
177                                Name="VCWebDeploymentTool"/>
178                        <Tool
179                                Name="VCManagedWrapperGeneratorTool"/>
180                        <Tool
181                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
182                </Configuration>
183                <Configuration
184                        Name="Release Internal|Win32"
185                        OutputDirectory="bin\Release"
186                        IntermediateDirectory="bin\Release"
187                        ConfigurationType="1"
188                        CharacterSet="2"
189                        WholeProgramOptimization="TRUE">
190                        <Tool
191                                Name="VCCLCompilerTool"
192                                Optimization="3"
193                                GlobalOptimizations="TRUE"
194                                InlineFunctionExpansion="2"
195                                EnableIntrinsicFunctions="TRUE"
196                                FavorSizeOrSpeed="1"
197                                OmitFramePointers="TRUE"
198                                EnableFiberSafeOptimizations="TRUE"
199                                OptimizeForProcessor="3"
200                                OptimizeForWindowsApplication="TRUE"
201                                AdditionalIncludeDirectories="..\include;..\..\..\..\..\..\NonGTP\Boost;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;&quot;$(QTDIR)\include\QtOpenGl&quot;;&quot;$(QTDIR)\include\Qt&quot;;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include&quot;;QtInterface;..\src\sparsehash\src\;..\src\ootl\src\include\ootl;..\src\ootl\src\include\ootl\sandbox;$(NOINHERIT)"
202                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GTP_INTERNAL;USE_QT;USE_CG;USE_HASH_PV"
203                                StringPooling="TRUE"
204                                ExceptionHandling="TRUE"
205                                RuntimeLibrary="2"
206                                EnableEnhancedInstructionSet="2"
207                                RuntimeTypeInfo="FALSE"
208                                UsePrecompiledHeader="0"
209                                WarningLevel="3"
210                                Detect64BitPortabilityProblems="TRUE"
211                                DebugInformationFormat="3"/>
212                        <Tool
213                                Name="VCCustomBuildTool"/>
214                        <Tool
215                                Name="VCLinkerTool"
216                                AdditionalDependencies="xerces-c_2.lib glew32.lib zdll.lib zziplib.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib Preprocessor.lib RTScene.lib RTWorld.lib QtCore4.lib qtmain.lib cg.lib cgGL.lib QtOpenGL4.lib Qt3Support4.lib QtTest4.lib QtGui4.lib QtInterface.lib"
217                                OutputFile="../bin/release/Preprocessor2.exe"
218                                LinkIncremental="1"
219                                AdditionalLibraryDirectories="..\src\GL;..\lib\release;..\..\Preprocessing\lib\release;..\..\..\..\..\..\NonGTP\Boost\lib;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib;..\MultiLevelRayTracing\RTScene\Release;..\MultiLevelRayTracing\RTWorld\Release;&quot;$(QTDIR)\lib&quot;;.\QtInterface\Release;&quot;$(CG_LIB_PATH)&quot;"
220                                GenerateDebugInformation="FALSE"
221                                SubSystem="1"
222                                LargeAddressAware="2"
223                                OptimizeReferences="2"
224                                EnableCOMDATFolding="2"
225                                OptimizeForWindows98="1"
226                                TargetMachine="1"
227                                FixedBaseAddress="1"/>
228                        <Tool
229                                Name="VCMIDLTool"/>
230                        <Tool
231                                Name="VCPostBuildEventTool"/>
232                        <Tool
233                                Name="VCPreBuildEventTool"/>
234                        <Tool
235                                Name="VCPreLinkEventTool"/>
236                        <Tool
237                                Name="VCResourceCompilerTool"/>
238                        <Tool
239                                Name="VCWebServiceProxyGeneratorTool"/>
240                        <Tool
241                                Name="VCXMLDataGeneratorTool"/>
242                        <Tool
243                                Name="VCWebDeploymentTool"/>
244                        <Tool
245                                Name="VCManagedWrapperGeneratorTool"/>
246                        <Tool
247                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
248                </Configuration>
249                <Configuration
250                        Name="release_noqt|Win32"
251                        OutputDirectory="$(ConfigurationName)"
252                        IntermediateDirectory="$(ConfigurationName)"
253                        ConfigurationType="1"
254                        CharacterSet="2">
255                        <Tool
256                                Name="VCCLCompilerTool"
257                                Optimization="3"
258                                GlobalOptimizations="TRUE"
259                                InlineFunctionExpansion="2"
260                                EnableIntrinsicFunctions="TRUE"
261                                FavorSizeOrSpeed="1"
262                                OmitFramePointers="TRUE"
263                                EnableFiberSafeOptimizations="TRUE"
264                                OptimizeForProcessor="1"
265                                OptimizeForWindowsApplication="TRUE"
266                                AdditionalIncludeDirectories="..\include;..\..\..\..\..\..\NonGTP\Boost;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;&quot;$(QTDIR)\include\QtOpenGl&quot;;&quot;$(QTDIR)\include\Qt&quot;;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include&quot;"
267                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GTP_INTERNAL;NO_QT"
268                                RuntimeLibrary="2"
269                                EnableEnhancedInstructionSet="2"
270                                RuntimeTypeInfo="FALSE"
271                                UsePrecompiledHeader="0"
272                                WarningLevel="3"
273                                Detect64BitPortabilityProblems="TRUE"
274                                DebugInformationFormat="3"/>
275                        <Tool
276                                Name="VCCustomBuildTool"/>
277                        <Tool
278                                Name="VCLinkerTool"
279                                AdditionalDependencies="xerces-c_2.lib glew32.lib zdll.lib zziplib.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib Preprocessor.lib RTScene.lib RTWorld.lib"
280                                OutputFile="../bin/release/Preprocessor.exe"
281                                LinkIncremental="1"
282                                AdditionalLibraryDirectories="..\src\GL;..\lib\release;..\..\Preprocessing\lib\release;..\..\..\..\..\..\NonGTP\Boost\lib;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib;..\MultiLevelRayTracing\RTScene\Release;..\MultiLevelRayTracing\RTWorld\Release;&quot;$(QTDIR)\lib&quot;;.\QtGlRenderer\Release"
283                                GenerateDebugInformation="FALSE"
284                                SubSystem="1"
285                                OptimizeReferences="2"
286                                EnableCOMDATFolding="2"
287                                OptimizeForWindows98="1"
288                                TargetMachine="1"
289                                FixedBaseAddress="1"/>
290                        <Tool
291                                Name="VCMIDLTool"/>
292                        <Tool
293                                Name="VCPostBuildEventTool"/>
294                        <Tool
295                                Name="VCPreBuildEventTool"/>
296                        <Tool
297                                Name="VCPreLinkEventTool"/>
298                        <Tool
299                                Name="VCResourceCompilerTool"/>
300                        <Tool
301                                Name="VCWebServiceProxyGeneratorTool"/>
302                        <Tool
303                                Name="VCXMLDataGeneratorTool"/>
304                        <Tool
305                                Name="VCWebDeploymentTool"/>
306                        <Tool
307                                Name="VCManagedWrapperGeneratorTool"/>
308                        <Tool
309                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
310                </Configuration>
311                <Configuration
312                        Name="Release_Qt|Win32"
313                        OutputDirectory="$(ConfigurationName)"
314                        IntermediateDirectory="$(ConfigurationName)"
315                        ConfigurationType="1"
316                        CharacterSet="2">
317                        <Tool
318                                Name="VCCLCompilerTool"
319                                Optimization="3"
320                                GlobalOptimizations="TRUE"
321                                InlineFunctionExpansion="2"
322                                FavorSizeOrSpeed="1"
323                                EnableFiberSafeOptimizations="TRUE"
324                                OptimizeForProcessor="3"
325                                OptimizeForWindowsApplication="TRUE"
326                                AdditionalIncludeDirectories="..\include;..\..\..\..\..\..\NonGTP\Boost;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;&quot;$(QTDIR)\include\QtOpenGl&quot;;&quot;$(QTDIR)\include\Qt&quot;;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include&quot;;QtInterface"
327                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_QT"
328                                RuntimeLibrary="2"
329                                RuntimeTypeInfo="TRUE"
330                                UsePrecompiledHeader="0"
331                                WarningLevel="3"
332                                Detect64BitPortabilityProblems="TRUE"
333                                DebugInformationFormat="3"/>
334                        <Tool
335                                Name="VCCustomBuildTool"/>
336                        <Tool
337                                Name="VCLinkerTool"
338                                AdditionalDependencies="xerces-c_2.lib glew32.lib zdll.lib zziplib.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib Preprocessor.lib QtCore4.lib qtmain.lib cg.lib cgGL.lib QtOpenGL4.lib Qt3Support4.lib QtTest4.lib QtGui4.lib QtInterface.lib"
339                                OutputFile="../bin/release/Preprocessor.exe"
340                                LinkIncremental="1"
341                                AdditionalLibraryDirectories="..\src\GL;..\lib\release;..\..\Preprocessing\lib\release;..\..\..\..\..\..\NonGTP\Boost\lib;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib;..\MultiLevelRayTracing\RTScene\Release;..\MultiLevelRayTracing\RTWorld\Release;&quot;$(QTDIR)\lib&quot;;.\QtInterface\Release;&quot;$(CG_LIB_PATH)&quot;"
342                                GenerateDebugInformation="FALSE"
343                                SubSystem="1"
344                                OptimizeReferences="2"
345                                EnableCOMDATFolding="2"
346                                TargetMachine="1"
347                                FixedBaseAddress="1"/>
348                        <Tool
349                                Name="VCMIDLTool"/>
350                        <Tool
351                                Name="VCPostBuildEventTool"/>
352                        <Tool
353                                Name="VCPreBuildEventTool"/>
354                        <Tool
355                                Name="VCPreLinkEventTool"/>
356                        <Tool
357                                Name="VCResourceCompilerTool"/>
358                        <Tool
359                                Name="VCWebServiceProxyGeneratorTool"/>
360                        <Tool
361                                Name="VCXMLDataGeneratorTool"/>
362                        <Tool
363                                Name="VCWebDeploymentTool"/>
364                        <Tool
365                                Name="VCManagedWrapperGeneratorTool"/>
366                        <Tool
367                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
368                </Configuration>
369        </Configurations>
370        <References>
371        </References>
372        <Files>
373                <Filter
374                        Name="Source Files"
375                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
376                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
377                        <File
378                                RelativePath="..\src\main.cpp">
379                        </File>
380                </Filter>
381                <Filter
382                        Name="Header Files"
383                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
384                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
385                </Filter>
386                <Filter
387                        Name="Resource Files"
388                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
389                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
390                </Filter>
391                <File
392                        RelativePath=".\VTune\TestPreprocessor.vpj">
393                </File>
394        </Files>
395        <Globals>
396        </Globals>
397</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.