1
<?xml version="1.0" encoding="ks_c_5601-1987"?>
2
<VisualStudioProject
3
ProjectType="Visual C++"
4
Version="9.00"
5
Name="DisplayTest"
6
ProjectGUID="{FE6179B9-6E3E-4157-BE52-C4A6B202306F}"
7
RootNamespace="DisplayTest"
8
Keyword="MFCProj"
9
TargetFrameworkVersion="131072"
10
>
11
<Platforms>
12
<Platform
13
Name="Win32"
14
/>
15
</Platforms>
16
<ToolFiles>
17
</ToolFiles>
18
<Configurations>
19
<Configuration
20
Name="Debug|Win32"
21
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22
IntermediateDirectory="$(ConfigurationName)"
23
ConfigurationType="1"
24
UseOfMFC="1"
25
CharacterSet="1"
26
27
<Tool
28
Name="VCPreBuildEventTool"
29
30
31
Name="VCCustomBuildTool"
32
33
34
Name="VCXMLDataGeneratorTool"
35
36
37
Name="VCWebServiceProxyGeneratorTool"
38
39
40
Name="VCMIDLTool"
41
PreprocessorDefinitions="_DEBUG"
42
MkTypLibCompatible="false"
43
ValidateParameters="false"
44
45
46
Name="VCCLCompilerTool"
47
Optimization="0"
48
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
49
MinimalRebuild="true"
50
BasicRuntimeChecks="3"
51
RuntimeLibrary="1"
52
UsePrecompiledHeader="2"
53
WarningLevel="3"
54
Detect64BitPortabilityProblems="true"
55
DebugInformationFormat="4"
56
57
58
Name="VCManagedResourceCompilerTool"
59
60
61
Name="VCResourceCompilerTool"
62
63
Culture="1033"
64
AdditionalIncludeDirectories="$(IntDir)"
65
66
67
Name="VCPreLinkEventTool"
68
69
70
Name="VCLinkerTool"
71
LinkIncremental="2"
72
GenerateDebugInformation="true"
73
SubSystem="2"
74
RandomizedBaseAddress="1"
75
DataExecutionPrevention="0"
76
TargetMachine="1"
77
78
79
Name="VCALinkTool"
80
81
82
Name="VCManifestTool"
83
84
85
Name="VCXDCMakeTool"
86
87
88
Name="VCBscMakeTool"
89
90
91
Name="VCFxCopTool"
92
93
94
Name="VCAppVerifierTool"
95
96
97
Name="VCPostBuildEventTool"
98
99
</Configuration>
100
101
Name="Release|Win32"
102
103
104
105
106
107
WholeProgramOptimization="1"
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
PreprocessorDefinitions="NDEBUG"
124
125
126
127
128
129
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
130
MinimalRebuild="false"
131
RuntimeLibrary="0"
132
133
134
135
DebugInformationFormat="3"
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
LinkIncremental="1"
152
IgnoreDefaultLibraryNames="msvcr80.lib"
153
154
155
OptimizeReferences="2"
156
EnableCOMDATFolding="2"
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
</Configurations>
184
<References>
185
</References>
186
<Files>
187
<Filter
188
Name="Sources"
189
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
190
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
191
192
<File
193
RelativePath=".\DisplayTest.cpp"
194
195
</File>
196
197
RelativePath=".\DisplayTestDlg.cpp"
198
199
200
201
RelativePath=".\stdafx.cpp"
202
203
<FileConfiguration
204
205
206
207
208
UsePrecompiledHeader="1"
209
210
</FileConfiguration>
211
212
213
214
215
216
217
218
219
220
</Filter>
221
222
Name="Includes"
223
Filter="h;hpp;hxx;hm;inl;inc;xsd"
224
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
225
226
227
RelativePath=".\DisplayTest.h"
228
229
230
231
RelativePath=".\DisplayTestDlg.h"
232
233
234
235
RelativePath=".\Resource.h"
236
237
238
239
RelativePath=".\stdafx.h"
240
241
242
243
244
Name="Resources"
245
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
246
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
247
248
249
RelativePath=".\res\DisplayTest.ico"
250
251
252
253
RelativePath=".\DisplayTest.rc"
254
255
256
257
RelativePath=".\res\DisplayTest.rc2"
258
259
260
261
262
RelativePath=".\ReadMe.txt"
263
264
265
</Files>
266
<Globals>
267
<Global
268
Name="RESOURCE_FILE"
269
Value="DisplayTest.rc"
270
271
</Globals>
272
</VisualStudioProject>