]> git.saurik.com Git - apple/icu.git/blob - icuSources/samples/layout/layout.vcproj
ICU-400.38.tar.gz
[apple/icu.git] / icuSources / samples / layout / layout.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="layout"
6 ProjectGUID="{497500ED-DE1D-4B20-B529-F41B5A0FBEEB}"
7 >
8 <Platforms>
9 <Platform
10 Name="Win32"
11 />
12 </Platforms>
13 <ToolFiles>
14 </ToolFiles>
15 <Configurations>
16 <Configuration
17 Name="Release|Win32"
18 OutputDirectory=".\Release"
19 IntermediateDirectory=".\Release"
20 ConfigurationType="1"
21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
24 CharacterSet="2"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 TypeLibraryName=".\Release/layout.tlb"
41 />
42 <Tool
43 Name="VCCLCompilerTool"
44 InlineFunctionExpansion="1"
45 AdditionalIncludeDirectories="..\..\..\include,..\..\..\include\layout,..\..\common"
46 PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32;UNICODE;_CRT_SECURE_NO_DEPRECATE;LE_USE_CMEMORY"
47 StringPooling="true"
48 RuntimeLibrary="2"
49 EnableFunctionLevelLinking="true"
50 TreatWChar_tAsBuiltInType="true"
51 UsePrecompiledHeader="0"
52 PrecompiledHeaderFile=".\Release/layout.pch"
53 AssemblerListingLocation=".\Release/"
54 ObjectFile=".\Release/"
55 ProgramDataBaseFileName=".\Release/"
56 WarningLevel="3"
57 SuppressStartupBanner="true"
58 CompileAs="0"
59 />
60 <Tool
61 Name="VCManagedResourceCompilerTool"
62 />
63 <Tool
64 Name="VCResourceCompilerTool"
65 PreprocessorDefinitions="NDEBUG"
66 Culture="1033"
67 />
68 <Tool
69 Name="VCPreLinkEventTool"
70 />
71 <Tool
72 Name="VCLinkerTool"
73 AdditionalDependencies="..\..\..\lib\iculx.lib ..\..\..\lib\icule.lib ..\..\..\lib\icuuc.lib ..\..\..\lib\icuin.lib odbc32.lib odbccp32.lib"
74 OutputFile=".\Release/layout.exe"
75 LinkIncremental="1"
76 SuppressStartupBanner="true"
77 ProgramDatabaseFile=".\Release/layout.pdb"
78 SubSystem="2"
79 />
80 <Tool
81 Name="VCALinkTool"
82 />
83 <Tool
84 Name="VCManifestTool"
85 />
86 <Tool
87 Name="VCXDCMakeTool"
88 />
89 <Tool
90 Name="VCBscMakeTool"
91 />
92 <Tool
93 Name="VCFxCopTool"
94 />
95 <Tool
96 Name="VCAppVerifierTool"
97 />
98 <Tool
99 Name="VCWebDeploymentTool"
100 />
101 <Tool
102 Name="VCPostBuildEventTool"
103 />
104 </Configuration>
105 <Configuration
106 Name="Debug|Win32"
107 OutputDirectory=".\Debug"
108 IntermediateDirectory=".\Debug"
109 ConfigurationType="1"
110 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
111 UseOfMFC="0"
112 ATLMinimizesCRunTimeLibraryUsage="false"
113 CharacterSet="2"
114 >
115 <Tool
116 Name="VCPreBuildEventTool"
117 />
118 <Tool
119 Name="VCCustomBuildTool"
120 />
121 <Tool
122 Name="VCXMLDataGeneratorTool"
123 />
124 <Tool
125 Name="VCWebServiceProxyGeneratorTool"
126 />
127 <Tool
128 Name="VCMIDLTool"
129 TypeLibraryName=".\Debug/layout.tlb"
130 />
131 <Tool
132 Name="VCCLCompilerTool"
133 Optimization="0"
134 AdditionalIncludeDirectories="..\..\..\include,..\..\..\include\layout,..\..\common"
135 PreprocessorDefinitions="_DEBUG;WIN32;UNICODE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE"
136 BasicRuntimeChecks="3"
137 RuntimeLibrary="3"
138 TreatWChar_tAsBuiltInType="true"
139 UsePrecompiledHeader="0"
140 PrecompiledHeaderFile=".\Debug/layout.pch"
141 AssemblerListingLocation=".\Debug/"
142 ObjectFile=".\Debug/"
143 ProgramDataBaseFileName=".\Debug/"
144 WarningLevel="3"
145 SuppressStartupBanner="true"
146 DebugInformationFormat="4"
147 CompileAs="0"
148 />
149 <Tool
150 Name="VCManagedResourceCompilerTool"
151 />
152 <Tool
153 Name="VCResourceCompilerTool"
154 PreprocessorDefinitions="_DEBUG"
155 Culture="1033"
156 />
157 <Tool
158 Name="VCPreLinkEventTool"
159 />
160 <Tool
161 Name="VCLinkerTool"
162 AdditionalDependencies="..\..\..\lib\iculxd.lib ..\..\..\lib\iculed.lib ..\..\..\lib\icuucd.lib ..\..\..\lib\icuind.lib odbc32.lib odbccp32.lib"
163 OutputFile=".\Debug/layout.exe"
164 LinkIncremental="2"
165 SuppressStartupBanner="true"
166 GenerateDebugInformation="true"
167 ProgramDatabaseFile=".\Debug/layout.pdb"
168 SubSystem="2"
169 />
170 <Tool
171 Name="VCALinkTool"
172 />
173 <Tool
174 Name="VCManifestTool"
175 />
176 <Tool
177 Name="VCXDCMakeTool"
178 />
179 <Tool
180 Name="VCBscMakeTool"
181 />
182 <Tool
183 Name="VCFxCopTool"
184 />
185 <Tool
186 Name="VCAppVerifierTool"
187 />
188 <Tool
189 Name="VCWebDeploymentTool"
190 />
191 <Tool
192 Name="VCPostBuildEventTool"
193 />
194 </Configuration>
195 </Configurations>
196 <References>
197 </References>
198 <Files>
199 <Filter
200 Name="Source Files"
201 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
202 >
203 <File
204 RelativePath=".\cmaps.cpp"
205 >
206 </File>
207 <File
208 RelativePath=".\FontMap.cpp"
209 >
210 </File>
211 <File
212 RelativePath=".\FontTableCache.cpp"
213 >
214 </File>
215 <File
216 RelativePath=".\GDIFontInstance.cpp"
217 >
218 </File>
219 <File
220 RelativePath=".\GDIFontMap.cpp"
221 >
222 </File>
223 <File
224 RelativePath=".\GDIGUISupport.cpp"
225 >
226 </File>
227 <File
228 RelativePath=".\layout.cpp"
229 >
230 </File>
231 <File
232 RelativePath=".\LayoutSample.rc"
233 >
234 </File>
235 <File
236 RelativePath=".\paragraph.cpp"
237 >
238 </File>
239 <File
240 RelativePath=".\ScriptCompositeFontInstance.cpp"
241 >
242 </File>
243 <File
244 RelativePath=".\UnicodeReader.cpp"
245 >
246 </File>
247 </Filter>
248 <Filter
249 Name="Header Files"
250 Filter="h;hpp;hxx;hm;inl"
251 >
252 <File
253 RelativePath=".\cmaps.h"
254 >
255 </File>
256 <File
257 RelativePath=".\FontMap.h"
258 >
259 </File>
260 <File
261 RelativePath=".\FontTableCache.h"
262 >
263 </File>
264 <File
265 RelativePath=".\GDIFontInstance.h"
266 >
267 </File>
268 <File
269 RelativePath=".\GDIFontMap.h"
270 >
271 </File>
272 <File
273 RelativePath=".\GDIGUISupport.h"
274 >
275 </File>
276 <File
277 RelativePath=".\GUISupport.h"
278 >
279 </File>
280 <File
281 RelativePath=".\paragraph.h"
282 >
283 </File>
284 <File
285 RelativePath=".\RenderingSurface.h"
286 >
287 </File>
288 <File
289 RelativePath=".\resource.h"
290 >
291 </File>
292 <File
293 RelativePath=".\ScriptCompositeFontInstance.h"
294 >
295 </File>
296 <File
297 RelativePath=".\sfnt.h"
298 >
299 </File>
300 <File
301 RelativePath=".\UnicodeReader.h"
302 >
303 </File>
304 </Filter>
305 <Filter
306 Name="Resource Files"
307 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
308 >
309 </Filter>
310 </Files>
311 <Globals>
312 </Globals>
313 </VisualStudioProject>