source: GTP/trunk/Lib/Vis/OnlineCullingCHC/IVReader/src/IVReader.vcproj @ 1926

Revision 1926, 14.0 KB checked in by mattausch, 18 years ago (diff)

worked on preprocessor with and without qt and threads

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="IVReader"
6        ProjectGUID="{7319E499-473D-4CE5-9983-725D6E68A55D}"
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="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;..\include"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IVREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="1"
27                                UsePrecompiledHeader="0"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="3"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLinkerTool"
35                                AdditionalDependencies="OgreMain_d.lib CEGUIBase_d.lib OgreGUIRenderer_d.lib"
36                                OutputFile="$(OutDir)/IVReader.dll"
37                                LinkIncremental="1"
38                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;..\..\GtpVisibility\lib\$(ConfigurationName)&quot;;&quot;..\..\lib\$(ConfigurationName)&quot;;&quot;..\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)&quot;"
39                                GenerateDebugInformation="TRUE"
40                                ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
41                                SubSystem="2"
42                                ImportLibrary="$(OutDir)/IVReader.lib"
43                                TargetMachine="1"/>
44                        <Tool
45                                Name="VCMIDLTool"/>
46                        <Tool
47                                Name="VCPostBuildEventTool"
48                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/>
49                        <Tool
50                                Name="VCPreBuildEventTool"/>
51                        <Tool
52                                Name="VCPreLinkEventTool"/>
53                        <Tool
54                                Name="VCResourceCompilerTool"/>
55                        <Tool
56                                Name="VCWebServiceProxyGeneratorTool"/>
57                        <Tool
58                                Name="VCXMLDataGeneratorTool"/>
59                        <Tool
60                                Name="VCWebDeploymentTool"/>
61                        <Tool
62                                Name="VCManagedWrapperGeneratorTool"/>
63                        <Tool
64                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
65                </Configuration>
66                <Configuration
67                        Name="Release|Win32"
68                        OutputDirectory="..\lib\$(ConfigurationName)"
69                        IntermediateDirectory="..\obj\$(ConfigurationName)"
70                        ConfigurationType="2"
71                        CharacterSet="2">
72                        <Tool
73                                Name="VCCLCompilerTool"
74                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;..\include"
75                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IVREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE"
76                                RuntimeLibrary="2"
77                                UsePrecompiledHeader="0"
78                                WarningLevel="3"
79                                Detect64BitPortabilityProblems="TRUE"
80                                DebugInformationFormat="3"/>
81                        <Tool
82                                Name="VCCustomBuildTool"/>
83                        <Tool
84                                Name="VCLinkerTool"
85                                AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib"
86                                OutputFile="$(OutDir)/IVReader.dll"
87                                LinkIncremental="1"
88                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;..\..\GtpVisibility\lib\$(ConfigurationName)&quot;;&quot;..\..\lib\$(ConfigurationName)&quot;;&quot;..\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)&quot;"
89                                GenerateDebugInformation="FALSE"
90                                SubSystem="2"
91                                OptimizeReferences="2"
92                                EnableCOMDATFolding="2"
93                                ImportLibrary="$(OutDir)/IVReader.lib"
94                                TargetMachine="1"/>
95                        <Tool
96                                Name="VCMIDLTool"/>
97                        <Tool
98                                Name="VCPostBuildEventTool"
99                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/>
100                        <Tool
101                                Name="VCPreBuildEventTool"/>
102                        <Tool
103                                Name="VCPreLinkEventTool"/>
104                        <Tool
105                                Name="VCResourceCompilerTool"/>
106                        <Tool
107                                Name="VCWebServiceProxyGeneratorTool"/>
108                        <Tool
109                                Name="VCXMLDataGeneratorTool"/>
110                        <Tool
111                                Name="VCWebDeploymentTool"/>
112                        <Tool
113                                Name="VCManagedWrapperGeneratorTool"/>
114                        <Tool
115                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
116                </Configuration>
117                <Configuration
118                        Name="mlrt|Win32"
119                        OutputDirectory="$(ConfigurationName)"
120                        IntermediateDirectory="$(ConfigurationName)"
121                        ConfigurationType="2"
122                        CharacterSet="2">
123                        <Tool
124                                Name="VCCLCompilerTool"
125                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;..\include"
126                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IVREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE"
127                                RuntimeLibrary="2"
128                                UsePrecompiledHeader="0"
129                                WarningLevel="3"
130                                Detect64BitPortabilityProblems="TRUE"
131                                DebugInformationFormat="3"/>
132                        <Tool
133                                Name="VCCustomBuildTool"/>
134                        <Tool
135                                Name="VCLinkerTool"
136                                AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib"
137                                OutputFile="$(OutDir)/IVReader.dll"
138                                LinkIncremental="1"
139                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;..\..\GtpVisibility\lib\$(ConfigurationName)&quot;;&quot;..\..\lib\$(ConfigurationName)&quot;;&quot;..\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)&quot;"
140                                GenerateDebugInformation="TRUE"
141                                SubSystem="2"
142                                OptimizeReferences="2"
143                                EnableCOMDATFolding="2"
144                                ImportLibrary="$(OutDir)/IVReader.lib"
145                                TargetMachine="1"/>
146                        <Tool
147                                Name="VCMIDLTool"/>
148                        <Tool
149                                Name="VCPostBuildEventTool"
150                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/>
151                        <Tool
152                                Name="VCPreBuildEventTool"/>
153                        <Tool
154                                Name="VCPreLinkEventTool"/>
155                        <Tool
156                                Name="VCResourceCompilerTool"/>
157                        <Tool
158                                Name="VCWebServiceProxyGeneratorTool"/>
159                        <Tool
160                                Name="VCXMLDataGeneratorTool"/>
161                        <Tool
162                                Name="VCWebDeploymentTool"/>
163                        <Tool
164                                Name="VCManagedWrapperGeneratorTool"/>
165                        <Tool
166                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
167                </Configuration>
168                <Configuration
169                        Name="Release_Internal|Win32"
170                        OutputDirectory="$(ConfigurationName)"
171                        IntermediateDirectory="$(ConfigurationName)"
172                        ConfigurationType="2"
173                        CharacterSet="2">
174                        <Tool
175                                Name="VCCLCompilerTool"
176                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;..\include"
177                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IVREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE"
178                                RuntimeLibrary="2"
179                                UsePrecompiledHeader="0"
180                                WarningLevel="3"
181                                Detect64BitPortabilityProblems="TRUE"
182                                DebugInformationFormat="3"/>
183                        <Tool
184                                Name="VCCustomBuildTool"/>
185                        <Tool
186                                Name="VCLinkerTool"
187                                AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib"
188                                OutputFile="$(OutDir)/IVReader.dll"
189                                LinkIncremental="1"
190                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;..\..\GtpVisibility\lib\$(ConfigurationName)&quot;;&quot;..\..\lib\$(ConfigurationName)&quot;;&quot;..\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)&quot;"
191                                GenerateDebugInformation="TRUE"
192                                SubSystem="2"
193                                OptimizeReferences="2"
194                                EnableCOMDATFolding="2"
195                                ImportLibrary="$(OutDir)/IVReader.lib"
196                                TargetMachine="1"/>
197                        <Tool
198                                Name="VCMIDLTool"/>
199                        <Tool
200                                Name="VCPostBuildEventTool"
201                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/>
202                        <Tool
203                                Name="VCPreBuildEventTool"/>
204                        <Tool
205                                Name="VCPreLinkEventTool"/>
206                        <Tool
207                                Name="VCResourceCompilerTool"/>
208                        <Tool
209                                Name="VCWebServiceProxyGeneratorTool"/>
210                        <Tool
211                                Name="VCXMLDataGeneratorTool"/>
212                        <Tool
213                                Name="VCWebDeploymentTool"/>
214                        <Tool
215                                Name="VCManagedWrapperGeneratorTool"/>
216                        <Tool
217                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
218                </Configuration>
219                <Configuration
220                        Name="Release Internal|Win32"
221                        OutputDirectory="$(ConfigurationName)"
222                        IntermediateDirectory="$(ConfigurationName)"
223                        ConfigurationType="2"
224                        CharacterSet="2">
225                        <Tool
226                                Name="VCCLCompilerTool"
227                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;..\include"
228                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IVREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE"
229                                RuntimeLibrary="2"
230                                UsePrecompiledHeader="0"
231                                WarningLevel="3"
232                                Detect64BitPortabilityProblems="TRUE"
233                                DebugInformationFormat="3"/>
234                        <Tool
235                                Name="VCCustomBuildTool"/>
236                        <Tool
237                                Name="VCLinkerTool"
238                                AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib"
239                                OutputFile="$(OutDir)/IVReader.dll"
240                                LinkIncremental="1"
241                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;..\..\GtpVisibility\lib\$(ConfigurationName)&quot;;&quot;..\..\lib\$(ConfigurationName)&quot;;&quot;..\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)&quot;"
242                                GenerateDebugInformation="TRUE"
243                                SubSystem="2"
244                                OptimizeReferences="2"
245                                EnableCOMDATFolding="2"
246                                ImportLibrary="$(OutDir)/IVReader.lib"
247                                TargetMachine="1"/>
248                        <Tool
249                                Name="VCMIDLTool"/>
250                        <Tool
251                                Name="VCPostBuildEventTool"
252                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/>
253                        <Tool
254                                Name="VCPreBuildEventTool"/>
255                        <Tool
256                                Name="VCPreLinkEventTool"/>
257                        <Tool
258                                Name="VCResourceCompilerTool"/>
259                        <Tool
260                                Name="VCWebServiceProxyGeneratorTool"/>
261                        <Tool
262                                Name="VCXMLDataGeneratorTool"/>
263                        <Tool
264                                Name="VCWebDeploymentTool"/>
265                        <Tool
266                                Name="VCManagedWrapperGeneratorTool"/>
267                        <Tool
268                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
269                </Configuration>
270                <Configuration
271                        Name="Release_qt|Win32"
272                        OutputDirectory="$(ConfigurationName)"
273                        IntermediateDirectory="$(ConfigurationName)"
274                        ConfigurationType="2"
275                        CharacterSet="2">
276                        <Tool
277                                Name="VCCLCompilerTool"
278                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;..\include"
279                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IVREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE"
280                                RuntimeLibrary="2"
281                                UsePrecompiledHeader="0"
282                                WarningLevel="3"
283                                Detect64BitPortabilityProblems="TRUE"
284                                DebugInformationFormat="3"/>
285                        <Tool
286                                Name="VCCustomBuildTool"/>
287                        <Tool
288                                Name="VCLinkerTool"
289                                AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib"
290                                OutputFile="$(OutDir)/IVReader.dll"
291                                LinkIncremental="1"
292                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;..\..\GtpVisibility\lib\$(ConfigurationName)&quot;;&quot;..\..\lib\$(ConfigurationName)&quot;;&quot;..\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)&quot;"
293                                GenerateDebugInformation="FALSE"
294                                SubSystem="2"
295                                OptimizeReferences="2"
296                                EnableCOMDATFolding="2"
297                                ImportLibrary="$(OutDir)/IVReader.lib"
298                                TargetMachine="1"/>
299                        <Tool
300                                Name="VCMIDLTool"/>
301                        <Tool
302                                Name="VCPostBuildEventTool"
303                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/>
304                        <Tool
305                                Name="VCPreBuildEventTool"/>
306                        <Tool
307                                Name="VCPreLinkEventTool"/>
308                        <Tool
309                                Name="VCResourceCompilerTool"/>
310                        <Tool
311                                Name="VCWebServiceProxyGeneratorTool"/>
312                        <Tool
313                                Name="VCXMLDataGeneratorTool"/>
314                        <Tool
315                                Name="VCWebDeploymentTool"/>
316                        <Tool
317                                Name="VCManagedWrapperGeneratorTool"/>
318                        <Tool
319                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
320                </Configuration>
321        </Configurations>
322        <References>
323        </References>
324        <Files>
325                <Filter
326                        Name="Source Files"
327                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
328                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
329                        <File
330                                RelativePath="..\src\ivmanualmeshloader.cpp">
331                        </File>
332                        <File
333                                RelativePath="..\src\ivmeshdata.cpp">
334                        </File>
335                        <File
336                                RelativePath="..\src\ivnode.cpp">
337                        </File>
338                        <File
339                                RelativePath="..\src\ivreader.cpp">
340                        </File>
341                </Filter>
342                <Filter
343                        Name="Header Files"
344                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
345                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
346                        <File
347                                RelativePath="..\include\ivmanualmeshloader.h">
348                        </File>
349                        <File
350                                RelativePath="..\include\ivmeshdata.h">
351                        </File>
352                        <File
353                                RelativePath="..\include\ivnode.h">
354                        </File>
355                        <File
356                                RelativePath="..\include\ivreader.h">
357                        </File>
358                </Filter>
359        </Files>
360        <Globals>
361        </Globals>
362</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.