]> git.saurik.com Git - apple/icu.git/blob - icuSources/test/perf/strsrchperf/strsrchperf.vcproj
ICU-400.42.tar.gz
[apple/icu.git] / icuSources / test / perf / strsrchperf / strsrchperf.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="strsrchperf"
6 ProjectGUID="{241DED26-1635-45E6-9564-7742AC8043B5}"
7 >
8 <Platforms>
9 <Platform
10 Name="Win32"
11 />
12 </Platforms>
13 <ToolFiles>
14 </ToolFiles>
15 <Configurations>
16 <Configuration
17 Name="Debug|Win32"
18 OutputDirectory=".\Debug"
19 IntermediateDirectory=".\Debug"
20 ConfigurationType="1"
21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
24 CharacterSet="1"
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=".\Debug/strsrchperf.tlb"
41 HeaderFileName=""
42 />
43 <Tool
44 Name="VCCLCompilerTool"
45 Optimization="0"
46 AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw"
47 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_MBCS"
48 BasicRuntimeChecks="3"
49 RuntimeLibrary="3"
50 UsePrecompiledHeader="0"
51 PrecompiledHeaderFile=".\Debug/strsrchperf.pch"
52 AssemblerListingLocation=".\Debug/"
53 ObjectFile=".\Debug/"
54 ProgramDataBaseFileName=".\Debug/"
55 BrowseInformation="1"
56 WarningLevel="3"
57 SuppressStartupBanner="true"
58 DebugInformationFormat="3"
59 CompileAs="0"
60 />
61 <Tool
62 Name="VCManagedResourceCompilerTool"
63 />
64 <Tool
65 Name="VCResourceCompilerTool"
66 PreprocessorDefinitions="_DEBUG"
67 Culture="1033"
68 />
69 <Tool
70 Name="VCPreLinkEventTool"
71 />
72 <Tool
73 Name="VCLinkerTool"
74 AdditionalDependencies="icuucd.lib icutud.lib icutestd.lib winmm.lib"
75 OutputFile=".\Debug/strsrchperf.exe"
76 LinkIncremental="1"
77 SuppressStartupBanner="true"
78 AdditionalLibraryDirectories="..\..\..\..\lib\"
79 GenerateDebugInformation="true"
80 ProgramDatabaseFile=".\Debug/strsrchperf.pdb"
81 SubSystem="1"
82 />
83 <Tool
84 Name="VCALinkTool"
85 />
86 <Tool
87 Name="VCManifestTool"
88 />
89 <Tool
90 Name="VCXDCMakeTool"
91 />
92 <Tool
93 Name="VCBscMakeTool"
94 />
95 <Tool
96 Name="VCFxCopTool"
97 />
98 <Tool
99 Name="VCAppVerifierTool"
100 />
101 <Tool
102 Name="VCWebDeploymentTool"
103 />
104 <Tool
105 Name="VCPostBuildEventTool"
106 />
107 </Configuration>
108 <Configuration
109 Name="Release|Win32"
110 OutputDirectory=".\Release"
111 IntermediateDirectory=".\Release"
112 ConfigurationType="1"
113 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
114 UseOfMFC="0"
115 ATLMinimizesCRunTimeLibraryUsage="false"
116 CharacterSet="2"
117 >
118 <Tool
119 Name="VCPreBuildEventTool"
120 />
121 <Tool
122 Name="VCCustomBuildTool"
123 />
124 <Tool
125 Name="VCXMLDataGeneratorTool"
126 />
127 <Tool
128 Name="VCWebServiceProxyGeneratorTool"
129 />
130 <Tool
131 Name="VCMIDLTool"
132 TypeLibraryName=".\Release/strsrchperf.tlb"
133 HeaderFileName=""
134 />
135 <Tool
136 Name="VCCLCompilerTool"
137 Optimization="2"
138 InlineFunctionExpansion="1"
139 AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw"
140 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
141 StringPooling="true"
142 RuntimeLibrary="2"
143 EnableFunctionLevelLinking="true"
144 UsePrecompiledHeader="0"
145 PrecompiledHeaderFile=".\Release/strsrchperf.pch"
146 AssemblerListingLocation=".\Release/"
147 ObjectFile=".\Release/"
148 ProgramDataBaseFileName=".\Release/"
149 WarningLevel="3"
150 SuppressStartupBanner="true"
151 CompileAs="0"
152 />
153 <Tool
154 Name="VCManagedResourceCompilerTool"
155 />
156 <Tool
157 Name="VCResourceCompilerTool"
158 PreprocessorDefinitions="NDEBUG"
159 Culture="1033"
160 />
161 <Tool
162 Name="VCPreLinkEventTool"
163 />
164 <Tool
165 Name="VCLinkerTool"
166 AdditionalDependencies="icuuc.lib icutu.lib icutest.lib winmm.lib"
167 OutputFile=".\Release/strsrchperf.exe"
168 LinkIncremental="1"
169 SuppressStartupBanner="true"
170 AdditionalLibraryDirectories="..\..\..\..\lib\"
171 ProgramDatabaseFile=".\Release/strsrchperf.pdb"
172 SubSystem="1"
173 TargetMachine="1"
174 />
175 <Tool
176 Name="VCALinkTool"
177 />
178 <Tool
179 Name="VCManifestTool"
180 />
181 <Tool
182 Name="VCXDCMakeTool"
183 />
184 <Tool
185 Name="VCBscMakeTool"
186 />
187 <Tool
188 Name="VCFxCopTool"
189 />
190 <Tool
191 Name="VCAppVerifierTool"
192 />
193 <Tool
194 Name="VCWebDeploymentTool"
195 />
196 <Tool
197 Name="VCPostBuildEventTool"
198 />
199 </Configuration>
200 </Configurations>
201 <References>
202 </References>
203 <Files>
204 <Filter
205 Name="Source Files"
206 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
207 >
208 <File
209 RelativePath="strsrchperf.cpp"
210 >
211 <FileConfiguration
212 Name="Debug|Win32"
213 >
214 <Tool
215 Name="VCCLCompilerTool"
216 Optimization="0"
217 AdditionalIncludeDirectories=""
218 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_MBCS;_UNICODE;$(NoInherit)"
219 BasicRuntimeChecks="3"
220 BrowseInformation="1"
221 />
222 </FileConfiguration>
223 <FileConfiguration
224 Name="Release|Win32"
225 >
226 <Tool
227 Name="VCCLCompilerTool"
228 Optimization="2"
229 AdditionalIncludeDirectories=""
230 PreprocessorDefinitions=""
231 />
232 </FileConfiguration>
233 </File>
234 </Filter>
235 <Filter
236 Name="Header Files"
237 Filter="h;hpp;hxx;hm;inl"
238 >
239 <File
240 RelativePath="strsrchperf.h"
241 >
242 </File>
243 </Filter>
244 <Filter
245 Name="Resource Files"
246 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
247 >
248 </Filter>
249 </Files>
250 <Globals>
251 </Globals>
252 </VisualStudioProject>