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

Revision 2332, 12.8 KB checked in by mattausch, 17 years ago (diff)

implemented part of rendering estimation of wimmer et al. for view space / object space subdivision.
warning: not working with undersampling estimation + local visibility based subdivision.

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="FALSE"
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="Release Internal|Win32"
129                        OutputDirectory="..\bin\Release"
130                        IntermediateDirectory="..\obj\Release"
131                        ConfigurationType="1"
132                        CharacterSet="2"
133                        WholeProgramOptimization="TRUE">
134                        <Tool
135                                Name="VCCLCompilerTool"
136                                Optimization="3"
137                                GlobalOptimizations="TRUE"
138                                InlineFunctionExpansion="2"
139                                EnableIntrinsicFunctions="TRUE"
140                                FavorSizeOrSpeed="1"
141                                OmitFramePointers="TRUE"
142                                EnableFiberSafeOptimizations="TRUE"
143                                WholeProgramOptimization="FALSE"
144                                OptimizeForProcessor="3"
145                                OptimizeForWindowsApplication="TRUE"
146                                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)"
147                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GTP_INTERNAL;USE_QT;USE_CG;USE_HASH_PV"
148                                StringPooling="TRUE"
149                                MinimalRebuild="TRUE"
150                                ExceptionHandling="TRUE"
151                                RuntimeLibrary="2"
152                                EnableEnhancedInstructionSet="0"
153                                RuntimeTypeInfo="FALSE"
154                                UsePrecompiledHeader="0"
155                                WarningLevel="3"
156                                Detect64BitPortabilityProblems="TRUE"
157                                DebugInformationFormat="3"/>
158                        <Tool
159                                Name="VCCustomBuildTool"/>
160                        <Tool
161                                Name="VCLinkerTool"
162                                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"
163                                OutputFile="../bin/release/Preprocessor.exe"
164                                LinkIncremental="1"
165                                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;"
166                                GenerateDebugInformation="FALSE"
167                                SubSystem="1"
168                                LargeAddressAware="2"
169                                OptimizeReferences="2"
170                                EnableCOMDATFolding="2"
171                                OptimizeForWindows98="1"
172                                TargetMachine="1"
173                                FixedBaseAddress="1"/>
174                        <Tool
175                                Name="VCMIDLTool"/>
176                        <Tool
177                                Name="VCPostBuildEventTool"/>
178                        <Tool
179                                Name="VCPreBuildEventTool"/>
180                        <Tool
181                                Name="VCPreLinkEventTool"/>
182                        <Tool
183                                Name="VCResourceCompilerTool"/>
184                        <Tool
185                                Name="VCWebServiceProxyGeneratorTool"/>
186                        <Tool
187                                Name="VCXMLDataGeneratorTool"/>
188                        <Tool
189                                Name="VCWebDeploymentTool"/>
190                        <Tool
191                                Name="VCManagedWrapperGeneratorTool"/>
192                        <Tool
193                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
194                </Configuration>
195                <Configuration
196                        Name="release_noqt|Win32"
197                        OutputDirectory="..\bin\Release"
198                        IntermediateDirectory="..\obj\Release"
199                        ConfigurationType="1"
200                        CharacterSet="2"
201                        WholeProgramOptimization="TRUE">
202                        <Tool
203                                Name="VCCLCompilerTool"
204                                Optimization="3"
205                                GlobalOptimizations="TRUE"
206                                InlineFunctionExpansion="2"
207                                EnableIntrinsicFunctions="TRUE"
208                                FavorSizeOrSpeed="1"
209                                OmitFramePointers="TRUE"
210                                EnableFiberSafeOptimizations="TRUE"
211                                WholeProgramOptimization="FALSE"
212                                OptimizeForProcessor="1"
213                                OptimizeForWindowsApplication="TRUE"
214                                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;"
215                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GTP_INTERNAL;NO_QT;USE_SSE"
216                                RuntimeLibrary="2"
217                                EnableEnhancedInstructionSet="2"
218                                RuntimeTypeInfo="FALSE"
219                                UsePrecompiledHeader="0"
220                                WarningLevel="3"
221                                Detect64BitPortabilityProblems="TRUE"
222                                DebugInformationFormat="3"/>
223                        <Tool
224                                Name="VCCustomBuildTool"/>
225                        <Tool
226                                Name="VCLinkerTool"
227                                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"
228                                OutputFile="../bin/release/Preprocessor.exe"
229                                LinkIncremental="1"
230                                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"
231                                GenerateDebugInformation="TRUE"
232                                SubSystem="1"
233                                OptimizeReferences="2"
234                                EnableCOMDATFolding="2"
235                                OptimizeForWindows98="1"
236                                TargetMachine="1"
237                                FixedBaseAddress="1"/>
238                        <Tool
239                                Name="VCMIDLTool"/>
240                        <Tool
241                                Name="VCPostBuildEventTool"/>
242                        <Tool
243                                Name="VCPreBuildEventTool"/>
244                        <Tool
245                                Name="VCPreLinkEventTool"/>
246                        <Tool
247                                Name="VCResourceCompilerTool"/>
248                        <Tool
249                                Name="VCWebServiceProxyGeneratorTool"/>
250                        <Tool
251                                Name="VCXMLDataGeneratorTool"/>
252                        <Tool
253                                Name="VCWebDeploymentTool"/>
254                        <Tool
255                                Name="VCManagedWrapperGeneratorTool"/>
256                        <Tool
257                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
258                </Configuration>
259                <Configuration
260                        Name="Release_Qt|Win32"
261                        OutputDirectory="..\bin\Release"
262                        IntermediateDirectory="..\obj\Release"
263                        ConfigurationType="1"
264                        CharacterSet="2">
265                        <Tool
266                                Name="VCCLCompilerTool"
267                                Optimization="3"
268                                GlobalOptimizations="TRUE"
269                                InlineFunctionExpansion="2"
270                                FavorSizeOrSpeed="1"
271                                EnableFiberSafeOptimizations="TRUE"
272                                OptimizeForProcessor="3"
273                                OptimizeForWindowsApplication="TRUE"
274                                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"
275                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_QT"
276                                RuntimeLibrary="2"
277                                RuntimeTypeInfo="TRUE"
278                                UsePrecompiledHeader="0"
279                                WarningLevel="3"
280                                Detect64BitPortabilityProblems="TRUE"
281                                DebugInformationFormat="3"/>
282                        <Tool
283                                Name="VCCustomBuildTool"/>
284                        <Tool
285                                Name="VCLinkerTool"
286                                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"
287                                OutputFile="../bin/release/Preprocessor.exe"
288                                LinkIncremental="1"
289                                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;"
290                                GenerateDebugInformation="FALSE"
291                                SubSystem="1"
292                                OptimizeReferences="2"
293                                EnableCOMDATFolding="2"
294                                TargetMachine="1"
295                                FixedBaseAddress="1"/>
296                        <Tool
297                                Name="VCMIDLTool"/>
298                        <Tool
299                                Name="VCPostBuildEventTool"/>
300                        <Tool
301                                Name="VCPreBuildEventTool"/>
302                        <Tool
303                                Name="VCPreLinkEventTool"/>
304                        <Tool
305                                Name="VCResourceCompilerTool"/>
306                        <Tool
307                                Name="VCWebServiceProxyGeneratorTool"/>
308                        <Tool
309                                Name="VCXMLDataGeneratorTool"/>
310                        <Tool
311                                Name="VCWebDeploymentTool"/>
312                        <Tool
313                                Name="VCManagedWrapperGeneratorTool"/>
314                        <Tool
315                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
316                </Configuration>
317        </Configurations>
318        <References>
319        </References>
320        <Files>
321                <Filter
322                        Name="Source Files"
323                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
324                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
325                        <File
326                                RelativePath="..\src\main.cpp">
327                        </File>
328                </Filter>
329                <Filter
330                        Name="Header Files"
331                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
332                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
333                </Filter>
334                <Filter
335                        Name="Resource Files"
336                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
337                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
338                </Filter>
339                <File
340                        RelativePath=".\VTune\TestPreprocessor.vpj">
341                </File>
342        </Files>
343        <Globals>
344        </Globals>
345</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.