source: GTP/trunk/App/Demos/Vis/FriendlyCulling/MainApp.vcproj @ 3019

Revision 3019, 4.9 KB checked in by mattausch, 16 years ago (diff)

detected memory leaks mainly in shadowmapping!!
strange problems with deferred rendering, seems to be uninitialized sometimes (solved?)

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="MainApp"
6        ProjectGUID="{A564071F-D054-4556-883B-999D7F9CC58C}"
7        RootNamespace="MainApp"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21                        IntermediateDirectory="$(ConfigurationName)"
22                        ConfigurationType="1"
23                        CharacterSet="1"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SET"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                UsePrecompiledHeader="0"
49                                WarningLevel="3"
50                                Detect64BitPortabilityProblems="true"
51                                DebugInformationFormat="4"
52                        />
53                        <Tool
54                                Name="VCManagedResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCPreLinkEventTool"
61                        />
62                        <Tool
63                                Name="VCLinkerTool"
64                                AdditionalDependencies="DemoEngine.lib glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib cg.lib cgGL.lib"
65                                OutputFile="$(OutDir)\FriendlyCulling.exe"
66                                LinkIncremental="2"
67                                AdditionalLibraryDirectories="&quot;lib/$(ConfigurationName)&quot;;libs;&quot;$(CG_LIB_PATH)&quot;;libs/GL;libs/Devil/lib;libs/Zlib/lib"
68                                GenerateDebugInformation="true"
69                                SubSystem="1"
70                                TargetMachine="1"
71                        />
72                        <Tool
73                                Name="VCALinkTool"
74                        />
75                        <Tool
76                                Name="VCManifestTool"
77                        />
78                        <Tool
79                                Name="VCXDCMakeTool"
80                        />
81                        <Tool
82                                Name="VCBscMakeTool"
83                        />
84                        <Tool
85                                Name="VCFxCopTool"
86                        />
87                        <Tool
88                                Name="VCAppVerifierTool"
89                        />
90                        <Tool
91                                Name="VCWebDeploymentTool"
92                        />
93                        <Tool
94                                Name="VCPostBuildEventTool"
95                        />
96                </Configuration>
97                <Configuration
98                        Name="Release|Win32"
99                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
100                        IntermediateDirectory="$(ConfigurationName)"
101                        ConfigurationType="1"
102                        CharacterSet="1"
103                        WholeProgramOptimization="1"
104                        >
105                        <Tool
106                                Name="VCPreBuildEventTool"
107                        />
108                        <Tool
109                                Name="VCCustomBuildTool"
110                        />
111                        <Tool
112                                Name="VCXMLDataGeneratorTool"
113                        />
114                        <Tool
115                                Name="VCWebServiceProxyGeneratorTool"
116                        />
117                        <Tool
118                                Name="VCMIDLTool"
119                        />
120                        <Tool
121                                Name="VCCLCompilerTool"
122                                Optimization="3"
123                                InlineFunctionExpansion="2"
124                                FavorSizeOrSpeed="1"
125                                OmitFramePointers="true"
126                                EnableFiberSafeOptimizations="true"
127                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
128                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
129                                RuntimeLibrary="2"
130                                EnableEnhancedInstructionSet="2"
131                                RuntimeTypeInfo="false"
132                                UsePrecompiledHeader="0"
133                                WarningLevel="3"
134                                Detect64BitPortabilityProblems="true"
135                                DebugInformationFormat="3"
136                        />
137                        <Tool
138                                Name="VCManagedResourceCompilerTool"
139                        />
140                        <Tool
141                                Name="VCResourceCompilerTool"
142                        />
143                        <Tool
144                                Name="VCPreLinkEventTool"
145                        />
146                        <Tool
147                                Name="VCLinkerTool"
148                                AdditionalDependencies="DemoEngine.lib glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib cg.lib cgGL.lib"
149                                OutputFile="$(OutDir)\FriendlyCulling.exe"
150                                LinkIncremental="1"
151                                AdditionalLibraryDirectories="&quot;lib/$(ConfigurationName)&quot;;libs;&quot;$(CG_LIB_PATH)&quot;;libs/GL;libs/Devil/lib;libs/Zlib/lib"
152                                IgnoreAllDefaultLibraries="false"
153                                IgnoreDefaultLibraryNames="LIBCMT"
154                                GenerateDebugInformation="true"
155                                SubSystem="1"
156                                OptimizeReferences="2"
157                                EnableCOMDATFolding="2"
158                                TargetMachine="1"
159                        />
160                        <Tool
161                                Name="VCALinkTool"
162                        />
163                        <Tool
164                                Name="VCManifestTool"
165                        />
166                        <Tool
167                                Name="VCXDCMakeTool"
168                        />
169                        <Tool
170                                Name="VCBscMakeTool"
171                        />
172                        <Tool
173                                Name="VCFxCopTool"
174                        />
175                        <Tool
176                                Name="VCAppVerifierTool"
177                        />
178                        <Tool
179                                Name="VCWebDeploymentTool"
180                        />
181                        <Tool
182                                Name="VCPostBuildEventTool"
183                        />
184                </Configuration>
185        </Configurations>
186        <References>
187        </References>
188        <Files>
189                <Filter
190                        Name="Source Files"
191                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
192                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
193                        >
194                        <File
195                                RelativePath=".\src\chcdemo.cpp"
196                                >
197                        </File>
198                </Filter>
199                <Filter
200                        Name="Header Files"
201                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
202                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
203                        >
204                </Filter>
205        </Files>
206        <Globals>
207        </Globals>
208</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.