source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/Standalone/DepthOfField [DirectX]/DepthOfField.vcproj @ 3255

Revision 3255, 7.7 KB checked in by szirmay, 15 years ago (diff)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="DepthOfField"
6        ProjectGUID="{9C04CC2D-C188-4443-A185-CB0BCA6ED98D}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="Debug"
16                        IntermediateDirectory="Debug"
17                        ConfigurationType="1"
18                        CharacterSet="1">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="Common"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;PROFILE"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="0"
26                                RuntimeLibrary="5"
27                                UsePrecompiledHeader="3"
28                                PrecompiledHeaderThrough="dxstdafx.h"
29                                WarningLevel="4"
30                                Detect64BitPortabilityProblems="TRUE"
31                                DebugInformationFormat="4"/>
32                        <Tool
33                                Name="VCCustomBuildTool"/>
34                        <Tool
35                                Name="VCLinkerTool"
36                                AdditionalOptions="/IGNORE:4089"
37                                AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9d.lib d3d9.lib winmm.lib comctl32.lib"
38                                OutputFile="$(OutDir)/DepthOfField.exe"
39                                LinkIncremental="2"
40                                GenerateDebugInformation="TRUE"
41                                ProgramDatabaseFile="$(OutDir)/EnvMap.pdb"
42                                SubSystem="2"
43                                TargetMachine="1"/>
44                        <Tool
45                                Name="VCMIDLTool"/>
46                        <Tool
47                                Name="VCPostBuildEventTool"/>
48                        <Tool
49                                Name="VCPreBuildEventTool"/>
50                        <Tool
51                                Name="VCPreLinkEventTool"/>
52                        <Tool
53                                Name="VCResourceCompilerTool"/>
54                        <Tool
55                                Name="VCWebServiceProxyGeneratorTool"/>
56                        <Tool
57                                Name="VCXMLDataGeneratorTool"/>
58                        <Tool
59                                Name="VCWebDeploymentTool"/>
60                        <Tool
61                                Name="VCManagedWrapperGeneratorTool"/>
62                        <Tool
63                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
64                </Configuration>
65                <Configuration
66                        Name="Release|Win32"
67                        OutputDirectory="Release"
68                        IntermediateDirectory="Release"
69                        ConfigurationType="1"
70                        CharacterSet="1">
71                        <Tool
72                                Name="VCCLCompilerTool"
73                                Optimization="2"
74                                InlineFunctionExpansion="1"
75                                OmitFramePointers="TRUE"
76                                AdditionalIncludeDirectories="Common"
77                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
78                                StringPooling="TRUE"
79                                ExceptionHandling="FALSE"
80                                RuntimeLibrary="4"
81                                EnableFunctionLevelLinking="TRUE"
82                                UsePrecompiledHeader="3"
83                                PrecompiledHeaderThrough="dxstdafx.h"
84                                WarningLevel="4"
85                                Detect64BitPortabilityProblems="TRUE"
86                                DebugInformationFormat="3"/>
87                        <Tool
88                                Name="VCCustomBuildTool"/>
89                        <Tool
90                                Name="VCLinkerTool"
91                                AdditionalOptions="/IGNORE:4089"
92                                AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib comctl32.lib"
93                                OutputFile="$(OutDir)/DepthOfField.exe"
94                                LinkIncremental="1"
95                                GenerateDebugInformation="TRUE"
96                                SubSystem="2"
97                                OptimizeReferences="2"
98                                EnableCOMDATFolding="2"
99                                TargetMachine="1"/>
100                        <Tool
101                                Name="VCMIDLTool"/>
102                        <Tool
103                                Name="VCPostBuildEventTool"/>
104                        <Tool
105                                Name="VCPreBuildEventTool"/>
106                        <Tool
107                                Name="VCPreLinkEventTool"/>
108                        <Tool
109                                Name="VCResourceCompilerTool"/>
110                        <Tool
111                                Name="VCWebServiceProxyGeneratorTool"/>
112                        <Tool
113                                Name="VCXMLDataGeneratorTool"/>
114                        <Tool
115                                Name="VCWebDeploymentTool"/>
116                        <Tool
117                                Name="VCManagedWrapperGeneratorTool"/>
118                        <Tool
119                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
120                </Configuration>
121                <Configuration
122                        Name="Profile|Win32"
123                        OutputDirectory="Profile"
124                        IntermediateDirectory="Profile"
125                        ConfigurationType="1"
126                        CharacterSet="1">
127                        <Tool
128                                Name="VCCLCompilerTool"
129                                Optimization="2"
130                                InlineFunctionExpansion="1"
131                                OmitFramePointers="TRUE"
132                                AdditionalIncludeDirectories="Common"
133                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;PROFILE"
134                                StringPooling="TRUE"
135                                ExceptionHandling="FALSE"
136                                RuntimeLibrary="4"
137                                EnableFunctionLevelLinking="TRUE"
138                                UsePrecompiledHeader="3"
139                                PrecompiledHeaderThrough="dxstdafx.h"
140                                WarningLevel="4"
141                                Detect64BitPortabilityProblems="TRUE"
142                                DebugInformationFormat="3"/>
143                        <Tool
144                                Name="VCCustomBuildTool"/>
145                        <Tool
146                                Name="VCLinkerTool"
147                                AdditionalOptions="/IGNORE:4089"
148                                AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib comctl32.lib"
149                                OutputFile="$(OutDir)/EnvMap.exe"
150                                LinkIncremental="1"
151                                GenerateDebugInformation="TRUE"
152                                SubSystem="2"
153                                OptimizeReferences="2"
154                                EnableCOMDATFolding="2"
155                                TargetMachine="1"/>
156                        <Tool
157                                Name="VCMIDLTool"/>
158                        <Tool
159                                Name="VCPostBuildEventTool"/>
160                        <Tool
161                                Name="VCPreBuildEventTool"/>
162                        <Tool
163                                Name="VCPreLinkEventTool"/>
164                        <Tool
165                                Name="VCResourceCompilerTool"/>
166                        <Tool
167                                Name="VCWebServiceProxyGeneratorTool"/>
168                        <Tool
169                                Name="VCXMLDataGeneratorTool"/>
170                        <Tool
171                                Name="VCWebDeploymentTool"/>
172                        <Tool
173                                Name="VCManagedWrapperGeneratorTool"/>
174                        <Tool
175                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
176                </Configuration>
177        </Configurations>
178        <References>
179        </References>
180        <Files>
181                <Filter
182                        Name="Resource Files"
183                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
184                        <File
185                                RelativePath="Common\directx.ico">
186                        </File>
187                        <File
188                                RelativePath=".\DepthOfField.manifest">
189                        </File>
190                        <File
191                                RelativePath=".\DepthOfField.rc">
192                        </File>
193                        <File
194                                RelativePath="resource.h">
195                        </File>
196                </Filter>
197                <Filter
198                        Name="Common"
199                        Filter="">
200                        <File
201                                RelativePath="Common\dxstdafx.cpp">
202                                <FileConfiguration
203                                        Name="Debug|Win32">
204                                        <Tool
205                                                Name="VCCLCompilerTool"
206                                                UsePrecompiledHeader="1"/>
207                                </FileConfiguration>
208                                <FileConfiguration
209                                        Name="Release|Win32">
210                                        <Tool
211                                                Name="VCCLCompilerTool"
212                                                UsePrecompiledHeader="1"/>
213                                </FileConfiguration>
214                                <FileConfiguration
215                                        Name="Profile|Win32">
216                                        <Tool
217                                                Name="VCCLCompilerTool"
218                                                UsePrecompiledHeader="1"/>
219                                </FileConfiguration>
220                        </File>
221                        <File
222                                RelativePath="Common\dxstdafx.h">
223                        </File>
224                        <File
225                                RelativePath="Common\dxut.cpp">
226                        </File>
227                        <File
228                                RelativePath="Common\dxut.h">
229                        </File>
230                        <File
231                                RelativePath="Common\dxutenum.cpp">
232                        </File>
233                        <File
234                                RelativePath="Common\dxutenum.h">
235                        </File>
236                        <File
237                                RelativePath="Common\dxutgui.cpp">
238                        </File>
239                        <File
240                                RelativePath="Common\dxutgui.h">
241                        </File>
242                        <File
243                                RelativePath="Common\dxutMesh.cpp">
244                        </File>
245                        <File
246                                RelativePath="Common\dxutMesh.h">
247                        </File>
248                        <File
249                                RelativePath="Common\dxutmisc.cpp">
250                        </File>
251                        <File
252                                RelativePath="Common\dxutmisc.h">
253                        </File>
254                        <File
255                                RelativePath="Common\DXUTRes.cpp">
256                        </File>
257                        <File
258                                RelativePath="Common\DXUTRes.h">
259                        </File>
260                        <File
261                                RelativePath="Common\DXUTSettingsDlg.cpp">
262                        </File>
263                        <File
264                                RelativePath="Common\DXUTSettingsDlg.h">
265                        </File>
266                </Filter>
267                <Filter
268                        Name="Shaders"
269                        Filter="">
270                        <File
271                                RelativePath=".\shaders\BumpMapping.fx">
272                        </File>
273                        <File
274                                RelativePath=".\shaders\CameraEffects.fx">
275                        </File>
276                        <File
277                                RelativePath=".\shaders\illum.hlsl">
278                        </File>
279                </Filter>
280                <Filter
281                        Name="Header Files"
282                        Filter="">
283                        <File
284                                RelativePath=".\CameraEffects.h">
285                        </File>
286                        <File
287                                RelativePath=".\DXTexture.h">
288                        </File>
289                        <File
290                                RelativePath=".\Media.h">
291                        </File>
292                        <File
293                                RelativePath=".\Mesh.h">
294                        </File>
295                        <File
296                                RelativePath=".\Parameters.h">
297                        </File>
298                </Filter>
299                <Filter
300                        Name="Source Files"
301                        Filter="">
302                        <File
303                                RelativePath=".\CameraEffects.cpp">
304                        </File>
305                        <File
306                                RelativePath=".\DXTexture.cpp">
307                        </File>
308                        <File
309                                RelativePath=".\Main.cpp">
310                        </File>
311                        <File
312                                RelativePath=".\Mesh.cpp">
313                        </File>
314                        <File
315                                RelativePath=".\Parameters.cpp">
316                        </File>
317                </Filter>
318        </Files>
319        <Globals>
320        </Globals>
321</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.