]> git.saurik.com Git - apple/icu.git/blob - icuSources/samples/layout/layout.vcproj
ICU-3.13.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="7.00"
5 Name="layout"
6 SccProjectName=""
7 SccLocalPath="">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Release|Win32"
15 OutputDirectory=".\Release"
16 IntermediateDirectory=".\Release"
17 ConfigurationType="1"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE"
20 CharacterSet="2">
21 <Tool
22 Name="VCCLCompilerTool"
23 InlineFunctionExpansion="1"
24 OptimizeForProcessor="2"
25 AdditionalIncludeDirectories="..\..\..\include,..\..\..\include\layout,..\..\common"
26 PreprocessorDefinitions="NDEBUG,_CONSOLE,WIN32,UNICODE,_WIN32_WINNT=0X500,LE_USE_CMEMORY"
27 StringPooling="TRUE"
28 RuntimeLibrary="2"
29 EnableFunctionLevelLinking="TRUE"
30 UsePrecompiledHeader="2"
31 PrecompiledHeaderFile=".\Release/layout.pch"
32 AssemblerListingLocation=".\Release/"
33 ObjectFile=".\Release/"
34 ProgramDataBaseFileName=".\Release/"
35 WarningLevel="3"
36 SuppressStartupBanner="TRUE"
37 CompileAs="0"/>
38 <Tool
39 Name="VCCustomBuildTool"/>
40 <Tool
41 Name="VCLinkerTool"
42 AdditionalOptions="/MACHINE:I386"
43 AdditionalDependencies="..\..\..\lib\iculx.lib ..\..\..\lib\icule.lib ..\..\..\lib\icuuc.lib ..\..\..\lib\icuin.lib odbc32.lib odbccp32.lib"
44 OutputFile=".\Release/layout.exe"
45 LinkIncremental="1"
46 SuppressStartupBanner="TRUE"
47 ProgramDatabaseFile=".\Release/layout.pdb"
48 SubSystem="2"/>
49 <Tool
50 Name="VCMIDLTool"
51 TypeLibraryName=".\Release/layout.tlb"/>
52 <Tool
53 Name="VCPostBuildEventTool"/>
54 <Tool
55 Name="VCPreBuildEventTool"/>
56 <Tool
57 Name="VCPreLinkEventTool"/>
58 <Tool
59 Name="VCResourceCompilerTool"
60 PreprocessorDefinitions="NDEBUG"
61 Culture="1033"/>
62 <Tool
63 Name="VCWebServiceProxyGeneratorTool"/>
64 <Tool
65 Name="VCWebDeploymentTool"/>
66 </Configuration>
67 <Configuration
68 Name="Debug|Win32"
69 OutputDirectory=".\Debug"
70 IntermediateDirectory=".\Debug"
71 ConfigurationType="1"
72 UseOfMFC="0"
73 ATLMinimizesCRunTimeLibraryUsage="FALSE"
74 CharacterSet="2">
75 <Tool
76 Name="VCCLCompilerTool"
77 Optimization="0"
78 OptimizeForProcessor="2"
79 AdditionalIncludeDirectories="..\..\..\include,..\..\..\include\layout,..\..\common"
80 PreprocessorDefinitions="_DEBUG,WIN32,UNICODE,_WIN32_WINNT=0X500,LE_USE_CMEMORY"
81 BasicRuntimeChecks="3"
82 RuntimeLibrary="3"
83 UsePrecompiledHeader="2"
84 PrecompiledHeaderFile=".\Debug/layout.pch"
85 AssemblerListingLocation=".\Debug/"
86 ObjectFile=".\Debug/"
87 ProgramDataBaseFileName=".\Debug/"
88 WarningLevel="3"
89 SuppressStartupBanner="TRUE"
90 DebugInformationFormat="4"
91 CompileAs="0"/>
92 <Tool
93 Name="VCCustomBuildTool"/>
94 <Tool
95 Name="VCLinkerTool"
96 AdditionalOptions="/MACHINE:I386"
97 AdditionalDependencies="..\..\..\lib\iculxd.lib ..\..\..\lib\iculed.lib ..\..\..\lib\icuucd.lib ..\..\..\lib\icuind.lib odbc32.lib odbccp32.lib"
98 OutputFile=".\Debug/layout.exe"
99 LinkIncremental="2"
100 SuppressStartupBanner="TRUE"
101 GenerateDebugInformation="TRUE"
102 ProgramDatabaseFile=".\Debug/layout.pdb"
103 SubSystem="2"/>
104 <Tool
105 Name="VCMIDLTool"
106 TypeLibraryName=".\Debug/layout.tlb"/>
107 <Tool
108 Name="VCPostBuildEventTool"/>
109 <Tool
110 Name="VCPreBuildEventTool"/>
111 <Tool
112 Name="VCPreLinkEventTool"/>
113 <Tool
114 Name="VCResourceCompilerTool"
115 PreprocessorDefinitions="_DEBUG"
116 Culture="1033"/>
117 <Tool
118 Name="VCWebServiceProxyGeneratorTool"/>
119 <Tool
120 Name="VCWebDeploymentTool"/>
121 </Configuration>
122 </Configurations>
123 <Files>
124 <Filter
125 Name="Source Files"
126 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
127 <File
128 RelativePath=".\FontMap.cpp">
129 </File>
130 <File
131 RelativePath=".\FontTableCache.cpp">
132 </File>
133 <File
134 RelativePath=".\GDIFontInstance.cpp">
135 </File>
136 <File
137 RelativePath=".\GDIFontMap.cpp">
138 </File>
139 <File
140 RelativePath=".\GDIGUISupport.cpp">
141 </File>
142 <File
143 RelativePath=".\LayoutSample.rc">
144 </File>
145 <File
146 RelativePath=".\ScriptCompositeFontInstance.cpp">
147 </File>
148 <File
149 RelativePath=".\UnicodeReader.cpp">
150 </File>
151 <File
152 RelativePath=".\cmaps.cpp">
153 </File>
154 <File
155 RelativePath=".\layout.cpp">
156 </File>
157 <File
158 RelativePath=".\paragraph.cpp">
159 </File>
160 </Filter>
161 <Filter
162 Name="Header Files"
163 Filter="h;hpp;hxx;hm;inl">
164 <File
165 RelativePath=".\FontMap.h">
166 </File>
167 <File
168 RelativePath=".\FontTableCache.h">
169 </File>
170 <File
171 RelativePath=".\GDIFontInstance.h">
172 </File>
173 <File
174 RelativePath=".\GDIFontMap.h">
175 </File>
176 <File
177 RelativePath=".\GDIGUISupport.h">
178 </File>
179 <File
180 RelativePath=".\GUISupport.h">
181 </File>
182 <File
183 RelativePath=".\RenderingSurface.h">
184 </File>
185 <File
186 RelativePath=".\ScriptCompositeFontInstance.h">
187 </File>
188 <File
189 RelativePath=".\UnicodeReader.h">
190 </File>
191 <File
192 RelativePath=".\cmaps.h">
193 </File>
194 <File
195 RelativePath=".\paragraph.h">
196 </File>
197 <File
198 RelativePath=".\resource.h">
199 </File>
200 <File
201 RelativePath=".\sfnt.h">
202 </File>
203 </Filter>
204 <Filter
205 Name="Resource Files"
206 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
207 </Filter>
208 </Files>
209 <Globals>
210 </Globals>
211 </VisualStudioProject>