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

Revision 3258, 5.1 KB checked in by mattausch, 15 years ago (diff)

worked on new method

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                                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)$(ConfigurationName)"
102                        IntermediateDirectory="$(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                                FavorSizeOrSpeed="1"
127                                OmitFramePointers="true"
128                                EnableFiberSafeOptimizations="true"
129                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
130                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
131                                RuntimeLibrary="2"
132                                EnableEnhancedInstructionSet="2"
133                                RuntimeTypeInfo="false"
134                                UsePrecompiledHeader="0"
135                                WarningLevel="3"
136                                Detect64BitPortabilityProblems="true"
137                                DebugInformationFormat="3"
138                        />
139                        <Tool
140                                Name="VCManagedResourceCompilerTool"
141                        />
142                        <Tool
143                                Name="VCResourceCompilerTool"
144                        />
145                        <Tool
146                                Name="VCPreLinkEventTool"
147                        />
148                        <Tool
149                                Name="VCLinkerTool"
150                                AdditionalDependencies="DemoEngine.lib glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib cg.lib cgGL.lib"
151                                OutputFile="$(OutDir)\FriendlyCulling.exe"
152                                LinkIncremental="1"
153                                AdditionalLibraryDirectories="&quot;lib/$(ConfigurationName)&quot;;libs;&quot;$(CG_LIB_PATH)&quot;;libs/GL;libs/Devil/lib;libs/Zlib/lib"
154                                IgnoreAllDefaultLibraries="false"
155                                IgnoreDefaultLibraryNames="LIBCMT"
156                                GenerateDebugInformation="true"
157                                SubSystem="1"
158                                LargeAddressAware="2"
159                                OptimizeReferences="2"
160                                EnableCOMDATFolding="2"
161                                TargetMachine="1"
162                        />
163                        <Tool
164                                Name="VCALinkTool"
165                        />
166                        <Tool
167                                Name="VCManifestTool"
168                        />
169                        <Tool
170                                Name="VCXDCMakeTool"
171                        />
172                        <Tool
173                                Name="VCBscMakeTool"
174                        />
175                        <Tool
176                                Name="VCFxCopTool"
177                        />
178                        <Tool
179                                Name="VCAppVerifierTool"
180                        />
181                        <Tool
182                                Name="VCWebDeploymentTool"
183                        />
184                        <Tool
185                                Name="VCPostBuildEventTool"
186                        />
187                </Configuration>
188        </Configurations>
189        <References>
190        </References>
191        <Files>
192                <Filter
193                        Name="Source Files"
194                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
195                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
196                        >
197                        <File
198                                RelativePath=".\src\chcdemo.cpp"
199                                >
200                        </File>
201                        <File
202                                RelativePath=".\default.env"
203                                >
204                        </File>
205                        <File
206                                RelativePath=".\Readme.txt"
207                                >
208                        </File>
209                </Filter>
210                <Filter
211                        Name="Header Files"
212                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
213                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
214                        >
215                </Filter>
216        </Files>
217        <Globals>
218        </Globals>
219</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.