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

Revision 3342, 5.2 KB checked in by mattausch, 15 years ago (diff)

found error

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="$(SolutionDir)\obj"
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                                IgnoreDefaultLibraryNames="LIBCMT"
69                                GenerateDebugInformation="true"
70                                SubSystem="1"
71                                LargeAddressAware="2"
72                                TargetMachine="1"
73                        />
74                        <Tool
75                                Name="VCALinkTool"
76                        />
77                        <Tool
78                                Name="VCManifestTool"
79                        />
80                        <Tool
81                                Name="VCXDCMakeTool"
82                        />
83                        <Tool
84                                Name="VCBscMakeTool"
85                        />
86                        <Tool
87                                Name="VCFxCopTool"
88                        />
89                        <Tool
90                                Name="VCAppVerifierTool"
91                        />
92                        <Tool
93                                Name="VCWebDeploymentTool"
94                        />
95                        <Tool
96                                Name="VCPostBuildEventTool"
97                        />
98                </Configuration>
99                <Configuration
100                        Name="Release|Win32"
101                        OutputDirectory="$(SolutionDir)\bin\$(ConfigurationName)"
102                        IntermediateDirectory="$(SolutionDir)\obj\$(ConfigurationName)"
103                        ConfigurationType="1"
104                        CharacterSet="1"
105                        WholeProgramOptimization="1"
106                        >
107                        <Tool
108                                Name="VCPreBuildEventTool"
109                        />
110                        <Tool
111                                Name="VCCustomBuildTool"
112                        />
113                        <Tool
114                                Name="VCXMLDataGeneratorTool"
115                        />
116                        <Tool
117                                Name="VCWebServiceProxyGeneratorTool"
118                        />
119                        <Tool
120                                Name="VCMIDLTool"
121                        />
122                        <Tool
123                                Name="VCCLCompilerTool"
124                                Optimization="3"
125                                InlineFunctionExpansion="2"
126                                EnableIntrinsicFunctions="true"
127                                FavorSizeOrSpeed="1"
128                                OmitFramePointers="true"
129                                EnableFiberSafeOptimizations="true"
130                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
131                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
132                                RuntimeLibrary="2"
133                                BufferSecurityCheck="false"
134                                EnableEnhancedInstructionSet="2"
135                                RuntimeTypeInfo="false"
136                                UsePrecompiledHeader="0"
137                                WarningLevel="3"
138                                Detect64BitPortabilityProblems="true"
139                                DebugInformationFormat="3"
140                        />
141                        <Tool
142                                Name="VCManagedResourceCompilerTool"
143                        />
144                        <Tool
145                                Name="VCResourceCompilerTool"
146                        />
147                        <Tool
148                                Name="VCPreLinkEventTool"
149                        />
150                        <Tool
151                                Name="VCLinkerTool"
152                                AdditionalDependencies="DemoEngine.lib glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib cg.lib cgGL.lib"
153                                OutputFile="$(OutDir)\FriendlyCulling.exe"
154                                LinkIncremental="1"
155                                AdditionalLibraryDirectories="&quot;lib/$(ConfigurationName)&quot;;libs;&quot;$(CG_LIB_PATH)&quot;;libs/GL;libs/Devil/lib;libs/Zlib/lib"
156                                IgnoreAllDefaultLibraries="false"
157                                IgnoreDefaultLibraryNames="LIBCMT"
158                                GenerateDebugInformation="false"
159                                SubSystem="1"
160                                LargeAddressAware="2"
161                                OptimizeReferences="2"
162                                EnableCOMDATFolding="2"
163                                OptimizeForWindows98="1"
164                                TargetMachine="1"
165                        />
166                        <Tool
167                                Name="VCALinkTool"
168                        />
169                        <Tool
170                                Name="VCManifestTool"
171                        />
172                        <Tool
173                                Name="VCXDCMakeTool"
174                        />
175                        <Tool
176                                Name="VCBscMakeTool"
177                        />
178                        <Tool
179                                Name="VCFxCopTool"
180                        />
181                        <Tool
182                                Name="VCAppVerifierTool"
183                        />
184                        <Tool
185                                Name="VCWebDeploymentTool"
186                        />
187                        <Tool
188                                Name="VCPostBuildEventTool"
189                        />
190                </Configuration>
191        </Configurations>
192        <References>
193        </References>
194        <Files>
195                <Filter
196                        Name="Source Files"
197                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
198                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
199                        >
200                        <File
201                                RelativePath=".\src\chcdemo.cpp"
202                                >
203                        </File>
204                        <File
205                                RelativePath=".\default.env"
206                                >
207                        </File>
208                        <File
209                                RelativePath=".\Readme.txt"
210                                >
211                        </File>
212                </Filter>
213                <Filter
214                        Name="Header Files"
215                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
216                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
217                        >
218                </Filter>
219        </Files>
220        <Globals>
221        </Globals>
222</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.