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