source: GTP-Internal/trunk/App/Demos/Illum/Ocean/Common/DXUT_2003.vcproj @ 1777

Revision 1777, 3.7 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="7.10"
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                        <Tool
49                                Name="VCXMLDataGeneratorTool"/>
50                        <Tool
51                                Name="VCManagedWrapperGeneratorTool"/>
52                        <Tool
53                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
54                </Configuration>
55                <Configuration
56                        Name="Release|Win32"
57                        OutputDirectory="Release"
58                        IntermediateDirectory="Release"
59                        ConfigurationType="4"
60                        CharacterSet="1">
61                        <Tool
62                                Name="VCCLCompilerTool"
63                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
64                                RuntimeLibrary="0"
65                                UsePrecompiledHeader="3"
66                                PrecompiledHeaderThrough="dxstdafx.h"
67                                WarningLevel="3"
68                                Detect64BitPortabilityProblems="TRUE"
69                                DebugInformationFormat="3"/>
70                        <Tool
71                                Name="VCCustomBuildTool"/>
72                        <Tool
73                                Name="VCLibrarianTool"
74                                OutputFile="$(OutDir)/DXUT.lib"/>
75                        <Tool
76                                Name="VCMIDLTool"/>
77                        <Tool
78                                Name="VCPostBuildEventTool"/>
79                        <Tool
80                                Name="VCPreBuildEventTool"/>
81                        <Tool
82                                Name="VCPreLinkEventTool"/>
83                        <Tool
84                                Name="VCResourceCompilerTool"/>
85                        <Tool
86                                Name="VCWebServiceProxyGeneratorTool"/>
87                        <Tool
88                                Name="VCXMLDataGeneratorTool"/>
89                        <Tool
90                                Name="VCManagedWrapperGeneratorTool"/>
91                        <Tool
92                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
93                </Configuration>
94        </Configurations>
95        <References>
96        </References>
97        <Files>
98                <File
99                        RelativePath=".\dxstdafx.cpp">
100                        <FileConfiguration
101                                Name="Debug|Win32">
102                                <Tool
103                                        Name="VCCLCompilerTool"
104                                        UsePrecompiledHeader="1"/>
105                        </FileConfiguration>
106                        <FileConfiguration
107                                Name="Release|Win32">
108                                <Tool
109                                        Name="VCCLCompilerTool"
110                                        UsePrecompiledHeader="1"/>
111                        </FileConfiguration>
112                </File>
113                <File
114                        RelativePath=".\dxstdafx.h">
115                </File>
116                <File
117                        RelativePath=".\DXUT.cpp">
118                </File>
119                <File
120                        RelativePath=".\DXUT.h">
121                </File>
122                <File
123                        RelativePath=".\DXUTenum.cpp">
124                </File>
125                <File
126                        RelativePath=".\DXUTenum.h">
127                </File>
128                <File
129                        RelativePath=".\DXUTgui.cpp">
130                </File>
131                <File
132                        RelativePath=".\DXUTgui.h">
133                </File>
134                <File
135                        RelativePath=".\DXUTMesh.cpp">
136                </File>
137                <File
138                        RelativePath=".\DXUTMesh.h">
139                </File>
140                <File
141                        RelativePath=".\DXUTmisc.cpp">
142                </File>
143                <File
144                        RelativePath=".\DXUTmisc.h">
145                </File>
146                <File
147                        RelativePath=".\DXUTRes.cpp">
148                </File>
149                <File
150                        RelativePath=".\DXUTRes.h">
151                </File>
152                <File
153                        RelativePath=".\DXUTSettingsDlg.cpp">
154                </File>
155                <File
156                        RelativePath=".\DXUTSettingsDlg.h">
157                </File>
158                <File
159                        RelativePath=".\DXUTsound.cpp">
160                </File>
161                <File
162                        RelativePath=".\DXUTsound.h">
163                </File>
164        </Files>
165        <Globals>
166        </Globals>
167</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.