source: GTP/trunk/Lib/Vis/Preprocessing/scripts/TestPreprocessor.vcproj @ 1163

Revision 1163, 4.9 KB checked in by szydlowski, 18 years ago (diff)

Added KdTreeSceneManager? to Plugin_VisibilitySceneManager (OnlineCullingCHC)
The KdTreeSceneManager? features view frustum culling only so far, occlusion culling will be implemented soon
Also added a test application for the KdTreeSceneManager? to App/Demos/Vis?

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;&quot;$(CG_INC_PATH)&quot;;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;&quot;$(BOOST_INCLUDE)&quot;"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                UsePrecompiledHeader="0"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="4"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLinkerTool"
35                                AdditionalDependencies="xerces-c_2D.lib zdll.lib zziplibd.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib Preprocessor.lib glew32.lib"
36                                OutputFile="$(OutDir)/Preprocessor.exe"
37                                LinkIncremental="2"
38                                AdditionalLibraryDirectories="..\include;..\src\GL;&quot;$(CG_LIB_PATH)&quot;;&quot;$(GTPDIR)\NonGTP\Xerces&quot;;&quot;$(GTPDIR)\NonGTP\Xerces\xercesc\lib&quot;;&quot;$(GTPDIR)\NonGTP\zlib\lib&quot;;&quot;$(GTPDIR)\NonGTP\Devil\lib&quot;;..\lib\debug;&quot;$(BOOST_LIB)&quot;"
39                                GenerateDebugInformation="TRUE"
40                                ProgramDatabaseFile="$(OutDir)/TestPreprocessor.pdb"
41                                SubSystem="1"
42                                TargetMachine="1"/>
43                        <Tool
44                                Name="VCMIDLTool"/>
45                        <Tool
46                                Name="VCPostBuildEventTool"/>
47                        <Tool
48                                Name="VCPreBuildEventTool"/>
49                        <Tool
50                                Name="VCPreLinkEventTool"/>
51                        <Tool
52                                Name="VCResourceCompilerTool"/>
53                        <Tool
54                                Name="VCWebServiceProxyGeneratorTool"/>
55                        <Tool
56                                Name="VCXMLDataGeneratorTool"/>
57                        <Tool
58                                Name="VCWebDeploymentTool"/>
59                        <Tool
60                                Name="VCManagedWrapperGeneratorTool"/>
61                        <Tool
62                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
63                </Configuration>
64                <Configuration
65                        Name="Release|Win32"
66                        OutputDirectory="..\bin\Release"
67                        IntermediateDirectory="..\obj\Release"
68                        ConfigurationType="1"
69                        CharacterSet="2">
70                        <Tool
71                                Name="VCCLCompilerTool"
72                                AdditionalIncludeDirectories="..\include;&quot;$(BOOST_INCLUDE)&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\src;&quot;$(CG_INC_PATH)&quot;;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces"
73                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
74                                RuntimeLibrary="2"
75                                RuntimeTypeInfo="TRUE"
76                                UsePrecompiledHeader="0"
77                                WarningLevel="3"
78                                Detect64BitPortabilityProblems="TRUE"
79                                DebugInformationFormat="3"/>
80                        <Tool
81                                Name="VCCustomBuildTool"/>
82                        <Tool
83                                Name="VCLinkerTool"
84                                AdditionalDependencies="xerces-c_2.lib glew32.lib zdll.lib zziplib.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib Preprocessor.lib"
85                                OutputFile="$(OutDir)/Preprocessor.exe"
86                                LinkIncremental="1"
87                                AdditionalLibraryDirectories="..\support\xercesc\lib\;..\support\zlib\lib\;..\support\devil\lib;..\include;..\src\GL;&quot;$(CG_LIB_PATH)&quot;;..\lib\release;..\..\Preprocessing\lib\release;&quot;$(BOOST_LIB)&quot;;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib"
88                                GenerateDebugInformation="FALSE"
89                                SubSystem="1"
90                                OptimizeReferences="2"
91                                EnableCOMDATFolding="2"
92                                TargetMachine="1"
93                                FixedBaseAddress="1"/>
94                        <Tool
95                                Name="VCMIDLTool"/>
96                        <Tool
97                                Name="VCPostBuildEventTool"/>
98                        <Tool
99                                Name="VCPreBuildEventTool"/>
100                        <Tool
101                                Name="VCPreLinkEventTool"/>
102                        <Tool
103                                Name="VCResourceCompilerTool"/>
104                        <Tool
105                                Name="VCWebServiceProxyGeneratorTool"/>
106                        <Tool
107                                Name="VCXMLDataGeneratorTool"/>
108                        <Tool
109                                Name="VCWebDeploymentTool"/>
110                        <Tool
111                                Name="VCManagedWrapperGeneratorTool"/>
112                        <Tool
113                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
114                </Configuration>
115        </Configurations>
116        <References>
117        </References>
118        <Files>
119                <Filter
120                        Name="Source Files"
121                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
122                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
123                        <File
124                                RelativePath="..\src\main.cpp">
125                        </File>
126                </Filter>
127                <Filter
128                        Name="Header Files"
129                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
130                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
131                </Filter>
132                <Filter
133                        Name="Resource Files"
134                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
135                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
136                </Filter>
137                <File
138                        RelativePath=".\VTune\TestPreprocessor.vpj">
139                </File>
140        </Files>
141        <Globals>
142        </Globals>
143</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.