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

Revision 190, 7.0 KB checked in by mattausch, 19 years ago (diff)

started bspviecells

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\zlib\include;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\Qt&quot;;..\include"
65                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
66                                RuntimeLibrary="2"
67                                UsePrecompiledHeader="0"
68                                WarningLevel="3"
69                                Detect64BitPortabilityProblems="TRUE"
70                                DebugInformationFormat="3"/>
71                        <Tool
72                                Name="VCCustomBuildTool"/>
73                        <Tool
74                                Name="VCLinkerTool"
75                                AdditionalDependencies="xerces-c_2.lib zdll.lib zziplib.lib"
76                                AdditionalLibraryDirectories="..\support\xercesc\lib\;..\support\zlib\lib\;&quot;$(QTDIR)\lib&quot;"/>
77                        <Tool
78                                Name="VCMIDLTool"/>
79                        <Tool
80                                Name="VCPostBuildEventTool"/>
81                        <Tool
82                                Name="VCPreBuildEventTool"/>
83                        <Tool
84                                Name="VCPreLinkEventTool"/>
85                        <Tool
86                                Name="VCResourceCompilerTool"/>
87                        <Tool
88                                Name="VCWebServiceProxyGeneratorTool"/>
89                        <Tool
90                                Name="VCXMLDataGeneratorTool"/>
91                        <Tool
92                                Name="VCWebDeploymentTool"/>
93                        <Tool
94                                Name="VCManagedWrapperGeneratorTool"/>
95                        <Tool
96                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
97                </Configuration>
98        </Configurations>
99        <References>
100        </References>
101        <Files>
102                <Filter
103                        Name="Source Files"
104                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
105                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
106                        <File
107                                RelativePath="..\src\AxisAlignedBox3.cpp">
108                        </File>
109                        <File
110                                RelativePath="..\src\AxisAlignedBox3.h">
111                        </File>
112                        <File
113                                RelativePath="..\src\Camera.cpp">
114                        </File>
115                        <File
116                                RelativePath="..\src\Camera.h">
117                        </File>
118                        <File
119                                RelativePath="..\src\common.cpp">
120                        </File>
121                        <File
122                                RelativePath="..\src\common.h">
123                        </File>
124                        <File
125                                RelativePath="..\src\Containers.h">
126                        </File>
127                        <File
128                                RelativePath="..\src\Environment.cpp">
129                        </File>
130                        <File
131                                RelativePath="..\src\Environment.h">
132                        </File>
133                        <File
134                                RelativePath="..\src\ExactPreprocessor.cpp">
135                        </File>
136                        <File
137                                RelativePath="..\src\ExactPreprocessor.h">
138                        </File>
139                        <File
140                                RelativePath="..\src\Exporter.cpp">
141                        </File>
142                        <File
143                                RelativePath="..\src\Exporter.h">
144                        </File>
145                        <File
146                                RelativePath="..\src\gzstream.cpp">
147                        </File>
148                        <File
149                                RelativePath="..\src\gzstream.h">
150                        </File>
151                        <File
152                                RelativePath="..\src\Intersectable.h">
153                        </File>
154                        <File
155                                RelativePath="..\src\KdTree.cpp">
156                        </File>
157                        <File
158                                RelativePath="..\src\KdTree.h">
159                        </File>
160                        <File
161                                RelativePath="..\src\main.cpp">
162                        </File>
163                        <File
164                                RelativePath="..\src\Material.cpp">
165                        </File>
166                        <File
167                                RelativePath="..\src\Material.h">
168                        </File>
169                        <File
170                                RelativePath="..\src\Matrix4x4.cpp">
171                        </File>
172                        <File
173                                RelativePath="..\src\Matrix4x4.h">
174                        </File>
175                        <File
176                                RelativePath="..\src\Mesh.cpp">
177                        </File>
178                        <File
179                                RelativePath="..\src\Mesh.h">
180                        </File>
181                        <File
182                                RelativePath="..\src\MeshKdTree.cpp">
183                        </File>
184                        <File
185                                RelativePath="..\src\MeshKdTree.h">
186                        </File>
187                        <File
188                                RelativePath="..\src\Parser.h">
189                        </File>
190                        <File
191                                RelativePath="..\src\Plane3.h">
192                        </File>
193                        <File
194                                RelativePath="..\src\Preprocessor.cpp">
195                        </File>
196                        <File
197                                RelativePath="..\src\Preprocessor.h">
198                        </File>
199                        <File
200                                RelativePath="..\src\Pvs.cpp">
201                        </File>
202                        <File
203                                RelativePath="..\src\Pvs.h">
204                        </File>
205                        <File
206                                RelativePath="..\src\Ray.cpp">
207                        </File>
208                        <File
209                                RelativePath="..\src\Ray.h">
210                        </File>
211                        <File
212                                RelativePath="..\src\SamplingPreprocessor.cpp">
213                        </File>
214                        <File
215                                RelativePath="..\src\SamplingPreprocessor.h">
216                        </File>
217                        <File
218                                RelativePath="..\src\SceneGraph.cpp">
219                        </File>
220                        <File
221                                RelativePath="..\src\SceneGraph.h">
222                        </File>
223                        <File
224                                RelativePath="..\src\UnigraphicsParser.cpp">
225                        </File>
226                        <File
227                                RelativePath="..\src\UnigraphicsParser.h">
228                        </File>
229                        <File
230                                RelativePath="..\src\Vector3.cpp">
231                        </File>
232                        <File
233                                RelativePath="..\src\Vector3.h">
234                        </File>
235                        <File
236                                RelativePath="..\src\ViewCellBsp.cpp">
237                        </File>
238                        <File
239                                RelativePath="..\src\ViewCellBSP.h">
240                        </File>
241                        <File
242                                RelativePath="..\src\VisibilityVector3.h">
243                        </File>
244                        <File
245                                RelativePath="..\src\X3dExporter.cpp">
246                        </File>
247                        <File
248                                RelativePath="..\src\X3dExporter.h">
249                        </File>
250                        <File
251                                RelativePath="..\src\X3dParser.cpp">
252                        </File>
253                        <File
254                                RelativePath="..\src\X3dParser.h">
255                        </File>
256                        <File
257                                RelativePath="..\src\X3dParserXerces.h">
258                        </File>
259                </Filter>
260                <Filter
261                        Name="Header Files"
262                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
263                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
264                        <File
265                                RelativePath="..\include\AxisAlignedBox3.h">
266                        </File>
267                        <File
268                                RelativePath="..\include\Containers.h">
269                        </File>
270                        <File
271                                RelativePath="..\include\ExactPreprocessor.h">
272                        </File>
273                        <File
274                                RelativePath="..\include\KdTree.h">
275                        </File>
276                        <File
277                                RelativePath="..\include\Mesh.h">
278                        </File>
279                        <File
280                                RelativePath="..\include\Plane3.h">
281                        </File>
282                        <File
283                                RelativePath="..\include\Preprocessor.h">
284                        </File>
285                        <File
286                                RelativePath="..\include\SamplingPreprocessor.h">
287                        </File>
288                        <File
289                                RelativePath="..\include\SceneGraph.h">
290                        </File>
291                        <File
292                                RelativePath="..\include\Vector3.h">
293                        </File>
294                        <File
295                                RelativePath="..\include\ViewCellBSP.h">
296                        </File>
297                </Filter>
298        </Files>
299        <Globals>
300        </Globals>
301</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.