]> git.saurik.com Git - apple/icu.git/blob - icuSources/layoutex/layoutex.vcproj
ICU-8.11.1.tar.gz
[apple/icu.git] / icuSources / layoutex / layoutex.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="layoutex"
6 SccProjectName=""
7 SccLocalPath="">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Release|Win32"
15 OutputDirectory=".\..\..\lib"
16 IntermediateDirectory=".\Release"
17 ConfigurationType="2"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE"
20 CharacterSet="2">
21 <Tool
22 Name="VCCLCompilerTool"
23 ImproveFloatingPointConsistency="TRUE"
24 AdditionalIncludeDirectories="..\..\include;..\common"
25 PreprocessorDefinitions="WIN32;NDEBUG;U_LAYOUTEX_IMPLEMENTATION"
26 StringPooling="TRUE"
27 RuntimeLibrary="2"
28 EnableFunctionLevelLinking="TRUE"
29 DisableLanguageExtensions="TRUE"
30 TreatWChar_tAsBuiltInType="TRUE"
31 PrecompiledHeaderFile=".\Release/layoutex.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 OutputFile="..\..\bin\iculx36.dll"
43 LinkIncremental="1"
44 SuppressStartupBanner="TRUE"
45 ProgramDatabaseFile=".\..\..\lib\iculx36.pdb"
46 EnableCOMDATFolding="2"
47 BaseAddress="0x4ac80000"
48 ImportLibrary="..\..\lib\iculx.lib"/>
49 <Tool
50 Name="VCMIDLTool"
51 PreprocessorDefinitions="NDEBUG"
52 MkTypLibCompatible="TRUE"
53 SuppressStartupBanner="TRUE"
54 TargetEnvironment="1"
55 TypeLibraryName=".\..\..\lib\iculx.tlb"/>
56 <Tool
57 Name="VCPostBuildEventTool"/>
58 <Tool
59 Name="VCPreBuildEventTool"/>
60 <Tool
61 Name="VCPreLinkEventTool"/>
62 <Tool
63 Name="VCResourceCompilerTool"
64 PreprocessorDefinitions="NDEBUG"
65 Culture="1033"/>
66 <Tool
67 Name="VCWebServiceProxyGeneratorTool"/>
68 <Tool
69 Name="VCXMLDataGeneratorTool"/>
70 <Tool
71 Name="VCWebDeploymentTool"/>
72 <Tool
73 Name="VCManagedWrapperGeneratorTool"/>
74 <Tool
75 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
76 </Configuration>
77 <Configuration
78 Name="Debug|Win32"
79 OutputDirectory=".\..\..\lib"
80 IntermediateDirectory=".\Debug"
81 ConfigurationType="2"
82 UseOfMFC="0"
83 ATLMinimizesCRunTimeLibraryUsage="FALSE"
84 CharacterSet="2">
85 <Tool
86 Name="VCCLCompilerTool"
87 Optimization="0"
88 ImproveFloatingPointConsistency="TRUE"
89 AdditionalIncludeDirectories="..\..\include;..\common"
90 PreprocessorDefinitions="WIN32;_DEBUG;U_LAYOUTEX_IMPLEMENTATION"
91 BasicRuntimeChecks="3"
92 RuntimeLibrary="3"
93 BufferSecurityCheck="TRUE"
94 DisableLanguageExtensions="TRUE"
95 TreatWChar_tAsBuiltInType="TRUE"
96 PrecompiledHeaderFile=".\Debug/layoutex.pch"
97 AssemblerListingLocation=".\Debug/"
98 ObjectFile=".\Debug/"
99 ProgramDataBaseFileName=".\Debug/"
100 BrowseInformation="1"
101 WarningLevel="3"
102 SuppressStartupBanner="TRUE"
103 DebugInformationFormat="4"
104 CompileAs="0"/>
105 <Tool
106 Name="VCCustomBuildTool"/>
107 <Tool
108 Name="VCLinkerTool"
109 OutputFile="..\..\bin\iculx36d.dll"
110 LinkIncremental="2"
111 SuppressStartupBanner="TRUE"
112 GenerateDebugInformation="TRUE"
113 ProgramDatabaseFile=".\..\..\lib\iculx36d.pdb"
114 BaseAddress="0x4ac80000"
115 ImportLibrary="..\..\lib\iculxd.lib"/>
116 <Tool
117 Name="VCMIDLTool"
118 PreprocessorDefinitions="_DEBUG"
119 MkTypLibCompatible="TRUE"
120 SuppressStartupBanner="TRUE"
121 TargetEnvironment="1"
122 TypeLibraryName=".\..\..\lib\iculxd.tlb"/>
123 <Tool
124 Name="VCPostBuildEventTool"/>
125 <Tool
126 Name="VCPreBuildEventTool"/>
127 <Tool
128 Name="VCPreLinkEventTool"/>
129 <Tool
130 Name="VCResourceCompilerTool"
131 PreprocessorDefinitions="_DEBUG"
132 Culture="1033"/>
133 <Tool
134 Name="VCWebServiceProxyGeneratorTool"/>
135 <Tool
136 Name="VCXMLDataGeneratorTool"/>
137 <Tool
138 Name="VCWebDeploymentTool"/>
139 <Tool
140 Name="VCManagedWrapperGeneratorTool"/>
141 <Tool
142 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
143 </Configuration>
144 </Configurations>
145 <References>
146 </References>
147 <Files>
148 <Filter
149 Name="Source Files"
150 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
151 <File
152 RelativePath="LXUtilities.cpp">
153 </File>
154 <File
155 RelativePath=".\ParagraphLayout.cpp">
156 </File>
157 <File
158 RelativePath=".\RunArrays.cpp">
159 </File>
160 </Filter>
161 <Filter
162 Name="Header Files"
163 Filter="h;hpp;hxx;hm;inl">
164 <File
165 RelativePath="LXUtilities.h">
166 </File>
167 <File
168 RelativePath=".\layout\ParagraphLayout.h">
169 <FileConfiguration
170 Name="Release|Win32">
171 <Tool
172 Name="VCCustomBuildTool"
173 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
174 "
175 Outputs="..\..\include\layout\$(InputFileName)"/>
176 </FileConfiguration>
177 <FileConfiguration
178 Name="Debug|Win32">
179 <Tool
180 Name="VCCustomBuildTool"
181 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
182 "
183 Outputs="..\..\include\layout\$(InputFileName)"/>
184 </FileConfiguration>
185 </File>
186 <File
187 RelativePath=".\layout\RunArrays.h">
188 <FileConfiguration
189 Name="Release|Win32">
190 <Tool
191 Name="VCCustomBuildTool"
192 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
193 "
194 Outputs="..\..\include\layout\$(InputFileName)"/>
195 </FileConfiguration>
196 <FileConfiguration
197 Name="Debug|Win32">
198 <Tool
199 Name="VCCustomBuildTool"
200 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
201 "
202 Outputs="..\..\include\layout\$(InputFileName)"/>
203 </FileConfiguration>
204 </File>
205 </Filter>
206 <Filter
207 Name="Resource Files"
208 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
209 <File
210 RelativePath=".\layoutex.rc">
211 <FileConfiguration
212 Name="Release|Win32">
213 <Tool
214 Name="VCResourceCompilerTool"
215 AdditionalIncludeDirectories="..\common;$(NoInherit)"/>
216 </FileConfiguration>
217 <FileConfiguration
218 Name="Debug|Win32">
219 <Tool
220 Name="VCResourceCompilerTool"
221 AdditionalIncludeDirectories="..\common;$(NoInherit)"/>
222 </FileConfiguration>
223 </File>
224 </Filter>
225 </Files>
226 <Globals>
227 </Globals>
228 </VisualStudioProject>