1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="14.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>{E97790D1-7ABE-4C8E-9627-251ABEAA3EEC}</ProjectGuid> 23 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> 24 </PropertyGroup> 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 27 <ConfigurationType>Application</ConfigurationType> 28 <UseOfMfc>false</UseOfMfc> 29 <CharacterSet>MultiByte</CharacterSet> 30 <PlatformToolset>v140</PlatformToolset> 31 </PropertyGroup> 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 33 <ConfigurationType>Application</ConfigurationType> 34 <UseOfMfc>false</UseOfMfc> 35 <CharacterSet>MultiByte</CharacterSet> 36 <PlatformToolset>v140</PlatformToolset> 37 </PropertyGroup> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 39 <ConfigurationType>Application</ConfigurationType> 40 <UseOfMfc>false</UseOfMfc> 41 <CharacterSet>MultiByte</CharacterSet> 42 <PlatformToolset>v140</PlatformToolset> 43 </PropertyGroup> 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 45 <ConfigurationType>Application</ConfigurationType> 46 <UseOfMfc>false</UseOfMfc> 47 <CharacterSet>MultiByte</CharacterSet> 48 <PlatformToolset>v140</PlatformToolset> 49 </PropertyGroup> 50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 51 <ImportGroup Label="ExtensionSettings"> 52 </ImportGroup> 53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 55 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 56 </ImportGroup> 57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 59 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 60 </ImportGroup> 61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 63 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 64 </ImportGroup> 65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 67 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 68 </ImportGroup> 69 <PropertyGroup Label="UserMacros" /> 70 <PropertyGroup> 71 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 72 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 76 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 78 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 79 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 80 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 81 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 82 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 83 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 84 </PropertyGroup> 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 86 <Midl> 87 <TypeLibraryName>.\x86\Debug/strsrch.tlb</TypeLibraryName> 88 </Midl> 89 <ClCompile> 90 <Optimization>Disabled</Optimization> 91 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 92 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 93 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 94 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 95 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 96 <PrecompiledHeader> 97 </PrecompiledHeader> 98 <PrecompiledHeaderOutputFile>.\x86\Debug/strsrch.pch</PrecompiledHeaderOutputFile> 99 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 100 <ObjectFileName>.\x86\Debug/</ObjectFileName> 101 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 102 <BrowseInformation>true</BrowseInformation> 103 <WarningLevel>Level3</WarningLevel> 104 <SuppressStartupBanner>true</SuppressStartupBanner> 105 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 106 <CompileAs>Default</CompileAs> 107 </ClCompile> 108 <ResourceCompile> 109 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 110 <Culture>0x0409</Culture> 111 </ResourceCompile> 112 <Link> 113 <AdditionalDependencies>icuind.lib;icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies> 114 <OutputFile>.\x86\Debug/strsrch.exe</OutputFile> 115 <SuppressStartupBanner>true</SuppressStartupBanner> 116 <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 117 <GenerateDebugInformation>true</GenerateDebugInformation> 118 <ProgramDatabaseFile>.\x86\Debug/strsrch.pdb</ProgramDatabaseFile> 119 <SubSystem>Console</SubSystem> 120 <RandomizedBaseAddress>false</RandomizedBaseAddress> 121 <DataExecutionPrevention> 122 </DataExecutionPrevention> 123 </Link> 124 </ItemDefinitionGroup> 125 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 126 <Midl> 127 <TargetEnvironment>X64</TargetEnvironment> 128 <TypeLibraryName>.\x64\Debug/strsrch.tlb</TypeLibraryName> 129 </Midl> 130 <ClCompile> 131 <Optimization>Disabled</Optimization> 132 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 133 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 134 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 135 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 136 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 137 <PrecompiledHeader> 138 </PrecompiledHeader> 139 <PrecompiledHeaderOutputFile>.\x64\Debug/strsrch.pch</PrecompiledHeaderOutputFile> 140 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 141 <ObjectFileName>.\x64\Debug/</ObjectFileName> 142 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 143 <BrowseInformation>true</BrowseInformation> 144 <WarningLevel>Level3</WarningLevel> 145 <SuppressStartupBanner>true</SuppressStartupBanner> 146 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 147 <CompileAs>Default</CompileAs> 148 </ClCompile> 149 <ResourceCompile> 150 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 151 <Culture>0x0409</Culture> 152 </ResourceCompile> 153 <Link> 154 <AdditionalDependencies>icuind.lib;icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies> 155 <OutputFile>.\x64\Debug/strsrch.exe</OutputFile> 156 <SuppressStartupBanner>true</SuppressStartupBanner> 157 <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 158 <GenerateDebugInformation>true</GenerateDebugInformation> 159 <ProgramDatabaseFile>.\x64\Debug/strsrch.pdb</ProgramDatabaseFile> 160 <SubSystem>Console</SubSystem> 161 <RandomizedBaseAddress>false</RandomizedBaseAddress> 162 <DataExecutionPrevention> 163 </DataExecutionPrevention> 164 <TargetMachine>MachineX64</TargetMachine> 165 </Link> 166 </ItemDefinitionGroup> 167 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 168 <Midl> 169 <TypeLibraryName>.\x86\Release/strsrch.tlb</TypeLibraryName> 170 </Midl> 171 <ClCompile> 172 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 173 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 174 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 175 <StringPooling>true</StringPooling> 176 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 177 <FunctionLevelLinking>true</FunctionLevelLinking> 178 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 179 <PrecompiledHeader> 180 </PrecompiledHeader> 181 <PrecompiledHeaderOutputFile>.\x86\Release/strsrch.pch</PrecompiledHeaderOutputFile> 182 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 183 <ObjectFileName>.\x86\Release/</ObjectFileName> 184 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 185 <WarningLevel>Level3</WarningLevel> 186 <SuppressStartupBanner>true</SuppressStartupBanner> 187 <CompileAs>Default</CompileAs> 188 </ClCompile> 189 <ResourceCompile> 190 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 191 <Culture>0x0409</Culture> 192 </ResourceCompile> 193 <Link> 194 <AdditionalDependencies>icuin.lib;icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies> 195 <OutputFile>.\x86\Release/strsrch.exe</OutputFile> 196 <SuppressStartupBanner>true</SuppressStartupBanner> 197 <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 198 <ProgramDatabaseFile>.\x86\Release/strsrch.pdb</ProgramDatabaseFile> 199 <SubSystem>Console</SubSystem> 200 <RandomizedBaseAddress>false</RandomizedBaseAddress> 201 <DataExecutionPrevention> 202 </DataExecutionPrevention> 203 </Link> 204 </ItemDefinitionGroup> 205 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 206 <Midl> 207 <TargetEnvironment>X64</TargetEnvironment> 208 <TypeLibraryName>.\x64\Release/strsrch.tlb</TypeLibraryName> 209 </Midl> 210 <ClCompile> 211 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 212 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 213 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 214 <StringPooling>true</StringPooling> 215 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 216 <FunctionLevelLinking>true</FunctionLevelLinking> 217 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 218 <PrecompiledHeader> 219 </PrecompiledHeader> 220 <PrecompiledHeaderOutputFile>.\x64\Release/strsrch.pch</PrecompiledHeaderOutputFile> 221 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 222 <ObjectFileName>.\x64\Release/</ObjectFileName> 223 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 224 <WarningLevel>Level3</WarningLevel> 225 <SuppressStartupBanner>true</SuppressStartupBanner> 226 <CompileAs>Default</CompileAs> 227 </ClCompile> 228 <ResourceCompile> 229 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 230 <Culture>0x0409</Culture> 231 </ResourceCompile> 232 <Link> 233 <AdditionalDependencies>icuin.lib;icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies> 234 <OutputFile>.\x64\Release/strsrch.exe</OutputFile> 235 <SuppressStartupBanner>true</SuppressStartupBanner> 236 <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 237 <ProgramDatabaseFile>.\x64\Release/strsrch.pdb</ProgramDatabaseFile> 238 <SubSystem>Console</SubSystem> 239 <RandomizedBaseAddress>false</RandomizedBaseAddress> 240 <DataExecutionPrevention> 241 </DataExecutionPrevention> 242 <TargetMachine>MachineX64</TargetMachine> 243 </Link> 244 </ItemDefinitionGroup> 245 <ItemGroup> 246 <ClCompile Include="strsrch.cpp" /> 247 </ItemGroup> 248 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 249 <ImportGroup Label="ExtensionTargets"> 250 </ImportGroup> 251 </Project>