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

Revision 136, 3.9 KB checked in by mattausch, 19 years ago (diff)

fixed from camera visibility queries.
deletion of (previously) rendered queue items now before rendering the node (more intuitive)
improved octree implementation (tighter boxes)
added boxes for visibility queries

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="4"
61                        CharacterSet="2">
62                        <Tool
63                                Name="VCCLCompilerTool"
64                                AdditionalIncludeDirectories="..\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="VCLibrarianTool"
75                                OutputFile="$(OutDir)/GtpVisibility.lib"/>
76                        <Tool
77                                Name="VCMIDLTool"/>
78                        <Tool
79                                Name="VCPostBuildEventTool"/>
80                        <Tool
81                                Name="VCPreBuildEventTool"/>
82                        <Tool
83                                Name="VCPreLinkEventTool"/>
84                        <Tool
85                                Name="VCResourceCompilerTool"/>
86                        <Tool
87                                Name="VCWebServiceProxyGeneratorTool"/>
88                        <Tool
89                                Name="VCXMLDataGeneratorTool"/>
90                        <Tool
91                                Name="VCManagedWrapperGeneratorTool"/>
92                        <Tool
93                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
94                </Configuration>
95        </Configurations>
96        <References>
97        </References>
98        <Files>
99                <Filter
100                        Name="Source Files"
101                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
102                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
103                        <File
104                                RelativePath="..\src\ExactPreprocessor.cpp">
105                        </File>
106                        <File
107                                RelativePath="..\src\KdTree.cpp">
108                        </File>
109                        <File
110                                RelativePath="..\src\Preprocessor.cpp">
111                        </File>
112                        <File
113                                RelativePath="..\src\SamplingPreprocessor.cpp">
114                        </File>
115                </Filter>
116                <Filter
117                        Name="Header Files"
118                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
119                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
120                        <File
121                                RelativePath="..\include\AxisAlignedBox3.h">
122                        </File>
123                        <File
124                                RelativePath="..\include\Containers.h">
125                        </File>
126                        <File
127                                RelativePath="..\include\ExactPreprocessor.h">
128                        </File>
129                        <File
130                                RelativePath="..\include\KdTree.h">
131                        </File>
132                        <File
133                                RelativePath="..\include\Mesh.h">
134                        </File>
135                        <File
136                                RelativePath="..\include\Plane3.h">
137                        </File>
138                        <File
139                                RelativePath="..\include\Preprocessor.h">
140                        </File>
141                        <File
142                                RelativePath="..\include\SamplingPreprocessor.h">
143                        </File>
144                        <File
145                                RelativePath="..\include\SceneGraph.h">
146                        </File>
147                        <File
148                                RelativePath="..\include\Vector3.h">
149                        </File>
150                        <File
151                                RelativePath="..\include\ViewCellBSP.h">
152                        </File>
153                </Filter>
154        </Files>
155        <Globals>
156        </Globals>
157</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.