Skip to content
Snippets Groups Projects
Select Git revision
  • 7b989dc6125e5310681e156b3c8fdd2a49532a22
  • master default protected
  • release/202005
  • release/202001
  • release/201912
  • release/201911
  • release/releaseWindowsTestOne
  • release/windowsReleaseTest
  • release/releaseTest
  • release/releaseWindowsTest
  • release/201910
  • release/qt/201910
  • release/windows-test/201910
  • release/201908
  • release/201906
  • release/201905
  • release/201904
  • release/201903
  • release/201902
  • release/201901
  • release/201812
  • 4.0.0
  • 2.2.0
  • 2.1.0
  • 2.0.1
  • 2.0.0
  • 1.4.1
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
31 results

iaxcall.cpp

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    winsparkle.patch 8.71 KiB
    From 679dde6574e7c465dff38542f20691d9e836d42f Mon Sep 17 00:00:00 2001
    From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
    Date: Wed, 5 Dec 2018 10:13:17 -0500
    Subject: [PATCH] b
    
    ---
     3rdparty/expat-2015.vcxproj     | 11 ++++++-----
     3rdparty/libcrypto-2015.vcxproj | 11 ++++++-----
     3rdparty/wx-2015.vcxproj        |  9 +++++----
     WinSparkle-2015.vcxproj         |  8 ++++----
     4 files changed, 21 insertions(+), 18 deletions(-)
    
    diff --git a/3rdparty/expat-2015.vcxproj b/3rdparty/expat-2015.vcxproj
    index 7be39be..a310e31 100644
    --- a/3rdparty/expat-2015.vcxproj
    +++ b/3rdparty/expat-2015.vcxproj
    @@ -25,32 +25,33 @@
         <Keyword>Win32Proj</Keyword>
         <RootNamespace>WinSparkle_expat</RootNamespace>
         <ProjectName>WinSparkle_expat</ProjectName>
    +    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
       </PropertyGroup>
       <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
       <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
         <ConfigurationType>StaticLibrary</ConfigurationType>
         <UseDebugLibraries>true</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
       </PropertyGroup>
       <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
         <ConfigurationType>StaticLibrary</ConfigurationType>
         <UseDebugLibraries>true</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
       </PropertyGroup>
       <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
         <ConfigurationType>StaticLibrary</ConfigurationType>
         <UseDebugLibraries>false</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
         <WholeProgramOptimization>true</WholeProgramOptimization>
       </PropertyGroup>
       <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
         <ConfigurationType>StaticLibrary</ConfigurationType>
         <UseDebugLibraries>false</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
         <WholeProgramOptimization>true</WholeProgramOptimization>
       </PropertyGroup>
       <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    @@ -183,4 +184,4 @@
       <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
       <ImportGroup Label="ExtensionTargets">
       </ImportGroup>
    -</Project>
    +</Project>
    \ No newline at end of file
    diff --git a/3rdparty/libcrypto-2015.vcxproj b/3rdparty/libcrypto-2015.vcxproj
    index 8158cc7..e8cbedd 100644
    --- a/3rdparty/libcrypto-2015.vcxproj
    +++ b/3rdparty/libcrypto-2015.vcxproj
    @@ -25,32 +25,33 @@
         <Keyword>Win32Proj</Keyword>
         <RootNamespace>WinSparkle_libcrypto</RootNamespace>
         <ProjectName>WinSparkle_libcrypto</ProjectName>
    +    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
       </PropertyGroup>
       <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
       <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
         <ConfigurationType>StaticLibrary</ConfigurationType>
         <UseDebugLibraries>true</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
       </PropertyGroup>
       <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
         <ConfigurationType>StaticLibrary</ConfigurationType>
         <UseDebugLibraries>true</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
       </PropertyGroup>
       <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
         <ConfigurationType>StaticLibrary</ConfigurationType>
         <UseDebugLibraries>false</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
         <WholeProgramOptimization>true</WholeProgramOptimization>
       </PropertyGroup>
       <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
         <ConfigurationType>StaticLibrary</ConfigurationType>
         <UseDebugLibraries>false</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
         <WholeProgramOptimization>true</WholeProgramOptimization>
       </PropertyGroup>
       <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    @@ -720,4 +721,4 @@
       <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
       <ImportGroup Label="ExtensionTargets">
       </ImportGroup>
    -</Project>
    +</Project>
    \ No newline at end of file
    diff --git a/3rdparty/wx-2015.vcxproj b/3rdparty/wx-2015.vcxproj
    index e055722..62ebfb7 100644
    --- a/3rdparty/wx-2015.vcxproj
    +++ b/3rdparty/wx-2015.vcxproj
    @@ -25,32 +25,33 @@
         <Keyword>Win32Proj</Keyword>
         <RootNamespace>WinSparkle_wx</RootNamespace>
         <ProjectName>WinSparkle_wx</ProjectName>
    +    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
       </PropertyGroup>
       <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
       <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
         <ConfigurationType>StaticLibrary</ConfigurationType>
         <UseDebugLibraries>true</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
       </PropertyGroup>
       <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
         <ConfigurationType>StaticLibrary</ConfigurationType>
         <UseDebugLibraries>true</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
       </PropertyGroup>
       <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
         <ConfigurationType>StaticLibrary</ConfigurationType>
         <UseDebugLibraries>false</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
         <WholeProgramOptimization>true</WholeProgramOptimization>
       </PropertyGroup>
       <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
         <ConfigurationType>StaticLibrary</ConfigurationType>
         <UseDebugLibraries>false</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
         <WholeProgramOptimization>true</WholeProgramOptimization>
       </PropertyGroup>
       <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    diff --git a/WinSparkle-2015.vcxproj b/WinSparkle-2015.vcxproj
    index 5ceec0d..a4a64e3 100644
    --- a/WinSparkle-2015.vcxproj
    +++ b/WinSparkle-2015.vcxproj
    @@ -32,26 +32,26 @@
         <ConfigurationType>DynamicLibrary</ConfigurationType>
         <UseDebugLibraries>true</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
       </PropertyGroup>
       <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
         <ConfigurationType>DynamicLibrary</ConfigurationType>
         <UseDebugLibraries>true</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
       </PropertyGroup>
       <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
         <ConfigurationType>DynamicLibrary</ConfigurationType>
         <UseDebugLibraries>false</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
         <WholeProgramOptimization>true</WholeProgramOptimization>
       </PropertyGroup>
       <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
         <ConfigurationType>DynamicLibrary</ConfigurationType>
         <UseDebugLibraries>false</UseDebugLibraries>
         <CharacterSet>Unicode</CharacterSet>
    -    <PlatformToolset>v140_xp</PlatformToolset>
    +    <PlatformToolset>v141</PlatformToolset>
         <WholeProgramOptimization>true</WholeProgramOptimization>
       </PropertyGroup>
       <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    -- 
    2.19.0.windows.1