source: trunk/VUT/GtpVisibilityPreprocessor/scripts/Preprocessor.vcproj @ 370

Revision 370, 8.3 KB checked in by mattausch, 19 years ago (diff)

fixed specular bug in trees
added batched query manager
added t information to ray bsp leaves

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="Preprocessor"
6        ProjectGUID="{EABCE292-D598-4600-A1C9-2591E7D62FDA}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="..\lib\$(ConfigurationName)"
16                        IntermediateDirectory="..\obj\$(ConfigurationName)"
17                        ConfigurationType="4"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="..\include"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                RuntimeTypeInfo="TRUE"
28                                UsePrecompiledHeader="0"
29                                WarningLevel="3"
30                                Detect64BitPortabilityProblems="TRUE"
31                                DebugInformationFormat="4"/>
32                        <Tool
33                                Name="VCCustomBuildTool"/>
34                        <Tool
35                                Name="VCLibrarianTool"
36                                OutputFile="$(OutDir)/GtpVisibility.lib"/>
37                        <Tool
38                                Name="VCMIDLTool"/>
39                        <Tool
40                                Name="VCPostBuildEventTool"/>
41                        <Tool
42                                Name="VCPreBuildEventTool"/>
43                        <Tool
44                                Name="VCPreLinkEventTool"/>
45                        <Tool
46                                Name="VCResourceCompilerTool"/>
47                        <Tool
48                                Name="VCWebServiceProxyGeneratorTool"/>
49                        <Tool
50                                Name="VCXMLDataGeneratorTool"/>
51                        <Tool
52                                Name="VCManagedWrapperGeneratorTool"/>
53                        <Tool
54                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
55                </Configuration>
56                <Configuration
57                        Name="Release|Win32"
58                        OutputDirectory="..\bin\$(ConfigurationName)"
59                        IntermediateDirectory="..\obj\$(ConfigurationName)"
60                        ConfigurationType="1"
61                        CharacterSet="2">
62                        <Tool
63                                Name="VCCLCompilerTool"
64                                AdditionalIncludeDirectories="..\support;..\support\devil\include;..\support\zlib\include;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\Qt&quot;;..\include"
65                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
66                                RuntimeLibrary="2"
67                                DisableLanguageExtensions="FALSE"
68                                ForceConformanceInForLoopScope="FALSE"
69                                RuntimeTypeInfo="TRUE"
70                                UsePrecompiledHeader="0"
71                                WarningLevel="3"
72                                Detect64BitPortabilityProblems="TRUE"
73                                DebugInformationFormat="3"/>
74                        <Tool
75                                Name="VCCustomBuildTool"/>
76                        <Tool
77                                Name="VCLinkerTool"
78                                AdditionalDependencies="xerces-c_2.lib zdll.lib zziplib.lib devil.lib"
79                                AdditionalLibraryDirectories="..\support\xercesc\lib\;..\support\zlib\lib\;..\support\devil\lib;&quot;$(QTDIR)\lib&quot;"/>
80                        <Tool
81                                Name="VCMIDLTool"/>
82                        <Tool
83                                Name="VCPostBuildEventTool"/>
84                        <Tool
85                                Name="VCPreBuildEventTool"/>
86                        <Tool
87                                Name="VCPreLinkEventTool"/>
88                        <Tool
89                                Name="VCResourceCompilerTool"/>
90                        <Tool
91                                Name="VCWebServiceProxyGeneratorTool"/>
92                        <Tool
93                                Name="VCXMLDataGeneratorTool"/>
94                        <Tool
95                                Name="VCWebDeploymentTool"/>
96                        <Tool
97                                Name="VCManagedWrapperGeneratorTool"/>
98                        <Tool
99                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
100                </Configuration>
101        </Configurations>
102        <References>
103        </References>
104        <Files>
105                <Filter
106                        Name="Source Files"
107                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
108                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
109                        <File
110                                RelativePath="..\src\AxisAlignedBox3.cpp">
111                        </File>
112                        <File
113                                RelativePath="..\src\AxisAlignedBox3.h">
114                        </File>
115                        <File
116                                RelativePath="..\src\Camera.cpp">
117                        </File>
118                        <File
119                                RelativePath="..\src\Camera.h">
120                        </File>
121                        <File
122                                RelativePath="..\src\common.cpp">
123                        </File>
124                        <File
125                                RelativePath="..\src\common.h">
126                        </File>
127                        <File
128                                RelativePath="..\src\Containers.h">
129                        </File>
130                        <File
131                                RelativePath="..\src\Environment.cpp">
132                        </File>
133                        <File
134                                RelativePath="..\src\Environment.h">
135                        </File>
136                        <File
137                                RelativePath="..\src\ExactPreprocessor.cpp">
138                        </File>
139                        <File
140                                RelativePath="..\src\ExactPreprocessor.h">
141                        </File>
142                        <File
143                                RelativePath="..\src\Exporter.cpp">
144                        </File>
145                        <File
146                                RelativePath="..\src\Exporter.h">
147                        </File>
148                        <File
149                                RelativePath="..\src\gzstream.cpp">
150                        </File>
151                        <File
152                                RelativePath="..\src\gzstream.h">
153                        </File>
154                        <File
155                                RelativePath="..\src\Halton.cpp">
156                        </File>
157                        <File
158                                RelativePath="..\src\Halton.h">
159                        </File>
160                        <File
161                                RelativePath="..\src\Intersectable.h">
162                        </File>
163                        <File
164                                RelativePath="..\src\KdTree.cpp">
165                        </File>
166                        <File
167                                RelativePath="..\src\KdTree.h">
168                        </File>
169                        <File
170                                RelativePath="..\src\main.cpp">
171                        </File>
172                        <File
173                                RelativePath="..\src\Material.cpp">
174                        </File>
175                        <File
176                                RelativePath="..\src\Material.h">
177                        </File>
178                        <File
179                                RelativePath="..\src\Matrix4x4.cpp">
180                        </File>
181                        <File
182                                RelativePath="..\src\Matrix4x4.h">
183                        </File>
184                        <File
185                                RelativePath="..\src\Mesh.cpp">
186                        </File>
187                        <File
188                                RelativePath="..\src\Mesh.h">
189                        </File>
190                        <File
191                                RelativePath="..\src\MeshKdTree.cpp">
192                        </File>
193                        <File
194                                RelativePath="..\src\MeshKdTree.h">
195                        </File>
196                        <File
197                                RelativePath="..\src\MutualVisibility.cpp">
198                        </File>
199                        <File
200                                RelativePath="..\src\MutualVisibility.h">
201                        </File>
202                        <File
203                                RelativePath="..\src\Parser.h">
204                        </File>
205                        <File
206                                RelativePath="..\src\Plane3.h">
207                        </File>
208                        <File
209                                RelativePath="..\src\Polygon3.cpp">
210                        </File>
211                        <File
212                                RelativePath="..\src\Polygon3.h">
213                        </File>
214                        <File
215                                RelativePath="..\src\Polytope.cpp">
216                        </File>
217                        <File
218                                RelativePath="..\src\Polytope.h">
219                        </File>
220                        <File
221                                RelativePath="..\src\Preprocessor.cpp">
222                        </File>
223                        <File
224                                RelativePath="..\src\Preprocessor.h">
225                        </File>
226                        <File
227                                RelativePath="..\src\Pvs.cpp">
228                        </File>
229                        <File
230                                RelativePath="..\src\Pvs.h">
231                        </File>
232                        <File
233                                RelativePath="..\src\Ray.cpp">
234                        </File>
235                        <File
236                                RelativePath="..\src\Ray.h">
237                        </File>
238                        <File
239                                RelativePath="..\src\Rectangle3.cpp">
240                        </File>
241                        <File
242                                RelativePath="..\src\Rectangle3.h">
243                        </File>
244                        <File
245                                RelativePath="..\src\SamplingPreprocessor.cpp">
246                        </File>
247                        <File
248                                RelativePath="..\src\SamplingPreprocessor.h">
249                        </File>
250                        <File
251                                RelativePath="..\src\SceneGraph.cpp">
252                        </File>
253                        <File
254                                RelativePath="..\src\SceneGraph.h">
255                        </File>
256                        <File
257                                RelativePath="..\src\Triangle3.cpp">
258                        </File>
259                        <File
260                                RelativePath="..\src\Triangle3.h">
261                        </File>
262                        <File
263                                RelativePath="..\src\UnigraphicsParser.cpp">
264                        </File>
265                        <File
266                                RelativePath="..\src\UnigraphicsParser.h">
267                        </File>
268                        <File
269                                RelativePath="..\src\Vector3.cpp">
270                        </File>
271                        <File
272                                RelativePath="..\src\Vector3.h">
273                        </File>
274                        <File
275                                RelativePath="..\src\ViewCell.cpp">
276                        </File>
277                        <File
278                                RelativePath="..\src\ViewCell.h">
279                        </File>
280                        <File
281                                RelativePath="..\src\ViewCellBsp.cpp">
282                        </File>
283                        <File
284                                RelativePath="..\src\ViewCellBsp.h">
285                        </File>
286                        <File
287                                RelativePath="..\src\VisibilityVector3.h">
288                        </File>
289                        <File
290                                RelativePath="..\src\X3dExporter.cpp">
291                        </File>
292                        <File
293                                RelativePath="..\src\X3dExporter.h">
294                        </File>
295                        <File
296                                RelativePath="..\src\X3dParser.cpp">
297                        </File>
298                        <File
299                                RelativePath="..\src\X3dParser.h">
300                        </File>
301                        <File
302                                RelativePath="..\src\X3dParserXerces.h">
303                        </File>
304                </Filter>
305                <Filter
306                        Name="Header Files"
307                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
308                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
309                        <File
310                                RelativePath="..\include\AxisAlignedBox3.h">
311                        </File>
312                        <File
313                                RelativePath="..\include\Containers.h">
314                        </File>
315                        <File
316                                RelativePath="..\include\ExactPreprocessor.h">
317                        </File>
318                        <File
319                                RelativePath="..\include\KdTree.h">
320                        </File>
321                        <File
322                                RelativePath="..\include\Mesh.h">
323                        </File>
324                        <File
325                                RelativePath="..\include\Plane3.h">
326                        </File>
327                        <File
328                                RelativePath="..\include\Polygon3.h">
329                        </File>
330                        <File
331                                RelativePath="..\include\Preprocessor.h">
332                        </File>
333                        <File
334                                RelativePath="..\include\SamplingPreprocessor.h">
335                        </File>
336                        <File
337                                RelativePath="..\include\SceneGraph.h">
338                        </File>
339                        <File
340                                RelativePath="..\include\Vector3.h">
341                        </File>
342                        <File
343                                RelativePath="..\include\ViewCell.h">
344                        </File>
345                        <File
346                                RelativePath="..\include\ViewCellBsp.h">
347                        </File>
348                </Filter>
349                <File
350                        RelativePath=".\VTune\Preprocessor.vpj">
351                </File>
352        </Files>
353        <Globals>
354        </Globals>
355</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.