source: GTP/trunk/Lib/Vis/Preprocessing/src/preprocessor-noqt.vcproj @ 1217

Revision 1217, 7.7 KB checked in by bittner, 18 years ago (diff)

build updates

  • Property svn:executable set to *
Line 
1<?xml version="1.0" encoding = "Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="preprocessor"
6        ProjectGUID="{271D0DE4-A85A-35D0-AD6E-4E997713F9B2}"
7        Keyword="Qt4VSv1.0">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Release|Win32"
15                        OutputDirectory="."
16                        ATLMinimizesCRunTimeLibraryUsage="false"
17                        ConfigurationType="1"
18                        IntermediateDirectory="release\"
19                        UseOfMfc="0">
20                        <Tool
21                                Name="VCCLCompilerTool"
22                                AdditionalIncludeDirectories="&quot;..\src&quot;,&quot;..\..\..\..\..\..\NonGTP\Xerces\xerces\include&quot;,&quot;..\..\..\..\..\..\NonGTP\Zlib\include&quot;,&quot;..\..\..\..\..\..\NonGTP\Boost&quot;,&quot;..\..\..\..\..\..\NonGTP\Devil\include&quot;,&quot;.&quot;,C:/Qt/4.1.2/mkspecs/win32-msvc.net"
23                                AdditionalOptions="-Zm200 -EHsc -Zm200 -EHsc"
24                                AssemblerListingLocation="release\"
25                                BufferSecurityCheck="false"
26                                DebugInformationFormat="0"
27                                ExceptionHandling="true"
28                                GeneratePreprocessedFile="0"
29                                ObjectFile="release\"
30                                Optimization ="2"
31                                PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG"
32                                ProgramDataBaseFileName=".\"
33                                RuntimeLibrary="2"
34                                RuntimeTypeInfo="true"
35                                SuppressStartupBanner="true"
36                                WarningLevel="0"/>
37                        <Tool
38                                Name="VCCustomBuildTool"/>
39                        <Tool
40                                Name="VCLinkerTool"
41                                AdditionalDependencies="xerces-c_2.lib devil.lib ilu.lib ilut.lib glew32.lib zlib.lib"
42                                AdditionalLibraryDirectories="GL,..\..\..\..\..\..\NonGTP\Xerces\xerces\lib,..\..\..\..\..\..\NonGTP\Devil\lib,..\..\..\..\..\..\NonGTP\glut,..\..\..\..\..\..\NonGTP\Boost\lib,..\..\..\..\..\..\NonGTP\Zlib\lib"
43                                GenerateDebugInformation="false"
44                                IgnoreDefaultLibraryNames="&quot;libc&quot;,LIBCMT,LIBCMT"
45                                IgnoreImportLibrary="true"
46                                LinkIncremental="2"
47                                OutputFile="&quot;..\bin\release&quot;\preprocessor.exe"
48                                ProgramDatabaseFile=""
49                                SubSystem="0"
50                                SuppressStartupBanner="true"/>
51                        <Tool
52                                Name="VCMIDLTool"
53                                DefaultCharType="0"
54                                EnableErrorChecks="1"
55                                WarningLevel="0"/>
56                        <Tool
57                                Name="VCPostBuildEventTool"/>
58                        <Tool
59                                Name="VCPreBuildEventTool"/>
60                        <Tool
61                                Name="VCPreLinkEventTool"/>
62                        <Tool
63                                Name="VCResourceCompilerTool"
64                                PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT"/>
65                </Configuration>
66                <Configuration
67                        Name="Debug|Win32"
68                        OutputDirectory="."
69                        ATLMinimizesCRunTimeLibraryUsage="false"
70                        ConfigurationType="1"
71                        IntermediateDirectory="debug\"
72                        UseOfMfc="0">
73                        <Tool
74                                Name="VCCLCompilerTool"
75                                AdditionalIncludeDirectories="&quot;..\src&quot;,&quot;..\..\..\..\..\..\NonGTP\Xerces\xerces\include&quot;,&quot;..\..\..\..\..\..\NonGTP\Zlib\include&quot;,&quot;..\..\..\..\..\..\NonGTP\Boost&quot;,&quot;..\..\..\..\..\..\NonGTP\Devil\include&quot;,&quot;.&quot;,C:/Qt/4.1.2/mkspecs/win32-msvc.net"
76                                AdditionalOptions="-Zm200 -EHsc -Zm200 -EHsc"
77                                AssemblerListingLocation="debug\"
78                                BufferSecurityCheck="false"
79                                DebugInformationFormat="3"
80                                ExceptionHandling="true"
81                                GeneratePreprocessedFile="0"
82                                ObjectFile="debug\"
83                                Optimization ="4"
84                                PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT"
85                                ProgramDataBaseFileName=".\"
86                                RuntimeLibrary="3"
87                                RuntimeTypeInfo="true"
88                                SuppressStartupBanner="true"
89                                WarningLevel="0"/>
90                        <Tool
91                                Name="VCCustomBuildTool"/>
92                        <Tool
93                                Name="VCLinkerTool"
94                                AdditionalDependencies="xerces-c_2.lib devil.lib ilu.lib ilut.lib glew32.lib zlib.lib"
95                                AdditionalLibraryDirectories="GL,..\..\..\..\..\..\NonGTP\Xerces\xerces\lib,..\..\..\..\..\..\NonGTP\Devil\lib,..\..\..\..\..\..\NonGTP\glut,..\..\..\..\..\..\NonGTP\Boost\lib,..\..\..\..\..\..\NonGTP\Zlib\lib"
96                                GenerateDebugInformation="true"
97                                IgnoreDefaultLibraryNames="&quot;libc&quot;,LIBCMT,LIBCMT"
98                                IgnoreImportLibrary="true"
99                                OutputFile="&quot;..\bin\debug&quot;\preprocessor.exe"
100                                ProgramDatabaseFile=""
101                                SubSystem="0"
102                                SuppressStartupBanner="true"/>
103                        <Tool
104                                Name="VCMIDLTool"
105                                DefaultCharType="0"
106                                EnableErrorChecks="1"
107                                WarningLevel="0"/>
108                        <Tool
109                                Name="VCPostBuildEventTool"/>
110                        <Tool
111                                Name="VCPreBuildEventTool"/>
112                        <Tool
113                                Name="VCPreLinkEventTool"/>
114                        <Tool
115                                Name="VCResourceCompilerTool"
116                                PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT"/>
117                </Configuration>
118        </Configurations>
119        <Files>
120                <Filter
121                        Name="Source Files"
122                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
123                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
124                        <File
125                                RelativePath="AxisAlignedBox3.cpp"/>
126                        <File
127                                RelativePath="Beam.cpp"/>
128                        <File
129                                RelativePath="BoostPreprocessorThread.cpp"/>
130                        <File
131                                RelativePath="Camera.cpp"/>
132                        <File
133                                RelativePath="Environment.cpp"/>
134                        <File
135                                RelativePath="ExactPreprocessor.cpp"/>
136                        <File
137                                RelativePath="Exporter.cpp"/>
138                        <File
139                                RelativePath="GlRenderer.cpp"/>
140                        <File
141                                RelativePath="GzBinFileInputStream.cpp"/>
142                        <File
143                                RelativePath="GzFileInputSource.cpp"/>
144                        <File
145                                RelativePath="Halton.cpp"/>
146                        <File
147                                RelativePath="KdIntersectable.cpp"/>
148                        <File
149                                RelativePath="KdTree.cpp"/>
150                        <File
151                                RelativePath="LogManager.cpp"/>
152                        <File
153                                RelativePath="Material.cpp"/>
154                        <File
155                                RelativePath="Matrix4x4.cpp"/>
156                        <File
157                                RelativePath="Mesh.cpp"/>
158                        <File
159                                RelativePath="MeshKdTree.cpp"/>
160                        <File
161                                RelativePath="MutualVisibility.cpp"/>
162                        <File
163                                RelativePath="Plane3.cpp"/>
164                        <File
165                                RelativePath="PlyParser.cpp"/>
166                        <File
167                                RelativePath="Polygon3.cpp"/>
168                        <File
169                                RelativePath="Preprocessor.cpp"/>
170                        <File
171                                RelativePath="PreprocessorThread.cpp"/>
172                        <File
173                                RelativePath="Pvs.cpp"/>
174                        <File
175                                RelativePath="Ray.cpp"/>
176                        <File
177                                RelativePath="RayInfo.cpp"/>
178                        <File
179                                RelativePath="Rectangle3.cpp"/>
180                        <File
181                                RelativePath="RenderSampler.cpp"/>
182                        <File
183                                RelativePath="RenderSimulator.cpp"/>
184                        <File
185                                RelativePath="Renderer.cpp"/>
186                        <File
187                                RelativePath="RssPreprocessor.cpp"/>
188                        <File
189                                RelativePath="RssTree.cpp"/>
190                        <File
191                                RelativePath="SamplingPreprocessor.cpp"/>
192                        <File
193                                RelativePath="SamplingStrategy.cpp"/>
194                        <File
195                                RelativePath="SceneGraph.cpp"/>
196                        <File
197                                RelativePath="Tetrahedron3.cpp"/>
198                        <File
199                                RelativePath="Triangle3.cpp"/>
200                        <File
201                                RelativePath="UnigraphicsParser.cpp"/>
202                        <File
203                                RelativePath="Vector3.cpp"/>
204                        <File
205                                RelativePath="ViewCell.cpp"/>
206                        <File
207                                RelativePath="ViewCellBsp.cpp"/>
208                        <File
209                                RelativePath="ViewCellsManager.cpp"/>
210                        <File
211                                RelativePath="ViewCellsParser.cpp"/>
212                        <File
213                                RelativePath="VrmlExporter.cpp"/>
214                        <File
215                                RelativePath="VspBspTree.cpp"/>
216                        <File
217                                RelativePath="VspOspTree.cpp"/>
218                        <File
219                                RelativePath="VssPreprocessor.cpp"/>
220                        <File
221                                RelativePath="VssRay.cpp"/>
222                        <File
223                                RelativePath="VssTree.cpp"/>
224                        <File
225                                RelativePath="X3dExporter.cpp"/>
226                        <File
227                                RelativePath="X3dParser.cpp"/>
228                        <File
229                                RelativePath="common.cpp"/>
230                        <File
231                                RelativePath="gzstream.cpp"/>
232                        <File
233                                RelativePath="main.cpp"/>
234                        <File
235                                RelativePath="plyfile.c"/>
236                </Filter>
237                <Filter
238                        Name="Header Files"
239                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
240                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
241                        <File
242                                RelativePath="Beam.h"/>
243                        <File
244                                RelativePath="GlRenderer.h"/>
245                        <File
246                                RelativePath="Halton.h"/>
247                        <File
248                                RelativePath="Preprocessor.h"/>
249                        <File
250                                RelativePath="PreprocessorThread.h"/>
251                        <File
252                                RelativePath="RssTree.h"/>
253                        <File
254                                RelativePath="VssPreprocessor.h"/>
255                        <File
256                                RelativePath="VssRay.h"/>
257                </Filter>
258        </Files>
259        <Globals>
260        </Globals>
261</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.