|
25 | 25 | <Configuration>Debug ICU</Configuration>
|
26 | 26 | <Platform>x64</Platform>
|
27 | 27 | </ProjectConfiguration>
|
| 28 | + <ProjectConfiguration Include="Release ICU LPeg|Win32"> |
| 29 | + <Configuration>Release ICU LPeg</Configuration> |
| 30 | + <Platform>Win32</Platform> |
| 31 | + </ProjectConfiguration> |
| 32 | + <ProjectConfiguration Include="Release ICU LPeg|x64"> |
| 33 | + <Configuration>Release ICU LPeg</Configuration> |
| 34 | + <Platform>x64</Platform> |
| 35 | + </ProjectConfiguration> |
28 | 36 | <ProjectConfiguration Include="Release LPeg|Win32">
|
29 | 37 | <Configuration>Release LPeg</Configuration>
|
30 | 38 | <Platform>Win32</Platform>
|
|
83 | 91 | <UseDebugLibraries>false</UseDebugLibraries>
|
84 | 92 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
85 | 93 | </PropertyGroup>
|
| 94 | + <PropertyGroup Condition="'$(Configuration)'=='Release ICU LPeg'" Label="Configuration"> |
| 95 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 96 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 97 | + </PropertyGroup> |
86 | 98 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
87 | 99 | <ImportGroup Label="ExtensionSettings">
|
88 | 100 | </ImportGroup>
|
|
252 | 264 | <PreprocessorDefinitions>ICU_BUILD;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
253 | 265 | </ResourceCompile>
|
254 | 266 | </ItemDefinitionGroup>
|
| 267 | + <ItemDefinitionGroup Condition="'$(Configuration)'=='Release ICU LPeg'"> |
| 268 | + <ClCompile> |
| 269 | + <AdditionalIncludeDirectories>$(ICU_ROOT)\include;$(BOOST_ROOT_ICU);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 270 | + <Optimization>MaxSpeed</Optimization> |
| 271 | + <PreprocessorDefinitions>INCLUDE_DEPRECATED_FEATURES;ICU_BUILD;LPEG_LEXER;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 272 | + <OmitFramePointers>true</OmitFramePointers> |
| 273 | + <StringPooling>true</StringPooling> |
| 274 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 275 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 276 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 277 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 278 | + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
| 279 | + </ClCompile> |
| 280 | + <Link> |
| 281 | + <AdditionalLibraryDirectories>$(BOOST_ROOT_ICU)\stage\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 282 | + <AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Release ICU LPeg|Win32'">icuregex86.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 283 | + <AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Release ICU LPeg|x64'">icuregex64.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 284 | + <GenerateDebugInformation>false</GenerateDebugInformation> |
| 285 | + <OptimizeReferences>true</OptimizeReferences> |
| 286 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 287 | + <SetChecksum>true</SetChecksum> |
| 288 | + </Link> |
| 289 | + <ResourceCompile> |
| 290 | + <PreprocessorDefinitions>ICU_BUILD;LPEG_LEXER;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 291 | + </ResourceCompile> |
| 292 | + </ItemDefinitionGroup> |
255 | 293 | <ItemGroup>
|
256 | 294 | <ClCompile Include="scintilla\boostregex\BoostRegExSearch.cxx" />
|
257 | 295 | <ClCompile Include="scintilla\boostregex\UTF8DocumentIterator.cxx" />
|
|
0 commit comments