]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
b75a7d8f A |
2 | <VisualStudioProject |
3 | ProjectType="Visual C++" | |
374ca955 A |
4 | Version="7.10" |
5 | Name="io" | |
b75a7d8f A |
6 | SccProjectName="" |
7 | SccLocalPath=""> | |
8 | <Platforms> | |
9 | <Platform | |
10 | Name="Win32"/> | |
11 | </Platforms> | |
12 | <Configurations> | |
13 | <Configuration | |
14 | Name="Release|Win32" | |
374ca955 | 15 | OutputDirectory=".\..\..\lib" |
b75a7d8f A |
16 | IntermediateDirectory=".\Release" |
17 | ConfigurationType="2" | |
18 | UseOfMFC="0" | |
19 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
20 | CharacterSet="2"> | |
21 | <Tool | |
22 | Name="VCCLCompilerTool" | |
23 | InlineFunctionExpansion="2" | |
24 | ImproveFloatingPointConsistency="TRUE" | |
374ca955 A |
25 | OptimizeForProcessor="2" |
26 | AdditionalIncludeDirectories="..\..\include,..\common" | |
27 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;U_IO_IMPLEMENTATION" | |
b75a7d8f A |
28 | StringPooling="TRUE" |
29 | RuntimeLibrary="2" | |
30 | EnableFunctionLevelLinking="TRUE" | |
31 | DisableLanguageExtensions="TRUE" | |
374ca955 | 32 | PrecompiledHeaderFile=".\Release/icuio.pch" |
b75a7d8f A |
33 | AssemblerListingLocation=".\Release/" |
34 | ObjectFile=".\Release/" | |
35 | ProgramDataBaseFileName=".\Release/" | |
374ca955 | 36 | BrowseInformation="1" |
b75a7d8f A |
37 | WarningLevel="3" |
38 | SuppressStartupBanner="TRUE" | |
39 | CompileAs="0"/> | |
40 | <Tool | |
41 | Name="VCCustomBuildTool"/> | |
42 | <Tool | |
43 | Name="VCLinkerTool" | |
374ca955 | 44 | OutputFile="..\..\bin\icuio32.dll" |
b75a7d8f A |
45 | LinkIncremental="1" |
46 | SuppressStartupBanner="TRUE" | |
374ca955 A |
47 | ProgramDatabaseFile=".\..\..\lib\icuio32.pdb" |
48 | BaseAddress="0x4ab00000" | |
49 | ImportLibrary="..\..\lib\icuio.lib"/> | |
b75a7d8f A |
50 | <Tool |
51 | Name="VCMIDLTool" | |
52 | PreprocessorDefinitions="NDEBUG" | |
53 | MkTypLibCompatible="TRUE" | |
54 | SuppressStartupBanner="TRUE" | |
55 | TargetEnvironment="1" | |
374ca955 | 56 | TypeLibraryName=".\..\..\lib\icuio.tlb"/> |
b75a7d8f A |
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" | |
374ca955 | 67 | AdditionalIncludeDirectories="..\common"/> |
b75a7d8f A |
68 | <Tool |
69 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
70 | <Tool |
71 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
72 | <Tool |
73 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
74 | <Tool |
75 | Name="VCManagedWrapperGeneratorTool"/> | |
76 | <Tool | |
77 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
78 | </Configuration> |
79 | <Configuration | |
80 | Name="Debug|Win32" | |
374ca955 | 81 | OutputDirectory=".\..\..\lib" |
b75a7d8f A |
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 | OptimizeForProcessor="2" | |
374ca955 A |
92 | AdditionalIncludeDirectories="..\..\include,..\common" |
93 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;U_IO_IMPLEMENTATION" | |
b75a7d8f A |
94 | BasicRuntimeChecks="3" |
95 | RuntimeLibrary="3" | |
374ca955 | 96 | BufferSecurityCheck="TRUE" |
b75a7d8f | 97 | DisableLanguageExtensions="TRUE" |
374ca955 | 98 | PrecompiledHeaderFile=".\Debug/icuio.pch" |
b75a7d8f A |
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" | |
374ca955 | 111 | OutputFile="..\..\bin\icuio32d.dll" |
b75a7d8f A |
112 | LinkIncremental="2" |
113 | SuppressStartupBanner="TRUE" | |
b75a7d8f | 114 | GenerateDebugInformation="TRUE" |
374ca955 A |
115 | ProgramDatabaseFile=".\..\..\lib\icuio32d.pdb" |
116 | BaseAddress="0x4ab00000" | |
117 | ImportLibrary="..\..\lib\icuiod.lib"/> | |
b75a7d8f A |
118 | <Tool |
119 | Name="VCMIDLTool" | |
120 | PreprocessorDefinitions="_DEBUG" | |
121 | MkTypLibCompatible="TRUE" | |
122 | SuppressStartupBanner="TRUE" | |
123 | TargetEnvironment="1" | |
374ca955 | 124 | TypeLibraryName=".\..\..\lib\icuio.tlb"/> |
b75a7d8f A |
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" | |
374ca955 | 135 | AdditionalIncludeDirectories="..\common"/> |
b75a7d8f A |
136 | <Tool |
137 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
138 | <Tool |
139 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
140 | <Tool |
141 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
142 | <Tool |
143 | Name="VCManagedWrapperGeneratorTool"/> | |
144 | <Tool | |
145 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
146 | </Configuration> |
147 | </Configurations> | |
374ca955 A |
148 | <References> |
149 | </References> | |
b75a7d8f A |
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> | |
b75a7d8f A |
157 | <File |
158 | RelativePath=".\sprintf.c"> | |
159 | </File> | |
b75a7d8f A |
160 | <File |
161 | RelativePath=".\sscanf.c"> | |
162 | </File> | |
b75a7d8f A |
163 | <File |
164 | RelativePath=".\ufile.c"> | |
165 | </File> | |
166 | <File | |
167 | RelativePath=".\ufmt_cmn.c"> | |
168 | </File> | |
169 | <File | |
170 | RelativePath=".\uprintf.c"> | |
171 | </File> | |
172 | <File | |
173 | RelativePath=".\uprntf_p.c"> | |
174 | </File> | |
175 | <File | |
176 | RelativePath=".\uscanf.c"> | |
177 | </File> | |
178 | <File | |
179 | RelativePath=".\uscanf_p.c"> | |
180 | </File> | |
b75a7d8f A |
181 | <File |
182 | RelativePath=".\ustdio.c"> | |
183 | </File> | |
184 | <File | |
185 | RelativePath=".\ustream.cpp"> | |
186 | <FileConfiguration | |
187 | Name="Release|Win32"> | |
188 | <Tool | |
189 | Name="VCCLCompilerTool" | |
190 | DisableLanguageExtensions="FALSE"/> | |
191 | </FileConfiguration> | |
192 | <FileConfiguration | |
193 | Name="Debug|Win32"> | |
194 | <Tool | |
195 | Name="VCCLCompilerTool" | |
196 | DisableLanguageExtensions="FALSE"/> | |
197 | </FileConfiguration> | |
198 | </File> | |
199 | </Filter> | |
200 | <Filter | |
201 | Name="Header Files" | |
202 | Filter="h;hpp;hxx;hm;inl"> | |
203 | <File | |
204 | RelativePath=".\locbund.h"> | |
205 | </File> | |
b75a7d8f A |
206 | <File |
207 | RelativePath=".\ufile.h"> | |
208 | </File> | |
209 | <File | |
210 | RelativePath=".\ufmt_cmn.h"> | |
211 | </File> | |
212 | <File | |
213 | RelativePath=".\uprintf.h"> | |
214 | </File> | |
b75a7d8f A |
215 | <File |
216 | RelativePath=".\uscanf.h"> | |
217 | </File> | |
b75a7d8f A |
218 | <File |
219 | RelativePath=".\unicode\ustdio.h"> | |
220 | <FileConfiguration | |
221 | Name="Release|Win32"> | |
222 | <Tool | |
223 | Name="VCCustomBuildTool" | |
374ca955 | 224 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 225 | " |
374ca955 | 226 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
227 | </FileConfiguration> |
228 | <FileConfiguration | |
229 | Name="Debug|Win32"> | |
230 | <Tool | |
231 | Name="VCCustomBuildTool" | |
374ca955 | 232 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 233 | " |
374ca955 | 234 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
235 | </FileConfiguration> |
236 | </File> | |
237 | <File | |
238 | RelativePath=".\unicode\ustream.h"> | |
239 | <FileConfiguration | |
240 | Name="Release|Win32"> | |
241 | <Tool | |
242 | Name="VCCustomBuildTool" | |
374ca955 | 243 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 244 | " |
374ca955 | 245 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
246 | </FileConfiguration> |
247 | <FileConfiguration | |
248 | Name="Debug|Win32"> | |
249 | <Tool | |
250 | Name="VCCustomBuildTool" | |
374ca955 | 251 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 252 | " |
374ca955 | 253 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
254 | </FileConfiguration> |
255 | </File> | |
256 | </Filter> | |
257 | <Filter | |
258 | Name="Resource Files" | |
259 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | |
260 | <File | |
374ca955 | 261 | RelativePath=".\io.rc"> |
b75a7d8f A |
262 | </File> |
263 | </Filter> | |
264 | </Files> | |
265 | <Globals> | |
266 | </Globals> | |
267 | </VisualStudioProject> |