source: GTP/trunk/App/Demos/Illum/pathmap/Common/DXUT_2002.vcproj @ 2197

Revision 2197, 3.3 KB checked in by szirmay, 17 years ago (diff)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.00"
5        Name="DXUT"
6        ProjectGUID="{E0CF097B-F22D-465B-A884-D89E55BD7ECD}"
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="4"
18                        CharacterSet="1">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
23                                MinimalRebuild="TRUE"
24                                BasicRuntimeChecks="3"
25                                RuntimeLibrary="1"
26                                UsePrecompiledHeader="3"
27                                PrecompiledHeaderThrough="dxstdafx.h"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="4"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLibrarianTool"
35                                OutputFile="$(OutDir)/DXUT.lib"/>
36                        <Tool
37                                Name="VCMIDLTool"/>
38                        <Tool
39                                Name="VCPostBuildEventTool"/>
40                        <Tool
41                                Name="VCPreBuildEventTool"/>
42                        <Tool
43                                Name="VCPreLinkEventTool"/>
44                        <Tool
45                                Name="VCResourceCompilerTool"/>
46                        <Tool
47                                Name="VCWebServiceProxyGeneratorTool"/>
48                </Configuration>
49                <Configuration
50                        Name="Release|Win32"
51                        OutputDirectory="Release"
52                        IntermediateDirectory="Release"
53                        ConfigurationType="4"
54                        CharacterSet="1">
55                        <Tool
56                                Name="VCCLCompilerTool"
57                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
58                                RuntimeLibrary="0"
59                                UsePrecompiledHeader="3"
60                                PrecompiledHeaderThrough="dxstdafx.h"
61                                WarningLevel="3"
62                                Detect64BitPortabilityProblems="TRUE"
63                                DebugInformationFormat="3"/>
64                        <Tool
65                                Name="VCCustomBuildTool"/>
66                        <Tool
67                                Name="VCLibrarianTool"
68                                OutputFile="$(OutDir)/DXUT.lib"/>
69                        <Tool
70                                Name="VCMIDLTool"/>
71                        <Tool
72                                Name="VCPostBuildEventTool"/>
73                        <Tool
74                                Name="VCPreBuildEventTool"/>
75                        <Tool
76                                Name="VCPreLinkEventTool"/>
77                        <Tool
78                                Name="VCResourceCompilerTool"/>
79                        <Tool
80                                Name="VCWebServiceProxyGeneratorTool"/>
81                </Configuration>
82        </Configurations>
83        <Files>
84                <File
85                        RelativePath=".\dxstdafx.cpp">
86                        <FileConfiguration
87                                Name="Debug|Win32">
88                                <Tool
89                                        Name="VCCLCompilerTool"
90                                        UsePrecompiledHeader="1"/>
91                        </FileConfiguration>
92                        <FileConfiguration
93                                Name="Release|Win32">
94                                <Tool
95                                        Name="VCCLCompilerTool"
96                                        UsePrecompiledHeader="1"/>
97                        </FileConfiguration>
98                </File>
99                <File
100                        RelativePath=".\dxstdafx.h">
101                </File>
102                <File
103                        RelativePath=".\DXUT.cpp">
104                </File>
105                <File
106                        RelativePath=".\DXUT.h">
107                </File>
108                <File
109                        RelativePath=".\DXUTenum.cpp">
110                </File>
111                <File
112                        RelativePath=".\DXUTenum.h">
113                </File>
114                <File
115                        RelativePath=".\DXUTgui.cpp">
116                </File>
117                <File
118                        RelativePath=".\DXUTgui.h">
119                </File>
120                <File
121                        RelativePath=".\DXUTMesh.cpp">
122                </File>
123                <File
124                        RelativePath=".\DXUTMesh.h">
125                </File>
126                <File
127                        RelativePath=".\DXUTmisc.cpp">
128                </File>
129                <File
130                        RelativePath=".\DXUTmisc.h">
131                </File>
132                <File
133                        RelativePath=".\DXUTRes.cpp">
134                </File>
135                <File
136                        RelativePath=".\DXUTRes.h">
137                </File>
138                <File
139                        RelativePath=".\DXUTSettingsDlg.cpp">
140                </File>
141                <File
142                        RelativePath=".\DXUTSettingsDlg.h">
143                </File>
144                <File
145                        RelativePath=".\DXUTsound.cpp">
146                </File>
147                <File
148                        RelativePath=".\DXUTsound.h">
149                </File>
150        </Files>
151        <Globals>
152        </Globals>
153</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.