source: GTP/trunk/App/Demos/Illum/SoftShadowMap/ShadowMap_2005.vcproj @ 1637

Revision 1637, 9.6 KB checked in by szirmay, 18 years ago (diff)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="ShadowMap"
6        ProjectGUID="{7E3257B1-1E8F-437C-805A-AC30CBC0A8F2}"
7        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Debug|Win32"
19                        OutputDirectory="Debug"
20                        IntermediateDirectory="Debug"
21                        ConfigurationType="1"
22                        InheritedPropertySheets="C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults\UpgradeFromVC71.vsprops"
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="Common"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;PROFILE"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="0"
47                                RuntimeLibrary="1"
48                                PrecompiledHeaderThrough="dxstdafx.h"
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                                AdditionalOptions="/IGNORE:4089"
65                                AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9d.lib d3d9.lib winmm.lib comctl32.lib"
66                                LinkIncremental="2"
67                                GenerateManifest="false"
68                                IgnoreDefaultLibraryNames="LibToIgnore"
69                                GenerateDebugInformation="true"
70                                ProgramDatabaseFile="$(OutDir)/ShadowMap.pdb"
71                                SubSystem="2"
72                                TargetMachine="1"
73                        />
74                        <Tool
75                                Name="VCALinkTool"
76                        />
77                        <Tool
78                                Name="VCManifestTool"
79                                EmbedManifest="false"
80                        />
81                        <Tool
82                                Name="VCXDCMakeTool"
83                        />
84                        <Tool
85                                Name="VCBscMakeTool"
86                        />
87                        <Tool
88                                Name="VCFxCopTool"
89                        />
90                        <Tool
91                                Name="VCAppVerifierTool"
92                        />
93                        <Tool
94                                Name="VCWebDeploymentTool"
95                        />
96                        <Tool
97                                Name="VCPostBuildEventTool"
98                        />
99                </Configuration>
100                <Configuration
101                        Name="Release|Win32"
102                        OutputDirectory="Release"
103                        IntermediateDirectory="Release"
104                        ConfigurationType="1"
105                        InheritedPropertySheets="C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults\UpgradeFromVC71.vsprops"
106                        CharacterSet="1"
107                        >
108                        <Tool
109                                Name="VCPreBuildEventTool"
110                        />
111                        <Tool
112                                Name="VCCustomBuildTool"
113                        />
114                        <Tool
115                                Name="VCXMLDataGeneratorTool"
116                        />
117                        <Tool
118                                Name="VCWebServiceProxyGeneratorTool"
119                        />
120                        <Tool
121                                Name="VCMIDLTool"
122                        />
123                        <Tool
124                                Name="VCCLCompilerTool"
125                                Optimization="2"
126                                InlineFunctionExpansion="1"
127                                OmitFramePointers="true"
128                                AdditionalIncludeDirectories="Common"
129                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
130                                StringPooling="true"
131                                ExceptionHandling="0"
132                                RuntimeLibrary="0"
133                                EnableFunctionLevelLinking="true"
134                                PrecompiledHeaderThrough="dxstdafx.h"
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                                AdditionalOptions="/IGNORE:4089"
151                                AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib comctl32.lib"
152                                OutputFile="$(OutDir)/ShadowMap.exe"
153                                LinkIncremental="1"
154                                GenerateManifest="false"
155                                GenerateDebugInformation="true"
156                                SubSystem="2"
157                                OptimizeReferences="2"
158                                EnableCOMDATFolding="2"
159                                TargetMachine="1"
160                        />
161                        <Tool
162                                Name="VCALinkTool"
163                        />
164                        <Tool
165                                Name="VCManifestTool"
166                                EmbedManifest="false"
167                        />
168                        <Tool
169                                Name="VCXDCMakeTool"
170                        />
171                        <Tool
172                                Name="VCBscMakeTool"
173                        />
174                        <Tool
175                                Name="VCFxCopTool"
176                        />
177                        <Tool
178                                Name="VCAppVerifierTool"
179                        />
180                        <Tool
181                                Name="VCWebDeploymentTool"
182                        />
183                        <Tool
184                                Name="VCPostBuildEventTool"
185                        />
186                </Configuration>
187                <Configuration
188                        Name="Profile|Win32"
189                        OutputDirectory="Profile"
190                        IntermediateDirectory="Profile"
191                        ConfigurationType="1"
192                        InheritedPropertySheets="C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults\UpgradeFromVC71.vsprops"
193                        CharacterSet="1"
194                        >
195                        <Tool
196                                Name="VCPreBuildEventTool"
197                        />
198                        <Tool
199                                Name="VCCustomBuildTool"
200                        />
201                        <Tool
202                                Name="VCXMLDataGeneratorTool"
203                        />
204                        <Tool
205                                Name="VCWebServiceProxyGeneratorTool"
206                        />
207                        <Tool
208                                Name="VCMIDLTool"
209                        />
210                        <Tool
211                                Name="VCCLCompilerTool"
212                                Optimization="2"
213                                InlineFunctionExpansion="1"
214                                OmitFramePointers="true"
215                                AdditionalIncludeDirectories="Common"
216                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;PROFILE"
217                                StringPooling="true"
218                                ExceptionHandling="0"
219                                RuntimeLibrary="0"
220                                EnableFunctionLevelLinking="true"
221                                PrecompiledHeaderThrough="dxstdafx.h"
222                                WarningLevel="3"
223                                Detect64BitPortabilityProblems="true"
224                                DebugInformationFormat="3"
225                        />
226                        <Tool
227                                Name="VCManagedResourceCompilerTool"
228                        />
229                        <Tool
230                                Name="VCResourceCompilerTool"
231                        />
232                        <Tool
233                                Name="VCPreLinkEventTool"
234                        />
235                        <Tool
236                                Name="VCLinkerTool"
237                                AdditionalOptions="/IGNORE:4089"
238                                AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib comctl32.lib"
239                                OutputFile="$(OutDir)/ShadowMap.exe"
240                                LinkIncremental="1"
241                                GenerateManifest="false"
242                                GenerateDebugInformation="true"
243                                SubSystem="2"
244                                OptimizeReferences="2"
245                                EnableCOMDATFolding="2"
246                                TargetMachine="1"
247                        />
248                        <Tool
249                                Name="VCALinkTool"
250                        />
251                        <Tool
252                                Name="VCManifestTool"
253                                EmbedManifest="false"
254                        />
255                        <Tool
256                                Name="VCXDCMakeTool"
257                        />
258                        <Tool
259                                Name="VCBscMakeTool"
260                        />
261                        <Tool
262                                Name="VCFxCopTool"
263                        />
264                        <Tool
265                                Name="VCAppVerifierTool"
266                        />
267                        <Tool
268                                Name="VCWebDeploymentTool"
269                        />
270                        <Tool
271                                Name="VCPostBuildEventTool"
272                        />
273                </Configuration>
274        </Configurations>
275        <References>
276        </References>
277        <Files>
278                <Filter
279                        Name="Resource Files"
280                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
281                        >
282                        <File
283                                RelativePath="Common\directx.ico"
284                                >
285                        </File>
286                        <File
287                                RelativePath="resource.h"
288                                >
289                        </File>
290                        <File
291                                RelativePath="ShadowMap.manifest"
292                                >
293                                <FileConfiguration
294                                        Name="Debug|Win32"
295                                        ExcludedFromBuild="true"
296                                        >
297                                        <Tool
298                                                Name="VCCustomBuildTool"
299                                        />
300                                </FileConfiguration>
301                                <FileConfiguration
302                                        Name="Release|Win32"
303                                        ExcludedFromBuild="true"
304                                        >
305                                        <Tool
306                                                Name="VCCustomBuildTool"
307                                        />
308                                </FileConfiguration>
309                                <FileConfiguration
310                                        Name="Profile|Win32"
311                                        ExcludedFromBuild="true"
312                                        >
313                                        <Tool
314                                                Name="VCCustomBuildTool"
315                                        />
316                                </FileConfiguration>
317                        </File>
318                        <File
319                                RelativePath="ShadowMap.rc"
320                                >
321                        </File>
322                </Filter>
323                <Filter
324                        Name="Common"
325                        >
326                        <File
327                                RelativePath="Common\dxstdafx.cpp"
328                                >
329                                <FileConfiguration
330                                        Name="Debug|Win32"
331                                        >
332                                        <Tool
333                                                Name="VCCLCompilerTool"
334                                                UsePrecompiledHeader="1"
335                                        />
336                                </FileConfiguration>
337                                <FileConfiguration
338                                        Name="Release|Win32"
339                                        >
340                                        <Tool
341                                                Name="VCCLCompilerTool"
342                                                UsePrecompiledHeader="1"
343                                        />
344                                </FileConfiguration>
345                                <FileConfiguration
346                                        Name="Profile|Win32"
347                                        >
348                                        <Tool
349                                                Name="VCCLCompilerTool"
350                                                UsePrecompiledHeader="1"
351                                        />
352                                </FileConfiguration>
353                        </File>
354                        <File
355                                RelativePath="Common\dxstdafx.h"
356                                >
357                        </File>
358                        <File
359                                RelativePath="Common\dxut.cpp"
360                                >
361                        </File>
362                        <File
363                                RelativePath="Common\dxut.h"
364                                >
365                        </File>
366                        <File
367                                RelativePath="Common\dxutenum.cpp"
368                                >
369                        </File>
370                        <File
371                                RelativePath="Common\dxutenum.h"
372                                >
373                        </File>
374                        <File
375                                RelativePath="Common\dxutgui.cpp"
376                                >
377                        </File>
378                        <File
379                                RelativePath="Common\dxutgui.h"
380                                >
381                        </File>
382                        <File
383                                RelativePath="Common\DXUTMesh.cpp"
384                                >
385                        </File>
386                        <File
387                                RelativePath="Common\DXUTMesh.h"
388                                >
389                        </File>
390                        <File
391                                RelativePath="Common\dxutmisc.cpp"
392                                >
393                        </File>
394                        <File
395                                RelativePath="Common\dxutmisc.h"
396                                >
397                        </File>
398                        <File
399                                RelativePath="Common\DXUTRes.cpp"
400                                >
401                        </File>
402                        <File
403                                RelativePath="Common\DXUTRes.h"
404                                >
405                        </File>
406                        <File
407                                RelativePath="Common\dxutsettingsdlg.cpp"
408                                >
409                        </File>
410                        <File
411                                RelativePath="Common\dxutsettingsdlg.h"
412                                >
413                        </File>
414                </Filter>
415                <Filter
416                        Name="Header Files"
417                        >
418                        <File
419                                RelativePath=".\properties.fx"
420                                >
421                        </File>
422                        <File
423                                RelativePath=".\properties.h"
424                                >
425                        </File>
426                </Filter>
427                <Filter
428                        Name="Shaders"
429                        >
430                        <File
431                                RelativePath=".\Shaders\technique_00.fx"
432                                >
433                        </File>
434                        <File
435                                RelativePath=".\Shaders\technique_06.fx"
436                                >
437                        </File>
438                        <File
439                                RelativePath=".\Shaders\technique_07.fx"
440                                >
441                        </File>
442                        <File
443                                RelativePath=".\Shaders\technique_focusing.fx"
444                                >
445                        </File>
446                </Filter>
447                <File
448                        RelativePath="ShadowMap.cpp"
449                        >
450                        <FileConfiguration
451                                Name="Release|Win32"
452                                >
453                                <Tool
454                                        Name="VCCLCompilerTool"
455                                        PrecompiledHeaderThrough="dxstdafx.h"
456                                />
457                        </FileConfiguration>
458                        <FileConfiguration
459                                Name="Profile|Win32"
460                                >
461                                <Tool
462                                        Name="VCCLCompilerTool"
463                                        PrecompiledHeaderThrough="dxstdafx.h"
464                                />
465                        </FileConfiguration>
466                </File>
467                <File
468                        RelativePath="ShadowMap.fx"
469                        >
470                </File>
471        </Files>
472        <Globals>
473        </Globals>
474</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.