diff options
Diffstat (limited to 'plugins/MirOTR/ekhtml/EkHtml.vcxproj')
| -rw-r--r-- | plugins/MirOTR/ekhtml/EkHtml.vcxproj | 17 | 
1 files changed, 12 insertions, 5 deletions
| diff --git a/plugins/MirOTR/ekhtml/EkHtml.vcxproj b/plugins/MirOTR/ekhtml/EkHtml.vcxproj index 51e07c52c4..1593238037 100644 --- a/plugins/MirOTR/ekhtml/EkHtml.vcxproj +++ b/plugins/MirOTR/ekhtml/EkHtml.vcxproj @@ -58,12 +58,12 @@    <PropertyGroup Label="UserMacros" />
    <PropertyGroup>
      <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 -    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\Libs\Debug\</OutDir>
 -    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\Libs\Debug64\</OutDir>
 +    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\Libs\Debug</OutDir>
 +    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\Libs\Debug64</OutDir>
      <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\Obj\$(ProjectName)\</IntDir>
      <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\</IntDir>
 -    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\Libs\Release\</OutDir>
 -    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\Libs\Release64\</OutDir>
 +    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\Libs\Release</OutDir>
 +    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\Libs\Release64</OutDir>
      <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\Obj\$(ProjectName)\</IntDir>
      <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\</IntDir>
    </PropertyGroup>
 @@ -92,21 +92,28 @@    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      <ClCompile>
        <Optimization>Full</Optimization>
 +      <IntrinsicFunctions>true</IntrinsicFunctions>
        <AdditionalIncludeDirectories>include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
        <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 +      <FunctionLevelLinking>true</FunctionLevelLinking>
        <WarningLevel>Level3</WarningLevel>
        <FloatingPointModel>Fast</FloatingPointModel>
 -      <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
 +      <FloatingPointExceptions>false</FloatingPointExceptions>
 +      <CreateHotpatchableImage>false</CreateHotpatchableImage>
        <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
      </ClCompile>
    </ItemDefinitionGroup>
    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
      <ClCompile>
        <Optimization>Full</Optimization>
 +      <IntrinsicFunctions>true</IntrinsicFunctions>
        <AdditionalIncludeDirectories>include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
        <PreprocessorDefinitions>WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 +      <FunctionLevelLinking>true</FunctionLevelLinking>
        <WarningLevel>Level3</WarningLevel>
        <FloatingPointModel>Fast</FloatingPointModel>
 +      <FloatingPointExceptions>false</FloatingPointExceptions>
 +      <CreateHotpatchableImage>false</CreateHotpatchableImage>
        <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
      </ClCompile>
    </ItemDefinitionGroup>
 | 
