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

Revision 2197, 3.6 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="8.00"
5        Name="DXUT"
6        ProjectGUID="{E0CF097B-F22D-465B-A884-D89E55BD7ECD}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <ToolFiles>
13        </ToolFiles>
14        <Configurations>
15                <Configuration
16                        Name="Debug|Win32"
17                        OutputDirectory="Debug"
18                        IntermediateDirectory="Debug"
19                        ConfigurationType="4"
20                        InheritedPropertySheets="UpgradeFromVC71.vsprops"
21                        CharacterSet="1">
22                        <Tool
23                                Name="VCCLCompilerTool"
24                                Optimization="0"
25                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
26                                MinimalRebuild="true"
27                                BasicRuntimeChecks="3"
28                                RuntimeLibrary="1"
29                                UsePrecompiledHeader="3"
30                                PrecompiledHeaderThrough="dxstdafx.h"
31                                WarningLevel="3"
32                                Detect64BitPortabilityProblems="true"
33                                DebugInformationFormat="4"/>
34                        <Tool
35                                Name="VCCustomBuildTool"/>
36                        <Tool
37                                Name="VCLibrarianTool"
38                                OutputFile="$(OutDir)/DXUT.lib"/>
39                        <Tool
40                                Name="VCMIDLTool"/>
41                        <Tool
42                                Name="VCPostBuildEventTool"/>
43                        <Tool
44                                Name="VCPreBuildEventTool"/>
45                        <Tool
46                                Name="VCPreLinkEventTool"/>
47                        <Tool
48                                Name="VCResourceCompilerTool"/>
49                        <Tool
50                                Name="VCWebServiceProxyGeneratorTool"/>
51                        <Tool
52                                Name="VCXMLDataGeneratorTool"/>
53                </Configuration>
54                <Configuration
55                        Name="Release|Win32"
56                        OutputDirectory="Release"
57                        IntermediateDirectory="Release"
58                        ConfigurationType="4"
59                        InheritedPropertySheets="UpgradeFromVC71.vsprops"
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                </Configuration>
90        </Configurations>
91        <References>
92        </References>
93        <Files>
94                <File
95                        RelativePath=".\dxstdafx.cpp">
96                        <FileConfiguration
97                                Name="Debug|Win32">
98                                <Tool
99                                        Name="VCCLCompilerTool"
100                                        UsePrecompiledHeader="1"/>
101                        </FileConfiguration>
102                        <FileConfiguration
103                                Name="Release|Win32">
104                                <Tool
105                                        Name="VCCLCompilerTool"
106                                        UsePrecompiledHeader="1"/>
107                        </FileConfiguration>
108                </File>
109                <File
110                        RelativePath=".\dxstdafx.h">
111                </File>
112                <File
113                        RelativePath=".\DXUT.cpp">
114                </File>
115                <File
116                        RelativePath=".\DXUT.h">
117                </File>
118                <File
119                        RelativePath=".\DXUTenum.cpp">
120                </File>
121                <File
122                        RelativePath=".\DXUTenum.h">
123                </File>
124                <File
125                        RelativePath=".\DXUTgui.cpp">
126                </File>
127                <File
128                        RelativePath=".\DXUTgui.h">
129                </File>
130                <File
131                        RelativePath=".\DXUTMesh.cpp">
132                </File>
133                <File
134                        RelativePath=".\DXUTMesh.h">
135                </File>
136                <File
137                        RelativePath=".\DXUTmisc.cpp">
138                </File>
139                <File
140                        RelativePath=".\DXUTmisc.h">
141                </File>
142                <File
143                        RelativePath=".\DXUTRes.cpp">
144                </File>
145                <File
146                        RelativePath=".\DXUTRes.h">
147                </File>
148                <File
149                        RelativePath=".\DXUTSettingsDlg.cpp">
150                </File>
151                <File
152                        RelativePath=".\DXUTSettingsDlg.h">
153                </File>
154                <File
155                        RelativePath=".\DXUTsound.cpp">
156                </File>
157                <File
158                        RelativePath=".\DXUTsound.h">
159                </File>
160        </Files>
161        <Globals>
162        </Globals>
163</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.