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

Revision 2199, 14.8 KB checked in by mattausch, 17 years ago (diff)

using mutationsamples for evaluation

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                        <Tool
190                                Name="VCCLCompilerTool"
191                                Optimization="3"
192                                GlobalOptimizations="TRUE"
193                                InlineFunctionExpansion="2"
194                                EnableIntrinsicFunctions="TRUE"
195                                FavorSizeOrSpeed="1"
196                                OmitFramePointers="TRUE"
197                                EnableFiberSafeOptimizations="TRUE"
198                                OptimizeForProcessor="3"
199                                OptimizeForWindowsApplication="TRUE"
200                                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)"
201                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GTP_INTERNAL;USE_QT;USE_CG;USE_HASH_PVS"
202                                ExceptionHandling="TRUE"
203                                RuntimeLibrary="2"
204                                EnableEnhancedInstructionSet="2"
205                                RuntimeTypeInfo="FALSE"
206                                UsePrecompiledHeader="0"
207                                WarningLevel="3"
208                                Detect64BitPortabilityProblems="TRUE"
209                                DebugInformationFormat="3"/>
210                        <Tool
211                                Name="VCCustomBuildTool"/>
212                        <Tool
213                                Name="VCLinkerTool"
214                                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"
215                                OutputFile="../bin/release/Preprocessor.exe"
216                                LinkIncremental="1"
217                                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;"
218                                GenerateDebugInformation="FALSE"
219                                SubSystem="1"
220                                LargeAddressAware="2"
221                                OptimizeReferences="2"
222                                EnableCOMDATFolding="2"
223                                OptimizeForWindows98="1"
224                                TargetMachine="1"
225                                FixedBaseAddress="1"/>
226                        <Tool
227                                Name="VCMIDLTool"/>
228                        <Tool
229                                Name="VCPostBuildEventTool"/>
230                        <Tool
231                                Name="VCPreBuildEventTool"/>
232                        <Tool
233                                Name="VCPreLinkEventTool"/>
234                        <Tool
235                                Name="VCResourceCompilerTool"/>
236                        <Tool
237                                Name="VCWebServiceProxyGeneratorTool"/>
238                        <Tool
239                                Name="VCXMLDataGeneratorTool"/>
240                        <Tool
241                                Name="VCWebDeploymentTool"/>
242                        <Tool
243                                Name="VCManagedWrapperGeneratorTool"/>
244                        <Tool
245                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
246                </Configuration>
247                <Configuration
248                        Name="release_noqt|Win32"
249                        OutputDirectory="Release"
250                        IntermediateDirectory="Release"
251                        ConfigurationType="1"
252                        CharacterSet="2">
253                        <Tool
254                                Name="VCCLCompilerTool"
255                                Optimization="3"
256                                GlobalOptimizations="TRUE"
257                                InlineFunctionExpansion="2"
258                                EnableIntrinsicFunctions="TRUE"
259                                FavorSizeOrSpeed="1"
260                                OmitFramePointers="TRUE"
261                                EnableFiberSafeOptimizations="TRUE"
262                                OptimizeForProcessor="0"
263                                OptimizeForWindowsApplication="TRUE"
264                                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;"
265                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GTP_INTERNAL;NO_QT"
266                                StringPooling="TRUE"
267                                MinimalRebuild="FALSE"
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"
283                                GenerateDebugInformation="FALSE"
284                                SubSystem="1"
285                                LargeAddressAware="0"
286                                OptimizeReferences="2"
287                                EnableCOMDATFolding="2"
288                                OptimizeForWindows98="1"
289                                TargetMachine="1"
290                                FixedBaseAddress="1"/>
291                        <Tool
292                                Name="VCMIDLTool"/>
293                        <Tool
294                                Name="VCPostBuildEventTool"/>
295                        <Tool
296                                Name="VCPreBuildEventTool"/>
297                        <Tool
298                                Name="VCPreLinkEventTool"/>
299                        <Tool
300                                Name="VCResourceCompilerTool"/>
301                        <Tool
302                                Name="VCWebServiceProxyGeneratorTool"/>
303                        <Tool
304                                Name="VCXMLDataGeneratorTool"/>
305                        <Tool
306                                Name="VCWebDeploymentTool"/>
307                        <Tool
308                                Name="VCManagedWrapperGeneratorTool"/>
309                        <Tool
310                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
311                </Configuration>
312                <Configuration
313                        Name="Release_Qt|Win32"
314                        OutputDirectory="$(ConfigurationName)"
315                        IntermediateDirectory="$(ConfigurationName)"
316                        ConfigurationType="1"
317                        CharacterSet="2">
318                        <Tool
319                                Name="VCCLCompilerTool"
320                                Optimization="3"
321                                GlobalOptimizations="TRUE"
322                                InlineFunctionExpansion="2"
323                                FavorSizeOrSpeed="1"
324                                EnableFiberSafeOptimizations="TRUE"
325                                OptimizeForProcessor="3"
326                                OptimizeForWindowsApplication="TRUE"
327                                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"
328                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_QT"
329                                RuntimeLibrary="2"
330                                RuntimeTypeInfo="TRUE"
331                                UsePrecompiledHeader="0"
332                                WarningLevel="3"
333                                Detect64BitPortabilityProblems="TRUE"
334                                DebugInformationFormat="3"/>
335                        <Tool
336                                Name="VCCustomBuildTool"/>
337                        <Tool
338                                Name="VCLinkerTool"
339                                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"
340                                OutputFile="../bin/release/Preprocessor.exe"
341                                LinkIncremental="1"
342                                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;"
343                                GenerateDebugInformation="FALSE"
344                                SubSystem="1"
345                                OptimizeReferences="2"
346                                EnableCOMDATFolding="2"
347                                TargetMachine="1"
348                                FixedBaseAddress="1"/>
349                        <Tool
350                                Name="VCMIDLTool"/>
351                        <Tool
352                                Name="VCPostBuildEventTool"/>
353                        <Tool
354                                Name="VCPreBuildEventTool"/>
355                        <Tool
356                                Name="VCPreLinkEventTool"/>
357                        <Tool
358                                Name="VCResourceCompilerTool"/>
359                        <Tool
360                                Name="VCWebServiceProxyGeneratorTool"/>
361                        <Tool
362                                Name="VCXMLDataGeneratorTool"/>
363                        <Tool
364                                Name="VCWebDeploymentTool"/>
365                        <Tool
366                                Name="VCManagedWrapperGeneratorTool"/>
367                        <Tool
368                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
369                </Configuration>
370        </Configurations>
371        <References>
372        </References>
373        <Files>
374                <Filter
375                        Name="Source Files"
376                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
377                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
378                        <File
379                                RelativePath="..\src\main.cpp">
380                        </File>
381                </Filter>
382                <Filter
383                        Name="Header Files"
384                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
385                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
386                </Filter>
387                <Filter
388                        Name="Resource Files"
389                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
390                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
391                </Filter>
392                <File
393                        RelativePath=".\VTune\TestPreprocessor.vpj">
394                </File>
395        </Files>
396        <Globals>
397        </Globals>
398</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.