]> git.saurik.com Git - apple/icu.git/blob - icuSources/io/io.vcproj
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / io / io.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="io"
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_IO_IMPLEMENTATION"
26 StringPooling="TRUE"
27 RuntimeLibrary="2"
28 EnableFunctionLevelLinking="TRUE"
29 DisableLanguageExtensions="TRUE"
30 TreatWChar_tAsBuiltInType="TRUE"
31 PrecompiledHeaderFile=".\Release/icuio.pch"
32 AssemblerListingLocation=".\Release/"
33 ObjectFile=".\Release/"
34 ProgramDataBaseFileName=".\Release/"
35 BrowseInformation="1"
36 WarningLevel="3"
37 SuppressStartupBanner="TRUE"
38 CompileAs="0"/>
39 <Tool
40 Name="VCCustomBuildTool"/>
41 <Tool
42 Name="VCLinkerTool"
43 OutputFile="..\..\bin\icuio36.dll"
44 LinkIncremental="1"
45 SuppressStartupBanner="TRUE"
46 ProgramDatabaseFile=".\..\..\lib\icuio36.pdb"
47 EnableCOMDATFolding="2"
48 BaseAddress="0x4ab00000"
49 ImportLibrary="..\..\lib\icuio.lib"/>
50 <Tool
51 Name="VCMIDLTool"
52 PreprocessorDefinitions="NDEBUG"
53 MkTypLibCompatible="TRUE"
54 SuppressStartupBanner="TRUE"
55 TargetEnvironment="1"
56 TypeLibraryName=".\..\..\lib\icuio.tlb"/>
57 <Tool
58 Name="VCPostBuildEventTool"/>
59 <Tool
60 Name="VCPreBuildEventTool"/>
61 <Tool
62 Name="VCPreLinkEventTool"/>
63 <Tool
64 Name="VCResourceCompilerTool"
65 PreprocessorDefinitions="NDEBUG"
66 Culture="1033"
67 AdditionalIncludeDirectories="..\common"/>
68 <Tool
69 Name="VCWebServiceProxyGeneratorTool"/>
70 <Tool
71 Name="VCXMLDataGeneratorTool"/>
72 <Tool
73 Name="VCWebDeploymentTool"/>
74 <Tool
75 Name="VCManagedWrapperGeneratorTool"/>
76 <Tool
77 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
78 </Configuration>
79 <Configuration
80 Name="Debug|Win32"
81 OutputDirectory=".\..\..\lib"
82 IntermediateDirectory=".\Debug"
83 ConfigurationType="2"
84 UseOfMFC="0"
85 ATLMinimizesCRunTimeLibraryUsage="FALSE"
86 CharacterSet="2">
87 <Tool
88 Name="VCCLCompilerTool"
89 Optimization="0"
90 ImproveFloatingPointConsistency="TRUE"
91 AdditionalIncludeDirectories="..\..\include;..\common"
92 PreprocessorDefinitions="WIN32;_DEBUG;U_IO_IMPLEMENTATION"
93 BasicRuntimeChecks="3"
94 RuntimeLibrary="3"
95 BufferSecurityCheck="TRUE"
96 DisableLanguageExtensions="TRUE"
97 TreatWChar_tAsBuiltInType="TRUE"
98 PrecompiledHeaderFile=".\Debug/icuio.pch"
99 AssemblerListingLocation=".\Debug/"
100 ObjectFile=".\Debug/"
101 ProgramDataBaseFileName=".\Debug/"
102 BrowseInformation="1"
103 WarningLevel="3"
104 SuppressStartupBanner="TRUE"
105 DebugInformationFormat="4"
106 CompileAs="0"/>
107 <Tool
108 Name="VCCustomBuildTool"/>
109 <Tool
110 Name="VCLinkerTool"
111 OutputFile="..\..\bin\icuio36d.dll"
112 LinkIncremental="2"
113 SuppressStartupBanner="TRUE"
114 GenerateDebugInformation="TRUE"
115 ProgramDatabaseFile=".\..\..\lib\icuio36d.pdb"
116 BaseAddress="0x4ab00000"
117 ImportLibrary="..\..\lib\icuiod.lib"/>
118 <Tool
119 Name="VCMIDLTool"
120 PreprocessorDefinitions="_DEBUG"
121 MkTypLibCompatible="TRUE"
122 SuppressStartupBanner="TRUE"
123 TargetEnvironment="1"
124 TypeLibraryName=".\..\..\lib\icuio.tlb"/>
125 <Tool
126 Name="VCPostBuildEventTool"/>
127 <Tool
128 Name="VCPreBuildEventTool"/>
129 <Tool
130 Name="VCPreLinkEventTool"/>
131 <Tool
132 Name="VCResourceCompilerTool"
133 PreprocessorDefinitions="_DEBUG"
134 Culture="1033"
135 AdditionalIncludeDirectories="..\common"/>
136 <Tool
137 Name="VCWebServiceProxyGeneratorTool"/>
138 <Tool
139 Name="VCXMLDataGeneratorTool"/>
140 <Tool
141 Name="VCWebDeploymentTool"/>
142 <Tool
143 Name="VCManagedWrapperGeneratorTool"/>
144 <Tool
145 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
146 </Configuration>
147 </Configurations>
148 <References>
149 </References>
150 <Files>
151 <Filter
152 Name="Source Files"
153 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
154 <File
155 RelativePath=".\locbund.c">
156 </File>
157 <File
158 RelativePath=".\sprintf.c">
159 </File>
160 <File
161 RelativePath=".\sscanf.c">
162 </File>
163 <File
164 RelativePath=".\ucln_io.c">
165 </File>
166 <File
167 RelativePath=".\ufile.c">
168 </File>
169 <File
170 RelativePath=".\ufmt_cmn.c">
171 </File>
172 <File
173 RelativePath=".\uprintf.c">
174 </File>
175 <File
176 RelativePath=".\uprntf_p.c">
177 </File>
178 <File
179 RelativePath=".\uscanf.c">
180 </File>
181 <File
182 RelativePath=".\uscanf_p.c">
183 </File>
184 <File
185 RelativePath=".\ustdio.c">
186 </File>
187 <File
188 RelativePath=".\ustream.cpp">
189 <FileConfiguration
190 Name="Release|Win32">
191 <Tool
192 Name="VCCLCompilerTool"
193 DisableLanguageExtensions="FALSE"/>
194 </FileConfiguration>
195 <FileConfiguration
196 Name="Debug|Win32">
197 <Tool
198 Name="VCCLCompilerTool"
199 DisableLanguageExtensions="FALSE"/>
200 </FileConfiguration>
201 </File>
202 </Filter>
203 <Filter
204 Name="Header Files"
205 Filter="h;hpp;hxx;hm;inl">
206 <File
207 RelativePath=".\locbund.h">
208 </File>
209 <File
210 RelativePath=".\ucln_io.h">
211 </File>
212 <File
213 RelativePath=".\ufile.h">
214 </File>
215 <File
216 RelativePath=".\ufmt_cmn.h">
217 </File>
218 <File
219 RelativePath=".\uprintf.h">
220 </File>
221 <File
222 RelativePath=".\uscanf.h">
223 </File>
224 <File
225 RelativePath=".\unicode\ustdio.h">
226 <FileConfiguration
227 Name="Release|Win32">
228 <Tool
229 Name="VCCustomBuildTool"
230 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode
231 "
232 Outputs="..\..\include\unicode\$(InputFileName)"/>
233 </FileConfiguration>
234 <FileConfiguration
235 Name="Debug|Win32">
236 <Tool
237 Name="VCCustomBuildTool"
238 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode
239 "
240 Outputs="..\..\include\unicode\$(InputFileName)"/>
241 </FileConfiguration>
242 </File>
243 <File
244 RelativePath=".\unicode\ustream.h">
245 <FileConfiguration
246 Name="Release|Win32">
247 <Tool
248 Name="VCCustomBuildTool"
249 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode
250 "
251 Outputs="..\..\include\unicode\$(InputFileName)"/>
252 </FileConfiguration>
253 <FileConfiguration
254 Name="Debug|Win32">
255 <Tool
256 Name="VCCustomBuildTool"
257 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode
258 "
259 Outputs="..\..\include\unicode\$(InputFileName)"/>
260 </FileConfiguration>
261 </File>
262 </Filter>
263 <Filter
264 Name="Resource Files"
265 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
266 <File
267 RelativePath=".\io.rc">
268 </File>
269 </Filter>
270 </Files>
271 <Globals>
272 </Globals>
273 </VisualStudioProject>