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

Revision 2117, 14.6 KB checked in by mattausch, 17 years ago (diff)

implemented bit pvs (warnin: only worjs for preprocessing)

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"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NO_QT;USE_BIT_PVS"
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_BIT_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"
201                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GTP_INTERNAL;USE_QT;USE_CG"
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="$(ConfigurationName)"
250                        IntermediateDirectory="$(ConfigurationName)"
251                        ConfigurationType="1"
252                        CharacterSet="2">
253                        <Tool
254                                Name="VCCLCompilerTool"
255                                Optimization="3"
256                                GlobalOptimizations="TRUE"
257                                InlineFunctionExpansion="2"
258                                FavorSizeOrSpeed="1"
259                                EnableFiberSafeOptimizations="TRUE"
260                                OptimizeForProcessor="3"
261                                OptimizeForWindowsApplication="TRUE"
262                                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;"
263                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GTP_INTERNAL;NO_QT"
264                                RuntimeLibrary="2"
265                                RuntimeTypeInfo="TRUE"
266                                UsePrecompiledHeader="0"
267                                WarningLevel="3"
268                                Detect64BitPortabilityProblems="TRUE"
269                                DebugInformationFormat="3"/>
270                        <Tool
271                                Name="VCCustomBuildTool"/>
272                        <Tool
273                                Name="VCLinkerTool"
274                                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"
275                                OutputFile="../bin/release/Preprocessor.exe"
276                                LinkIncremental="1"
277                                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"
278                                GenerateDebugInformation="FALSE"
279                                SubSystem="1"
280                                OptimizeReferences="2"
281                                EnableCOMDATFolding="2"
282                                TargetMachine="1"
283                                FixedBaseAddress="1"/>
284                        <Tool
285                                Name="VCMIDLTool"/>
286                        <Tool
287                                Name="VCPostBuildEventTool"/>
288                        <Tool
289                                Name="VCPreBuildEventTool"/>
290                        <Tool
291                                Name="VCPreLinkEventTool"/>
292                        <Tool
293                                Name="VCResourceCompilerTool"/>
294                        <Tool
295                                Name="VCWebServiceProxyGeneratorTool"/>
296                        <Tool
297                                Name="VCXMLDataGeneratorTool"/>
298                        <Tool
299                                Name="VCWebDeploymentTool"/>
300                        <Tool
301                                Name="VCManagedWrapperGeneratorTool"/>
302                        <Tool
303                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
304                </Configuration>
305                <Configuration
306                        Name="Release_Qt|Win32"
307                        OutputDirectory="$(ConfigurationName)"
308                        IntermediateDirectory="$(ConfigurationName)"
309                        ConfigurationType="1"
310                        CharacterSet="2">
311                        <Tool
312                                Name="VCCLCompilerTool"
313                                Optimization="3"
314                                GlobalOptimizations="TRUE"
315                                InlineFunctionExpansion="2"
316                                FavorSizeOrSpeed="1"
317                                EnableFiberSafeOptimizations="TRUE"
318                                OptimizeForProcessor="3"
319                                OptimizeForWindowsApplication="TRUE"
320                                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"
321                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_QT"
322                                RuntimeLibrary="2"
323                                RuntimeTypeInfo="TRUE"
324                                UsePrecompiledHeader="0"
325                                WarningLevel="3"
326                                Detect64BitPortabilityProblems="TRUE"
327                                DebugInformationFormat="3"/>
328                        <Tool
329                                Name="VCCustomBuildTool"/>
330                        <Tool
331                                Name="VCLinkerTool"
332                                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"
333                                OutputFile="../bin/release/Preprocessor.exe"
334                                LinkIncremental="1"
335                                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;"
336                                GenerateDebugInformation="FALSE"
337                                SubSystem="1"
338                                OptimizeReferences="2"
339                                EnableCOMDATFolding="2"
340                                TargetMachine="1"
341                                FixedBaseAddress="1"/>
342                        <Tool
343                                Name="VCMIDLTool"/>
344                        <Tool
345                                Name="VCPostBuildEventTool"/>
346                        <Tool
347                                Name="VCPreBuildEventTool"/>
348                        <Tool
349                                Name="VCPreLinkEventTool"/>
350                        <Tool
351                                Name="VCResourceCompilerTool"/>
352                        <Tool
353                                Name="VCWebServiceProxyGeneratorTool"/>
354                        <Tool
355                                Name="VCXMLDataGeneratorTool"/>
356                        <Tool
357                                Name="VCWebDeploymentTool"/>
358                        <Tool
359                                Name="VCManagedWrapperGeneratorTool"/>
360                        <Tool
361                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
362                </Configuration>
363        </Configurations>
364        <References>
365        </References>
366        <Files>
367                <Filter
368                        Name="Source Files"
369                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
370                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
371                        <File
372                                RelativePath="..\src\main.cpp">
373                        </File>
374                </Filter>
375                <Filter
376                        Name="Header Files"
377                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
378                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
379                </Filter>
380                <Filter
381                        Name="Resource Files"
382                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
383                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
384                </Filter>
385                <File
386                        RelativePath=".\VTune\TestPreprocessor.vpj">
387                </File>
388        </Files>
389        <Globals>
390        </Globals>
391</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.