1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release|Win32">
13      <Configuration>Release</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|x64">
17      <Configuration>Release</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectGuid>{241DED26-1635-45E6-9564-7742AC8043B5}</ProjectGuid>
23  </PropertyGroup>
24  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
25  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
26    <ConfigurationType>Application</ConfigurationType>
27    <UseOfMfc>false</UseOfMfc>
28    <CharacterSet>MultiByte</CharacterSet>
29  </PropertyGroup>
30  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
31    <ConfigurationType>Application</ConfigurationType>
32    <UseOfMfc>false</UseOfMfc>
33    <CharacterSet>Unicode</CharacterSet>
34  </PropertyGroup>
35  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
36    <ConfigurationType>Application</ConfigurationType>
37    <UseOfMfc>false</UseOfMfc>
38    <CharacterSet>MultiByte</CharacterSet>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41    <ConfigurationType>Application</ConfigurationType>
42    <UseOfMfc>false</UseOfMfc>
43    <CharacterSet>Unicode</CharacterSet>
44  </PropertyGroup>
45  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46  <ImportGroup Label="ExtensionSettings">
47  </ImportGroup>
48  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
49    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
51  </ImportGroup>
52  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
53    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
55  </ImportGroup>
56  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
57    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
59  </ImportGroup>
60  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
61    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
63  </ImportGroup>
64  <PropertyGroup Label="UserMacros" />
65  <PropertyGroup>
66    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
67    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
68    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
69    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
70    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
71    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
72    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental>
73    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
74    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
75    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
76    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
77    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
78    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
79  </PropertyGroup>
80  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
81    <Midl>
82      <TypeLibraryName>.\x86\Debug/strsrchperf.tlb</TypeLibraryName>
83      <HeaderFileName>
84      </HeaderFileName>
85    </Midl>
86    <ClCompile>
87      <Optimization>Disabled</Optimization>
88      <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
89      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
91      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
92      <PrecompiledHeader>
93      </PrecompiledHeader>
94      <PrecompiledHeaderOutputFile>.\x86\Debug/strsrchperf.pch</PrecompiledHeaderOutputFile>
95      <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
96      <ObjectFileName>.\x86\Debug/</ObjectFileName>
97      <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
98      <BrowseInformation>true</BrowseInformation>
99      <WarningLevel>Level3</WarningLevel>
100      <SuppressStartupBanner>true</SuppressStartupBanner>
101      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
102      <CompileAs>Default</CompileAs>
103    </ClCompile>
104    <ResourceCompile>
105      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
106      <Culture>0x0409</Culture>
107    </ResourceCompile>
108    <Link>
109      <AdditionalDependencies>icuucd.lib;icuind.lib;icutud.lib;icutestd.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
110      <OutputFile>.\x86\Debug/strsrchperf.exe</OutputFile>
111      <SuppressStartupBanner>true</SuppressStartupBanner>
112      <AdditionalLibraryDirectories>..\..\..\..\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
113      <GenerateDebugInformation>true</GenerateDebugInformation>
114      <ProgramDatabaseFile>.\x86\Debug/strsrchperf.pdb</ProgramDatabaseFile>
115      <SubSystem>Console</SubSystem>
116      <RandomizedBaseAddress>false</RandomizedBaseAddress>
117      <DataExecutionPrevention>
118      </DataExecutionPrevention>
119    </Link>
120  </ItemDefinitionGroup>
121  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
122    <Midl>
123      <TargetEnvironment>X64</TargetEnvironment>
124      <TypeLibraryName>.\x64\Debug/strsrchperf.tlb</TypeLibraryName>
125      <HeaderFileName>
126      </HeaderFileName>
127    </Midl>
128    <ClCompile>
129      <Optimization>Disabled</Optimization>
130      <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
131      <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CONSOLE;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
133      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
134      <PrecompiledHeader>
135      </PrecompiledHeader>
136      <PrecompiledHeaderOutputFile>.\x64\Debug/strsrchperf.pch</PrecompiledHeaderOutputFile>
137      <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
138      <ObjectFileName>.\x64\Debug/</ObjectFileName>
139      <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
140      <BrowseInformation>true</BrowseInformation>
141      <WarningLevel>Level3</WarningLevel>
142      <SuppressStartupBanner>true</SuppressStartupBanner>
143      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
144      <CompileAs>Default</CompileAs>
145    </ClCompile>
146    <ResourceCompile>
147      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
148      <Culture>0x0409</Culture>
149    </ResourceCompile>
150    <Link>
151      <AdditionalDependencies>icuucd.lib;icuind.lib;icutud.lib;icutestd.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
152      <OutputFile>.\x64\Debug/strsrchperf.exe</OutputFile>
153      <SuppressStartupBanner>true</SuppressStartupBanner>
154      <AdditionalLibraryDirectories>..\..\..\..\lib64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
155      <GenerateDebugInformation>true</GenerateDebugInformation>
156      <ProgramDatabaseFile>.\x64\Debug/strsrchperf.pdb</ProgramDatabaseFile>
157      <SubSystem>Console</SubSystem>
158      <RandomizedBaseAddress>false</RandomizedBaseAddress>
159      <DataExecutionPrevention>
160      </DataExecutionPrevention>
161      <TargetMachine>MachineX64</TargetMachine>
162    </Link>
163  </ItemDefinitionGroup>
164  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
165    <Midl>
166      <TypeLibraryName>.\x86\Release/strsrchperf.tlb</TypeLibraryName>
167      <HeaderFileName>
168      </HeaderFileName>
169    </Midl>
170    <ClCompile>
171      <Optimization>MaxSpeed</Optimization>
172      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
173      <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
174      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
175      <StringPooling>true</StringPooling>
176      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
177      <FunctionLevelLinking>true</FunctionLevelLinking>
178      <PrecompiledHeader>
179      </PrecompiledHeader>
180      <PrecompiledHeaderOutputFile>.\x86\Release/strsrchperf.pch</PrecompiledHeaderOutputFile>
181      <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
182      <ObjectFileName>.\x86\Release/</ObjectFileName>
183      <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
184      <WarningLevel>Level3</WarningLevel>
185      <SuppressStartupBanner>true</SuppressStartupBanner>
186      <CompileAs>Default</CompileAs>
187    </ClCompile>
188    <ResourceCompile>
189      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
190      <Culture>0x0409</Culture>
191    </ResourceCompile>
192    <Link>
193      <AdditionalDependencies>icuuc.lib;icuin.lib;icutu.lib;icutest.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
194      <OutputFile>.\x86\Release/strsrchperf.exe</OutputFile>
195      <SuppressStartupBanner>true</SuppressStartupBanner>
196      <AdditionalLibraryDirectories>..\..\..\..\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
197      <ProgramDatabaseFile>.\x86\Release/strsrchperf.pdb</ProgramDatabaseFile>
198      <SubSystem>Console</SubSystem>
199      <RandomizedBaseAddress>false</RandomizedBaseAddress>
200      <DataExecutionPrevention>
201      </DataExecutionPrevention>
202      <TargetMachine>MachineX86</TargetMachine>
203    </Link>
204  </ItemDefinitionGroup>
205  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
206    <Midl>
207      <TargetEnvironment>X64</TargetEnvironment>
208      <TypeLibraryName>.\x64\Release/strsrchperf.tlb</TypeLibraryName>
209      <HeaderFileName>
210      </HeaderFileName>
211    </Midl>
212    <ClCompile>
213      <Optimization>MaxSpeed</Optimization>
214      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
215      <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
216      <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
217      <StringPooling>true</StringPooling>
218      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
219      <FunctionLevelLinking>true</FunctionLevelLinking>
220      <PrecompiledHeader>
221      </PrecompiledHeader>
222      <PrecompiledHeaderOutputFile>.\x64\Release/strsrchperf.pch</PrecompiledHeaderOutputFile>
223      <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
224      <ObjectFileName>.\x64\Release/</ObjectFileName>
225      <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
226      <WarningLevel>Level3</WarningLevel>
227      <SuppressStartupBanner>true</SuppressStartupBanner>
228      <CompileAs>Default</CompileAs>
229    </ClCompile>
230    <ResourceCompile>
231      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
232      <Culture>0x0409</Culture>
233    </ResourceCompile>
234    <Link>
235      <AdditionalDependencies>icuuc.lib;icuin.lib;icutu.lib;icutest.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
236      <OutputFile>.\x64\Release/strsrchperf.exe</OutputFile>
237      <SuppressStartupBanner>true</SuppressStartupBanner>
238      <AdditionalLibraryDirectories>..\..\..\..\lib64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
239      <ProgramDatabaseFile>.\x64\Release/strsrchperf.pdb</ProgramDatabaseFile>
240      <SubSystem>Console</SubSystem>
241      <RandomizedBaseAddress>false</RandomizedBaseAddress>
242      <DataExecutionPrevention>
243      </DataExecutionPrevention>
244      <TargetMachine>MachineX64</TargetMachine>
245    </Link>
246  </ItemDefinitionGroup>
247  <ItemGroup>
248    <ClCompile Include="strsrchperf.cpp">
249      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
250      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
251      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">WIN32;_DEBUG;_CONSOLE;_MBCS;_UNICODE</PreprocessorDefinitions>
252      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
253      <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</BrowseInformation>
254      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization>
255      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
256      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN64;WIN32;_DEBUG;_CONSOLE;_MBCS;_UNICODE</PreprocessorDefinitions>
257      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">EnableFastChecks</BasicRuntimeChecks>
258      <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BrowseInformation>
259      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
260      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
261      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
262      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MaxSpeed</Optimization>
263      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
264      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
265    </ClCompile>
266  </ItemGroup>
267  <ItemGroup>
268    <ClInclude Include="strsrchperf.h" />
269  </ItemGroup>
270  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
271  <ImportGroup Label="ExtensionTargets">
272  </ImportGroup>
273</Project>
274