source: GTP/trunk/App/Demos/Vis/FriendlyCulling/IrradianceMapping.vcproj @ 3037

Revision 3037, 4.4 KB checked in by mattausch, 16 years ago (diff)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="IrradianceMapping"
6        ProjectGUID="{91680C49-A358-48AE-A02C-66CB884B7D7F}"
7        RootNamespace="IrradianceMapping"
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                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
44                                MinimalRebuild="true"
45                                BasicRuntimeChecks="3"
46                                RuntimeLibrary="3"
47                                UsePrecompiledHeader="0"
48                                WarningLevel="3"
49                                Detect64BitPortabilityProblems="true"
50                                DebugInformationFormat="4"
51                        />
52                        <Tool
53                                Name="VCManagedResourceCompilerTool"
54                        />
55                        <Tool
56                                Name="VCResourceCompilerTool"
57                        />
58                        <Tool
59                                Name="VCPreLinkEventTool"
60                        />
61                        <Tool
62                                Name="VCLinkerTool"
63                                LinkIncremental="2"
64                                GenerateDebugInformation="true"
65                                SubSystem="1"
66                                TargetMachine="1"
67                        />
68                        <Tool
69                                Name="VCALinkTool"
70                        />
71                        <Tool
72                                Name="VCManifestTool"
73                        />
74                        <Tool
75                                Name="VCXDCMakeTool"
76                        />
77                        <Tool
78                                Name="VCBscMakeTool"
79                        />
80                        <Tool
81                                Name="VCFxCopTool"
82                        />
83                        <Tool
84                                Name="VCAppVerifierTool"
85                        />
86                        <Tool
87                                Name="VCWebDeploymentTool"
88                        />
89                        <Tool
90                                Name="VCPostBuildEventTool"
91                        />
92                </Configuration>
93                <Configuration
94                        Name="Release|Win32"
95                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
96                        IntermediateDirectory="$(ConfigurationName)"
97                        ConfigurationType="1"
98                        CharacterSet="1"
99                        WholeProgramOptimization="1"
100                        >
101                        <Tool
102                                Name="VCPreBuildEventTool"
103                        />
104                        <Tool
105                                Name="VCCustomBuildTool"
106                        />
107                        <Tool
108                                Name="VCXMLDataGeneratorTool"
109                        />
110                        <Tool
111                                Name="VCWebServiceProxyGeneratorTool"
112                        />
113                        <Tool
114                                Name="VCMIDLTool"
115                        />
116                        <Tool
117                                Name="VCCLCompilerTool"
118                                Optimization="3"
119                                InlineFunctionExpansion="2"
120                                FavorSizeOrSpeed="1"
121                                OmitFramePointers="true"
122                                EnableFiberSafeOptimizations="true"
123                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;&quot;$(CG_INC_PATH)&quot;"
124                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE; _CRT_SECURE_NO_WARNINGS"
125                                RuntimeLibrary="2"
126                                EnableEnhancedInstructionSet="2"
127                                RuntimeTypeInfo="false"
128                                UsePrecompiledHeader="0"
129                                WarningLevel="3"
130                                Detect64BitPortabilityProblems="true"
131                                DebugInformationFormat="3"
132                        />
133                        <Tool
134                                Name="VCManagedResourceCompilerTool"
135                        />
136                        <Tool
137                                Name="VCResourceCompilerTool"
138                        />
139                        <Tool
140                                Name="VCPreLinkEventTool"
141                        />
142                        <Tool
143                                Name="VCLinkerTool"
144                                AdditionalDependencies="DemoEngine.lib glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib cg.lib cgGL.lib"
145                                LinkIncremental="1"
146                                AdditionalLibraryDirectories="&quot;lib/$(ConfigurationName)&quot;;libs;&quot;$(CG_LIB_PATH)&quot;;libs/GL;libs/Devil/lib;libs/Zlib/lib"
147                                IgnoreAllDefaultLibraries="false"
148                                IgnoreDefaultLibraryNames="LIBCMT"
149                                GenerateDebugInformation="true"
150                                SubSystem="1"
151                                OptimizeReferences="2"
152                                EnableCOMDATFolding="2"
153                                TargetMachine="1"
154                        />
155                        <Tool
156                                Name="VCALinkTool"
157                        />
158                        <Tool
159                                Name="VCManifestTool"
160                        />
161                        <Tool
162                                Name="VCXDCMakeTool"
163                        />
164                        <Tool
165                                Name="VCBscMakeTool"
166                        />
167                        <Tool
168                                Name="VCFxCopTool"
169                        />
170                        <Tool
171                                Name="VCAppVerifierTool"
172                        />
173                        <Tool
174                                Name="VCWebDeploymentTool"
175                        />
176                        <Tool
177                                Name="VCPostBuildEventTool"
178                        />
179                </Configuration>
180        </Configurations>
181        <References>
182        </References>
183        <Files>
184                <Filter
185                        Name="Header Files"
186                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
187                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
188                        >
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\irradiance.cpp"
196                                        >
197                                </File>
198                        </Filter>
199                </Filter>
200        </Files>
201        <Globals>
202        </Globals>
203</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.