source: GTP-Internal/trunk/Lib/Vis/work/iv/Demo_IV.vcproj @ 370

Revision 370, 6.0 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="Demo_IV"
6        ProjectGUID="{640481BA-D8FE-41ED-B2F2-9844A8CA1E40}"
7        SccProjectName=""
8        SccLocalPath="">
9        <Platforms>
10                <Platform
11                        Name="Win32"/>
12        </Platforms>
13        <Configurations>
14                <Configuration
15                        Name="Release|Win32"
16                        OutputDirectory=".\..\bin\$(ConfigurationName)"
17                        IntermediateDirectory=".\..\obj\$(ConfigurationName)"
18                        ConfigurationType="1"
19                        UseOfMFC="0"
20                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
21                        CharacterSet="2">
22                        <Tool
23                                Name="VCCLCompilerTool"
24                                Optimization="0"
25                                AdditionalIncludeDirectories="..\IVReader\include;&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;..\..\Ogre\include;..\..\GtpVisibility\include;..\include"
26                                PreprocessorDefinitions="NDEBUG;_WINDOWS;WIN32;GTP_VISIBILITY_MODIFIED_OGRE"
27                                RuntimeLibrary="2"
28                                UsePrecompiledHeader="0"
29                                PrecompiledHeaderFile=""
30                                AssemblerListingLocation=".\..\obj\Release/"
31                                ObjectFile=".\..\obj\Release/"
32                                ProgramDataBaseFileName=".\..\obj\Release/"
33                                BrowseInformation="1"
34                                BrowseInformationFile=".\..\obj\Release/"
35                                WarningLevel="3"
36                                SuppressStartupBanner="TRUE"
37                                DebugInformationFormat="3"
38                                CompileAs="0"/>
39                        <Tool
40                                Name="VCCustomBuildTool"/>
41                        <Tool
42                                Name="VCLinkerTool"
43                                IgnoreImportLibrary="TRUE"
44                                AdditionalDependencies="OGREMain.LIB CEGUIBase.lib OgreGUIRenderer.lib Plugin_OctreeSceneManager.lib Plugin_VisibilitySceneManager.lib IVReader.lib"
45                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Release/Demo_IV.exe"
46                                LinkIncremental="1"
47                                SuppressStartupBanner="TRUE"
48                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;..\IVReader\Lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)&quot;;&quot;..\..\Ogre\lib\$(ConfigurationName)&quot;"
49                                ProgramDatabaseFile=".\..\bin\Release/Demo_IV.pdb"
50                                SubSystem="2"
51                                TargetMachine="1"/>
52                        <Tool
53                                Name="VCMIDLTool"
54                                PreprocessorDefinitions="NDEBUG"
55                                MkTypLibCompatible="TRUE"
56                                SuppressStartupBanner="TRUE"
57                                TargetEnvironment="1"
58                                TypeLibraryName=".\..\bin\Release/Demo_IV.tlb"
59                                HeaderFileName=""/>
60                        <Tool
61                                Name="VCPostBuildEventTool"/>
62                        <Tool
63                                Name="VCPreBuildEventTool"/>
64                        <Tool
65                                Name="VCPreLinkEventTool"/>
66                        <Tool
67                                Name="VCResourceCompilerTool"
68                                PreprocessorDefinitions="NDEBUG"
69                                Culture="2057"/>
70                        <Tool
71                                Name="VCWebServiceProxyGeneratorTool"/>
72                        <Tool
73                                Name="VCXMLDataGeneratorTool"/>
74                        <Tool
75                                Name="VCWebDeploymentTool"/>
76                        <Tool
77                                Name="VCManagedWrapperGeneratorTool"/>
78                        <Tool
79                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
80                </Configuration>
81                <Configuration
82                        Name="Debug|Win32"
83                        OutputDirectory=".\..\bin\Debug"
84                        IntermediateDirectory=".\..\obj\Debug"
85                        ConfigurationType="1"
86                        UseOfMFC="0"
87                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
88                        CharacterSet="2">
89                        <Tool
90                                Name="VCCLCompilerTool"
91                                AdditionalOptions="/Zm500 "
92                                Optimization="0"
93                                AdditionalIncludeDirectories="..\include;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;"
94                                PreprocessorDefinitions="_WINDOWS;_DEBUG;WIN32;GTP_VISIBILITY_MODIFIED_OGRE"
95                                BasicRuntimeChecks="3"
96                                RuntimeLibrary="3"
97                                PrecompiledHeaderFile=".\..\obj\Debug/Demo_IV.pch"
98                                AssemblerListingLocation=".\..\obj\Debug/"
99                                ObjectFile=".\..\obj\Debug/"
100                                ProgramDataBaseFileName=".\..\obj\Debug/"
101                                WarningLevel="3"
102                                SuppressStartupBanner="TRUE"
103                                DebugInformationFormat="4"
104                                CompileAs="0"/>
105                        <Tool
106                                Name="VCCustomBuildTool"/>
107                        <Tool
108                                Name="VCLinkerTool"
109                                IgnoreImportLibrary="TRUE"
110                                AdditionalDependencies="odbc32.lib odbccp32.lib OgreMain_d.lib"
111                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Debug/Demo_IV.exe"
112                                LinkIncremental="1"
113                                SuppressStartupBanner="TRUE"
114                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)&quot;"
115                                IgnoreDefaultLibraryNames="LIBCMT"
116                                GenerateDebugInformation="TRUE"
117                                ProgramDatabaseFile=".\..\bin\Debug/Demo_IV.pdb"
118                                SubSystem="2"
119                                TargetMachine="1"/>
120                        <Tool
121                                Name="VCMIDLTool"
122                                PreprocessorDefinitions="_DEBUG"
123                                MkTypLibCompatible="TRUE"
124                                SuppressStartupBanner="TRUE"
125                                TargetEnvironment="1"
126                                TypeLibraryName=".\..\bin\Debug/Demo_IV.tlb"
127                                HeaderFileName=""/>
128                        <Tool
129                                Name="VCPostBuildEventTool"/>
130                        <Tool
131                                Name="VCPreBuildEventTool"/>
132                        <Tool
133                                Name="VCPreLinkEventTool"/>
134                        <Tool
135                                Name="VCResourceCompilerTool"
136                                PreprocessorDefinitions="_DEBUG"
137                                Culture="2057"/>
138                        <Tool
139                                Name="VCWebServiceProxyGeneratorTool"/>
140                        <Tool
141                                Name="VCXMLDataGeneratorTool"/>
142                        <Tool
143                                Name="VCWebDeploymentTool"/>
144                        <Tool
145                                Name="VCManagedWrapperGeneratorTool"/>
146                        <Tool
147                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
148                </Configuration>
149        </Configurations>
150        <References>
151        </References>
152        <Files>
153                <Filter
154                        Name="Source Files"
155                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
156                        <File
157                                RelativePath=".\IVFrameListener.cpp">
158                        </File>
159                        <File
160                                RelativePath=".\TestCullingIVApplication.cpp">
161                        </File>
162                </Filter>
163                <Filter
164                        Name="Header Files"
165                        Filter="h;hpp;hxx;hm;inl">
166                        <File
167                                RelativePath=".\IVFrameListener.h">
168                        </File>
169                        <File
170                                RelativePath=".\TestCullingIVApplication.h">
171                        </File>
172                </Filter>
173                <Filter
174                        Name="Resource Files"
175                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
176                </Filter>
177                <File
178                        RelativePath=".\VTune\Demo_IV.vpj">
179                </File>
180        </Files>
181        <Globals>
182        </Globals>
183</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.